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 startMainActivity()
174 @Nullable Activity callingActivity) { in startActivity()
203 @Nullable Activity callingActivity, in startActivity()
244 @Nullable Activity callingActivity, in startActivity()
DICrossProfileApps.aidl34 in String callingFeatureId, in Intent intent, int userId, in IBinder callingActivity, in startActivityAsUserByIntent()
/frameworks/base/services/core/java/com/android/server/pm/
DCrossProfileAppsServiceImpl.java203 IBinder callingActivity, in startActivityAsUserByIntent()
/frameworks/base/core/java/android/app/
DActivityClient.java432 void startLocalVoiceInteraction(IBinder callingActivity, Bundle options) { in startLocalVoiceInteraction()
440 void stopLocalVoiceInteraction(IBinder callingActivity) { in stopLocalVoiceInteraction()
DIActivityTaskManager.aidl107 boolean startNextMatchingActivity(in IBinder callingActivity, in startNextMatchingActivity()
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
DVoiceInteractionManagerService.java229 public void startLocalVoiceInteraction(IBinder callingActivity, Bundle options) { in startLocalVoiceInteraction()
243 public void stopLocalVoiceInteraction(IBinder callingActivity) { in stopLocalVoiceInteraction()
436 public void stopLocalVoiceInteraction(IBinder callingActivity) { in stopLocalVoiceInteraction()
/frameworks/base/services/core/java/com/android/server/wm/
DActivityClientController.java1107 public void startLocalVoiceInteraction(IBinder callingActivity, Bundle options) { in startLocalVoiceInteraction()
1132 public void stopLocalVoiceInteraction(IBinder callingActivity) { in stopLocalVoiceInteraction()
DActivityTaskManagerInternal.java164 public abstract void onLocalVoiceInteractionStarted(IBinder callingActivity, in onLocalVoiceInteractionStarted()
DActivityTaskManagerService.java1327 public boolean startNextMatchingActivity(IBinder callingActivity, Intent intent, in startNextMatchingActivity()