/aosp14/frameworks/base/core/java/com/android/internal/app/ |
H A D | IntentForwarderActivity.java | 199 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 D | ICrossProfileService.aidl | 26 void launchIntent(in Intent intent, in Bundle bundle); in launchIntent() method
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | CrossProfileAppsServiceImpl.java | 147 final Intent launchIntent = new Intent(); in startActivityAsUser() local 221 Intent launchIntent = new Intent(intent); in startActivityAsUserByIntent() local
|
H A D | LauncherAppsService.java | 1349 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 D | BstatsCpuTimesValidationTest.java | 630 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 D | AppListRepository.kt | 164 val launchIntent = Intent(Intent.ACTION_MAIN, null).addCategory(Intent.CATEGORY_LAUNCHER) regex
|
/aosp14/frameworks/base/core/java/android/widget/ |
H A D | ShareActionProvider.java | 300 Intent launchIntent = dataModel.chooseActivity(itemId); in onMenuItemClick() local
|
H A D | ActivityChooserView.java | 606 Intent launchIntent = mAdapter.getDataModel().chooseActivity(position); in onItemClick() local 625 Intent launchIntent = mAdapter.getDataModel().chooseActivity(index); in onClick() local
|
H A D | SearchView.java | 1605 private void launchIntent(Intent intent) { in launchIntent() method in SearchView
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/resume/ |
H A D | ResumeMediaBrowser.java | 317 Intent launchIntent = pm.getLaunchIntentForPackage(mComponentName.getPackageName()); in getAppIntent() local
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/ |
H A D | MediaOutputController.java | 405 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 D | CrossProfileApps.java | 346 Intent launchIntent = pm.getLaunchIntentForPackage(mContext.getPackageName()); in getCallingApplicationLabel() local
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | SearchDialog.java | 561 private void launchIntent(Intent intent) { in launchIntent() method in SearchDialog
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/draganddrop/ |
H A D | DragAndDropPolicy.java | 261 final PendingIntent launchIntent = intent.getParcelableExtra(EXTRA_PENDING_INTENT); in startClipDescription() local
|
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/app/ |
H A D | GameServiceProviderInstanceImplTest.java | 1073 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 D | Session.java | 407 final Intent launchIntent = mService.mAmInternal.getIntentForIntentSender( in validateAndResolveDragMimeTypeExtras() local
|
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/ |
H A D | ApplicationsState.java | 1243 Intent launchIntent = new Intent(Intent.ACTION_MAIN, null); in handleMessage() local
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
H A D | KeyguardUpdateMonitor.java | 1637 Intent launchIntent = in updateSecondaryLockscreenRequirement() local
|