/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/bluetooth/ |
D | BluetoothDevicePickerPreferenceControllerTest.java | 174 Intent launchIntent = createLaunchIntent(/* needsAuth= */ false, in onStart_appliesFilterType() local 190 Intent launchIntent = createLaunchIntent(/* needsAuth= */ true, in onDeviceClicked_callingPackageEqualToLaunchPackage_setsClassName() local 215 Intent launchIntent = createLaunchIntent(/* needsAuth= */ true, in onDeviceClicked_callingPackageNotEqualToLaunchPackage_doesNotSetClassName() local 239 Intent launchIntent = createLaunchIntent(/* needsAuth= */ true, in onDeviceClicked_bondedDevice_goesBack() local 256 Intent launchIntent = createLaunchIntent(/* needsAuth= */ false, in onDeviceClicked_unbondedDevice_doesNotNeedAuth_sendsPickedIntent() local 277 Intent launchIntent = createLaunchIntent(/* needsAuth= */ true, in onDeviceClicked_unbondedDevice_needsAuth_startsPairing() local 294 Intent launchIntent = createLaunchIntent(/* needsAuth= */ true, in onDeviceClicked_unbondedDevice_needsAuth_pairingStartFails_resumesScanning() local 315 Intent launchIntent = createLaunchIntent(/* needsAuth= */ true, in onDeviceBondStateChanged_selectedDeviceBonded_sendsPickedIntent() local 340 Intent launchIntent = createLaunchIntent(/* needsAuth= */ true, in onDeviceBondStateChanged_selectedDeviceBonded_goesBack() local 361 Intent launchIntent = createLaunchIntent(/* needsAuth= */ true, in onDestroy_noDeviceSelected_sendsNullPickedIntent() local
|
/packages/apps/Launcher3/tests/src/com/android/launcher3/testcomponent/ |
D | CustomShortcutConfigActivity.java | 40 Intent launchIntent = new Intent(this, BaseTestingActivity.class) in onCreate() local 50 Context context, String uniqueId, String name, int iconId, Intent launchIntent) { in createShortcutResultIntent() 58 Context context, String uniqueId, String name, int iconId, Intent launchIntent) { in createShortcutInfo()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/ |
D | BluetoothPrefs.java | 32 Intent launchIntent = new Intent(); in onCreate() local
|
/packages/modules/Permission/tests/utils/safetycenter/java/com/android/safetycenter/testing/ |
D | SafetyCenterActivityLauncher.kt | 88 val launchIntent = in createIntent() constant
|
/packages/apps/Nfc/src/com/android/nfc/ |
D | NfcRootActivity.java | 35 final Intent launchIntent = intent.getParcelableExtra(EXTRA_LAUNCH_INTENT); in onCreate() local
|
/packages/apps/Settings/src/com/android/settings/slices/ |
D | SliceDeepLinkSpringBoard.java | 46 Intent launchIntent; in onCreate() local
|
/packages/apps/Car/SystemUI/src/com/android/systemui/car/wm/activity/ |
D | LaunchOnPrivateDisplayRouterActivity.java | 50 Intent launchIntent = getIntent(); in onCreate() local
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/ |
D | GoogleSearch.kt | 108 private fun launchIntent(intent: Intent?) { in launchIntent() method
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/enterprise/apps/ |
D | InstalledAppCounter.java | 66 Intent launchIntent = new Intent(Intent.ACTION_MAIN, null) in includeInCount() local
|
/packages/apps/Car/Settings/src/com/android/car/settingslib/applications/ |
D | InstalledAppCounter.java | 69 Intent launchIntent = new Intent(Intent.ACTION_MAIN, null) in includeInCount() local
|
/packages/apps/TvSettings/SettingsAPI/java/com/android/tv/settings/library/enterprise/apps/ |
D | InstalledAppCounter.java | 66 Intent launchIntent = new Intent(Intent.ACTION_MAIN, null) in includeInCount() local
|
/packages/apps/Car/Settings/src/com/android/car/settings/applications/ |
D | InstalledAppCountItemManager.java | 87 Intent launchIntent = new Intent(Intent.ACTION_MAIN, null) in shouldCountApp() local
|
D | RecentAppsItemManager.java | 175 Intent launchIntent = new Intent().addCategory(Intent.CATEGORY_LAUNCHER) in shouldIncludePkgInRecents() local
|
/packages/apps/Settings/src/com/android/settings/applications/ |
D | InstalledAppCounter.java | 71 Intent launchIntent = new Intent(Intent.ACTION_MAIN, null) in includeInCount() local
|
D | RecentAppStatsMixin.java | 198 final Intent launchIntent = new Intent().addCategory(Intent.CATEGORY_LAUNCHER) in shouldIncludePkgInRecents() local
|
/packages/apps/Calendar/src/com/android/calendar/widget/ |
D | CalendarAppWidgetProvider.kt | 199 val launchIntent = Intent() in getLaunchPendingIntentTemplate() constant
|
/packages/apps/Settings/src/com/android/settings/spa/app/appinfo/ |
D | TopBarAppLaunchButton.kt | 42 private fun PackageInfoPresenter.launchIntent( in PackageInfoPresenter() method
|
/packages/apps/Nfc/src/com/android/nfc/handover/ |
D | ConfirmConnectActivity.java | 43 Intent launchIntent = getIntent(); in onCreate() local
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/search/ |
D | SearchFeatureProviderImplTest.java | 85 final Intent launchIntent = Shadows.shadowOf(mActivity).getNextStartedActivity(); in initSearchToolbar_hasResolvedInfo_shouldStartCorrectIntent() local
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/dashboard/ |
D | DashboardFeatureProviderImplTest.java | 571 final Intent launchIntent = shadowActivity.getNextStartedActivityForResult().intent; in bindPreference_withIntentActionMetadata_shouldSetLaunchAction() local 637 Intent launchIntent = Shadows.shadowOf(activity).getNextStartedActivityForResult().intent; in bindPreference_clickNotHighlightedPreference_shouldStartActivity() local 656 final ShadowActivity.IntentForResult launchIntent = in clickPreference_withUnresolvableIntent_shouldNotLaunchAnything() local
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/ |
D | ThirdPartyAppCategory.java | 103 Intent launchIntent = new Intent(Intent.ACTION_SET_WALLPAPER); in show() local
|
/packages/services/Car/car_product/distant_display/apps/CarDistantDisplayPanoManager/src/com/android/car/pano/manager/ |
D | AppCardServiceManager.kt | 69 val launchIntent = Intent() in bind() constant
|
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
D | WifiDialogManagerTest.java | 201 private int verifySimpleDialogLaunchIntent( in verifySimpleDialogLaunchIntent() 832 private int verifyP2pInvitationReceivedDialogLaunchIntent( in verifyP2pInvitationReceivedDialogLaunchIntent() 1070 private int verifyP2pInvitationSentDialogLaunchIntent( in verifyP2pInvitationSentDialogLaunchIntent()
|
/packages/modules/Connectivity/tests/cts/hostside-network-policy/app/src/com/android/cts/netpolicy/hostside/ |
D | AbstractRestrictBackgroundNetworkTestCase.java | 939 final Intent launchIntent = getIntentForComponent(TYPE_COMPONENT_ACTIVTIY); in launchActivity() local 964 final Intent launchIntent = getIntentForComponent(type); in launchComponentAndAssertNetworkAccess() local 1039 final Intent launchIntent = getIntentForComponent(TYPE_COMPONENT_ACTIVTIY); in startActivity() local 1044 final Intent launchIntent = getIntentForComponent(TYPE_COMPONENT_FOREGROUND_SERVICE); in startForegroundService() local
|
/packages/apps/Settings/src/com/android/settings/applications/appcompat/ |
D | UserAspectRatioDetails.java | 160 Intent launchIntent = mPm.getLaunchIntentForPackage(mPackageName) in launchApplication() local
|