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()
177 public void startLocalVoiceInteraction(IBinder callingActivity, Bundle options) { in startLocalVoiceInteraction()191 public void stopLocalVoiceInteraction(IBinder callingActivity) { in stopLocalVoiceInteraction()243 public void stopLocalVoiceInteraction(IBinder callingActivity) { in stopLocalVoiceInteraction()
152 public abstract void onLocalVoiceInteractionStarted(IBinder callingActivity, in onLocalVoiceInteractionStarted()
1095 public boolean startNextMatchingActivity(IBinder callingActivity, Intent intent, in startNextMatchingActivity()4378 public void startLocalVoiceInteraction(IBinder callingActivity, Bundle options) { in startLocalVoiceInteraction()4401 public void stopLocalVoiceInteraction(IBinder callingActivity) { in stopLocalVoiceInteraction()
96 boolean startNextMatchingActivity(in IBinder callingActivity, in startNextMatchingActivity()