Home
last modified time | relevance | path

Searched defs:launchIntent (Results 1 – 18 of 18) sorted by relevance

/aosp14/frameworks/base/core/java/com/android/internal/app/
H A DIntentForwarderActivity.java199 ResolveInfo target, Intent launchIntent, UserInfo managedProfile) { in maybeShowUserConsentMiniResolver()
291 Intent launchIntent, in getAppIcon()
315 private int getOpenInWorkButtonString(Intent launchIntent) { in getOpenInWorkButtonString()
325 private String getOpenInWorkMessage(Intent launchIntent, CharSequence targetLabel) { in getOpenInWorkMessage()
342 private String getWorkTelephonyInfoSectionMessage(Intent launchIntent) { in getWorkTelephonyInfoSectionMessage()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DICrossProfileService.aidl26 void launchIntent(in Intent intent, in Bundle bundle); in launchIntent() method
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DCrossProfileAppsServiceImpl.java147 final Intent launchIntent = new Intent(); in startActivityAsUser() local
221 Intent launchIntent = new Intent(intent); in startActivityAsUserByIntent() local
H A DLauncherAppsService.java1349 final Intent launchIntent = getMainActivityLaunchIntent(component, user); in getActivityLaunchIntent() local
1376 Intent launchIntent = getMainActivityLaunchIntent(component, user); in startActivityAsUser() local
1393 Intent launchIntent = new Intent(Intent.ACTION_MAIN); in getMainActivityLaunchIntent() local
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/power/stats/
H A DBstatsCpuTimesValidationTest.java630 final Intent launchIntent = new Intent() in startIsolatedService() local
647 final Intent launchIntent = new Intent() in startForegroundService() local
674 final Intent launchIntent = new Intent() in startService() local
700 final Intent launchIntent = new Intent() in startActivity() local
/aosp14/frameworks/base/packages/SettingsLib/SpaPrivileged/src/com/android/settingslib/spaprivileged/model/app/
H A DAppListRepository.kt164 val launchIntent = Intent(Intent.ACTION_MAIN, null).addCategory(Intent.CATEGORY_LAUNCHER) regex
/aosp14/frameworks/base/core/java/android/widget/
H A DShareActionProvider.java300 Intent launchIntent = dataModel.chooseActivity(itemId); in onMenuItemClick() local
H A DActivityChooserView.java606 Intent launchIntent = mAdapter.getDataModel().chooseActivity(position); in onItemClick() local
625 Intent launchIntent = mAdapter.getDataModel().chooseActivity(index); in onClick() local
H A DSearchView.java1605 private void launchIntent(Intent intent) { in launchIntent() method in SearchView
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/resume/
H A DResumeMediaBrowser.java317 Intent launchIntent = pm.getLaunchIntentForPackage(mComponentName.getPackageName()); in getAppIntent() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/
H A DMediaOutputController.java405 Intent launchIntent = new Intent(ACTION_TRANSFER_MEDIA); in tryToLaunchInAppRoutingIntent() local
417 Intent launchIntent = getAppLaunchIntent(); in tryToLaunchMediaApplication() local
890 Intent launchIntent = in launchBluetoothPairing() local
/aosp14/frameworks/base/core/java/android/content/pm/
H A DCrossProfileApps.java346 Intent launchIntent = pm.getLaunchIntentForPackage(mContext.getPackageName()); in getCallingApplicationLabel() local
/aosp14/frameworks/base/core/java/android/app/
H A DSearchDialog.java561 private void launchIntent(Intent intent) { in launchIntent() method in SearchDialog
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/draganddrop/
H A DDragAndDropPolicy.java261 final PendingIntent launchIntent = intent.getParcelableExtra(EXTRA_PENDING_INTENT); in startClipDescription() local
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/app/
H A DGameServiceProviderInstanceImplTest.java1073 Intent launchIntent = new Intent("com.test.ACTION_LAUNCH_GAME_PACKAGE") in restartGame_taskIdAssociatedWithGame_restartsTargetGame() local
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DSession.java407 final Intent launchIntent = mService.mAmInternal.getIntentForIntentSender( in validateAndResolveDragMimeTypeExtras() local
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
H A DApplicationsState.java1243 Intent launchIntent = new Intent(Intent.ACTION_MAIN, null); in handleMessage() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardUpdateMonitor.java1637 Intent launchIntent = in updateSecondaryLockscreenRequirement() local