Home
last modified time | relevance | path

Searched defs:callingActivity (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/core/java/android/service/voice/
DVoiceInteractionManagerInternal.java38 public abstract void startLocalVoiceInteraction(IBinder callingActivity, Bundle options); in startLocalVoiceInteraction()
46 public abstract void stopLocalVoiceInteraction(IBinder callingActivity); in stopLocalVoiceInteraction()
/frameworks/base/core/java/android/content/pm/
DCrossProfileApps.java133 @Nullable Activity callingActivity) { in startActivity()
162 @Nullable Activity callingActivity, in startActivity()
DICrossProfileApps.aidl34 in String callingFeatureId, in Intent intent, int userId, in IBinder callingActivity, in startActivityAsUserByIntent()
/frameworks/base/core/java/android/app/
DActivityClient.java368 void startLocalVoiceInteraction(IBinder callingActivity, Bundle options) { in startLocalVoiceInteraction()
376 void stopLocalVoiceInteraction(IBinder callingActivity) { in stopLocalVoiceInteraction()
DIActivityTaskManager.aidl103 boolean startNextMatchingActivity(in IBinder callingActivity, in startNextMatchingActivity()
/frameworks/base/services/core/java/com/android/server/pm/
DCrossProfileAppsServiceImpl.java193 IBinder callingActivity, in startActivityAsUserByIntent()
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
DVoiceInteractionManagerService.java216 public void startLocalVoiceInteraction(IBinder callingActivity, Bundle options) { in startLocalVoiceInteraction()
230 public void stopLocalVoiceInteraction(IBinder callingActivity) { in stopLocalVoiceInteraction()
372 public void stopLocalVoiceInteraction(IBinder callingActivity) { in stopLocalVoiceInteraction()
/frameworks/base/services/core/java/com/android/server/wm/
DActivityClientController.java917 public void startLocalVoiceInteraction(IBinder callingActivity, Bundle options) { in startLocalVoiceInteraction()
942 public void stopLocalVoiceInteraction(IBinder callingActivity) { in stopLocalVoiceInteraction()
DActivityTaskManagerInternal.java161 public abstract void onLocalVoiceInteractionStarted(IBinder callingActivity, in onLocalVoiceInteractionStarted()
DActivityTaskManagerService.java1236 public boolean startNextMatchingActivity(IBinder callingActivity, Intent intent, in startNextMatchingActivity()