Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/src/com/android/settings/search/
H A DSearchResultTrampoline.java51 final ComponentName callingActivity = getCallingActivity(); in onCreate() local
125 private boolean isSettingsIntelligence(ComponentName callingActivity) { in isSettingsIntelligence()
/aosp12/frameworks/base/core/java/android/service/voice/
H A DVoiceInteractionManagerInternal.java37 public abstract void startLocalVoiceInteraction(IBinder callingActivity, Bundle options); in startLocalVoiceInteraction()
45 public abstract void stopLocalVoiceInteraction(IBinder callingActivity); in stopLocalVoiceInteraction()
/aosp12/packages/apps/Contacts/src/com/android/contacts/interactions/
H A DExportDialogFragment.java66 public static void show(FragmentManager fragmentManager, Class callingActivity, in show()
92 final String callingActivity = getArguments().getString( in onCreateDialog() local
/aosp12/frameworks/base/core/java/android/content/pm/
H A DCrossProfileApps.java133 @Nullable Activity callingActivity) { in startActivity()
162 @Nullable Activity callingActivity, in startActivity()
H A DICrossProfileApps.aidl34 in String callingFeatureId, in Intent intent, int userId, in IBinder callingActivity, in startActivityAsUserByIntent()
/aosp12/packages/apps/TV/src/com/android/tv/
H A DSetupPassthroughActivity.java120 ComponentName callingActivity = getCallingActivity(); in onCreate() local
/aosp12/packages/apps/Contacts/src/com/android/contacts/vcard/
H A DExportVCardActivity.java93 final String callingActivity = getIntent().getExtras() in connectVCardService() local
H A DExportProcessor.java76 String callingActivity) { in ExportProcessor()
H A DImportVCardActivity.java635 final ComponentName callingActivity = activity.getCallingActivity(); in isCallerSelf() local
/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DCrossProfileAppsServiceImpl.java193 IBinder callingActivity, in startActivityAsUserByIntent()
/aosp12/frameworks/base/core/java/android/app/
H A DActivityClient.java382 void startLocalVoiceInteraction(IBinder callingActivity, Bundle options) { in startLocalVoiceInteraction()
390 void stopLocalVoiceInteraction(IBinder callingActivity) { in stopLocalVoiceInteraction()
H A DIActivityTaskManager.aidl103 boolean startNextMatchingActivity(in IBinder callingActivity, in startNextMatchingActivity()
/aosp12/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
H A DVoiceInteractionManagerService.java226 public void startLocalVoiceInteraction(IBinder callingActivity, Bundle options) { in startLocalVoiceInteraction()
240 public void stopLocalVoiceInteraction(IBinder callingActivity) { in stopLocalVoiceInteraction()
382 public void stopLocalVoiceInteraction(IBinder callingActivity) { in stopLocalVoiceInteraction()
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityClientController.java975 public void startLocalVoiceInteraction(IBinder callingActivity, Bundle options) { in startLocalVoiceInteraction()
1000 public void stopLocalVoiceInteraction(IBinder callingActivity) { in stopLocalVoiceInteraction()
H A DActivityTaskManagerInternal.java162 public abstract void onLocalVoiceInteractionStarted(IBinder callingActivity, in onLocalVoiceInteractionStarted()
H A DActivityTaskManagerService.java1278 public boolean startNextMatchingActivity(IBinder callingActivity, Intent intent, in startNextMatchingActivity()