Searched defs:callingActivity (Results 1 – 5 of 5) sorted by relevance
35 public abstract void startLocalVoiceInteraction(IBinder callingActivity, Bundle options); in startLocalVoiceInteraction()43 public abstract void stopLocalVoiceInteraction(IBinder callingActivity); in stopLocalVoiceInteraction()
174 public void startLocalVoiceInteraction(IBinder callingActivity, Bundle options) { in startLocalVoiceInteraction()188 public void stopLocalVoiceInteraction(IBinder callingActivity) { in stopLocalVoiceInteraction()240 public void stopLocalVoiceInteraction(IBinder callingActivity) { in stopLocalVoiceInteraction()
153 public abstract void onLocalVoiceInteractionStarted(IBinder callingActivity, in onLocalVoiceInteractionStarted()
1092 public boolean startNextMatchingActivity(IBinder callingActivity, Intent intent, in startNextMatchingActivity()4351 public void startLocalVoiceInteraction(IBinder callingActivity, Bundle options) { in startLocalVoiceInteraction()4374 public void stopLocalVoiceInteraction(IBinder callingActivity) { in stopLocalVoiceInteraction()
96 boolean startNextMatchingActivity(in IBinder callingActivity, in startNextMatchingActivity()