Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DICrossProfileService.aidl26 void launchIntent(in Intent intent, in Bundle bundle); in launchIntent() method
DScreenshotCrossProfileService.kt34 override fun launchIntent(intent: Intent, bundle: Bundle) { in launchIntent() method in com.android.systemui.screenshot.ScreenshotCrossProfileService
DActionIntentExecutor.kt68 suspend fun launchIntent( in launchIntent() method in com.android.systemui.screenshot.ActionIntentExecutor
/frameworks/base/services/core/java/com/android/server/pm/
DCrossProfileAppsServiceImpl.java146 final Intent launchIntent = new Intent(); in startActivityAsUser() local
220 Intent launchIntent = new Intent(intent); in startActivityAsUserByIntent() local
DLauncherAppsService.java1239 final Intent launchIntent = getMainActivityLaunchIntent(component, user); in getActivityLaunchIntent() local
1266 Intent launchIntent = getMainActivityLaunchIntent(component, user); in startActivityAsUser() local
1282 Intent launchIntent = new Intent(Intent.ACTION_MAIN); in getMainActivityLaunchIntent() local
/frameworks/base/core/tests/coretests/src/com/android/internal/os/
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
/frameworks/base/core/java/android/widget/
DShareActionProvider.java300 Intent launchIntent = dataModel.chooseActivity(itemId); in onMenuItemClick() local
DActivityChooserView.java606 Intent launchIntent = mAdapter.getDataModel().chooseActivity(position); in onItemClick() local
625 Intent launchIntent = mAdapter.getDataModel().chooseActivity(index); in onClick() local
DSearchView.java1605 private void launchIntent(Intent intent) { in launchIntent() method in SearchView
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/resume/
DResumeMediaBrowser.java304 Intent launchIntent = pm.getLaunchIntentForPackage(mComponentName.getPackageName()); in getAppIntent() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/
DMediaOutputController.java386 Intent launchIntent = getAppLaunchIntent(); in tryToLaunchMediaApplication() local
926 Intent launchIntent = in launchBluetoothPairing() local
/frameworks/base/core/java/android/app/
DSearchDialog.java561 private void launchIntent(Intent intent) { in launchIntent() method in SearchDialog
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/draganddrop/
DDragAndDropPolicy.java279 final PendingIntent launchIntent = intent.getParcelableExtra(EXTRA_PENDING_INTENT); in startClipDescription() local
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/app/
DGameServiceProviderInstanceImplTest.java1116 Intent launchIntent = new Intent("com.test.ACTION_LAUNCH_GAME_PACKAGE") in restartGame_taskIdAssociatedWithGame_restartsTargetGame() local
/frameworks/base/services/core/java/com/android/server/wm/
DSession.java414 final Intent launchIntent = mService.mAmInternal.getIntentForIntentSender( in validateAndResolveDragMimeTypeExtras() local
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
DApplicationsState.java1219 Intent launchIntent = new Intent(Intent.ACTION_MAIN, null); in handleMessage() local
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java1428 Intent launchIntent = in updateSecondaryLockscreenRequirement() local