/frameworks/base/core/java/com/android/internal/app/ |
D | IntentForwarderActivity.java | 231 ResolveInfo target, Intent launchIntent, UserInfo managedProfile) { in maybeShowUserConsentMiniResolver() 293 ResolveInfo target, Intent launchIntent, int targetUserId) { in maybeShowUserConsentMiniResolverPrivate() 325 private void buildMiniResolver(ResolveInfo target, Intent launchIntent, int targetUserId, in buildMiniResolver() 362 Intent launchIntent, in getAppIcon() 386 private int getOpenInWorkButtonString(Intent launchIntent) { in getOpenInWorkButtonString() 396 private String getOpenInWorkMessage(Intent launchIntent, CharSequence targetLabel) { in getOpenInWorkMessage() 413 private String getWorkTelephonyInfoSectionMessage(Intent launchIntent) { in getWorkTelephonyInfoSectionMessage()
|
/frameworks/opt/car/services/updatableServices/tests/src/com/android/server/wm/ |
D | CarDisplayCompatActivityInterceptorTest.java | 169 Intent launchIntent = (Intent) result.getInterceptResult().getIntent() in displayCompatActivity_returnsHost() local 192 Intent launchIntent = (Intent) result.getInterceptResult().getIntent() in displayCompatActivity_launchedFromDisplayCompatApp_returnsHost() local 220 Intent launchIntent = (Intent) result.getInterceptResult().getIntent() in displayCompatActivity_noPermission_returnsHost() local
|
D | CarLaunchOnPrivateDisplayActivityInterceptorTest.java | 249 Intent launchIntent = (Intent) result.getInterceptResult().getIntent() in assertActivityInterceptResultNotNull() local
|
/frameworks/base/services/contextualsearch/java/com/android/server/contextualsearch/ |
D | ContextualSearchManagerService.java | 272 Intent launchIntent = new Intent( in getResolvedLaunchIntent() local 290 final Intent launchIntent = getResolvedLaunchIntent(); in getContextualSearchIntent() local 367 private int invokeContextualSearchIntent(Intent launchIntent, final int userId) { in invokeContextualSearchIntent() 458 Intent launchIntent = getContextualSearchIntent(entrypoint, mToken); in startContextualSearch() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ |
D | ICrossProfileService.aidl | 26 void launchIntent(in Intent intent, in Bundle bundle); in launchIntent() method
|
D | ScreenshotCrossProfileService.kt | 34 override fun launchIntent(intent: Intent, bundle: Bundle) { in launchIntent() method in com.android.systemui.screenshot.ScreenshotCrossProfileService
|
D | ActionIntentExecutor.kt | 80 suspend fun launchIntent( in launchIntent() method in com.android.systemui.screenshot.ActionIntentExecutor
|
/frameworks/base/core/tests/FileSystemUtilsTest/apk_extract_native_libs/src/android/test/extract/ |
D | PunchExtractedLibTest.java | 57 Intent launchIntent = in testPunchedNativeLibs_extractedLib() local
|
/frameworks/base/core/tests/FileSystemUtilsTest/apk_embedded_native_libs/src/android/test/embedded/ |
D | PunchEmbeddedLibTest.java | 58 Intent launchIntent = in testPunchedNativeLibs_embeddedLib() local
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | CrossProfileAppsServiceImpl.java | 148 final Intent launchIntent = new Intent(); in startActivityAsUser() local 222 Intent launchIntent = new Intent(intent); in startActivityAsUserByIntent() local
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/draganddrop/ |
D | DragAndDropController.java | 125 default boolean onUnhandledDrag(@NonNull PendingIntent launchIntent, in onUnhandledDrag() 384 final PendingIntent launchIntent = DragUtils.getLaunchIntent(dragEvent); in onUnhandledDrop() local
|
D | DragAndDropPolicy.java | 284 final PendingIntent launchIntent = in launchApp() local 299 private void launchIntent(DragSession session, @SplitPosition int position) { in launchIntent() method in DragAndDropPolicy
|
/frameworks/base/services/tests/powerstatstests/src/com/android/server/power/stats/ |
D | BstatsCpuTimesValidationTest.java | 643 final Intent launchIntent = new Intent() in startIsolatedService() local 660 final Intent launchIntent = new Intent() in startForegroundService() local 687 final Intent launchIntent = new Intent() in startService() local 713 final Intent launchIntent = new Intent() in startActivity() local
|
D | CpuPowerStatsCollectorValidationTest.java | 157 final Intent launchIntent = new Intent().setComponent( in startActivity() local
|
/frameworks/opt/car/services/updatableServices/src/com/android/server/wm/ |
D | CarDisplayCompatActivityInterceptor.java | 118 Intent launchIntent = info.getIntent(); in onInterceptActivityLaunch() local
|
D | CarLaunchOnPrivateDisplayActivityInterceptor.java | 120 Intent launchIntent = info.getIntent(); in onInterceptActivityLaunch() local
|
/frameworks/base/packages/SettingsLib/SpaPrivileged/src/com/android/settingslib/spaprivileged/model/app/ |
D | AppListRepository.kt | 184 val launchIntent = Intent(Intent.ACTION_MAIN, null).addCategory(Intent.CATEGORY_LAUNCHER) in getSystemPackageNames() constant
|
/frameworks/base/core/java/android/widget/ |
D | ShareActionProvider.java | 300 Intent launchIntent = dataModel.chooseActivity(itemId); in onMenuItemClick() local
|
D | ActivityChooserView.java | 606 Intent launchIntent = mAdapter.getDataModel().chooseActivity(position); in onItemClick() local 625 Intent launchIntent = mAdapter.getDataModel().chooseActivity(index); in onClick() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/domain/resume/ |
D | ResumeMediaBrowser.java | 317 Intent launchIntent = pm.getLaunchIntentForPackage(mComponentName.getPackageName()); in getAppIntent() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/ |
D | MediaOutputController.java | 432 Intent launchIntent = new Intent(ACTION_TRANSFER_MEDIA); in tryToLaunchInAppRoutingIntent() local 444 Intent launchIntent = getAppLaunchIntent(); in tryToLaunchMediaApplication() local 921 Intent launchIntent = in launchBluetoothPairing() local
|
/frameworks/base/core/java/android/content/pm/ |
D | CrossProfileApps.java | 386 Intent launchIntent = pm.getLaunchIntentForPackage(mContext.getPackageName()); in getCallingApplicationLabel() local
|
/frameworks/base/core/java/android/app/ |
D | SearchDialog.java | 561 private void launchIntent(Intent intent) { in launchIntent() method in SearchDialog
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/satellite/ |
D | PointingAppController.java | 379 Intent launchIntent; in startPointingUI() local
|
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/ |
D | VoiceInteractionManagerService.java | 1058 Intent launchIntent = getContextualSearchIntent(sessionArgs); in showSessionFromSession() local 2718 Intent launchIntent = new Intent(CS_INTENT_FILTER); in getContextualSearchIntent() local 2764 private boolean startContextualSearch(Intent launchIntent) { in startContextualSearch()
|