/**@class android.service.voice.VoiceInteractionSession.ActivityId
@extends java.lang.Object

 Represents the id of an assist source activity. You can use
 {@link #equals}(Object) to compare instances of this class.
*/
var ActivityId = {

/**
*/
equals : function(  ) {},

/**
*/
hashCode : function(  ) {},


};