| /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 | 34 Intent launchIntent = new Intent(); in onCreate() local
|
| /packages/modules/Permission/tests/utils/safetycenter/java/com/android/safetycenter/testing/ |
| D | SafetyCenterActivityLauncher.kt | 101 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/QuickSearchBox/src/com/android/quicksearchbox/google/ |
| D | GoogleSearch.kt | 108 private fun launchIntent(intent: Intent?) { in launchIntent() method in com.android.quicksearchbox.google.GoogleSearch
|
| /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/Settings/src/com/android/settings/applications/ |
| D | InstalledAppCounter.java | 60 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/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/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/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/Calendar/src/com/android/calendar/widget/ |
| D | CalendarAppWidgetProvider.kt | 199 val launchIntent = Intent() in getLaunchPendingIntentTemplate() constant
|
| /packages/apps/Nfc/src/com/android/nfc/handover/ |
| D | ConfirmConnectActivity.java | 43 Intent launchIntent = getIntent(); in onCreate() local
|
| /packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/tileinfo/ |
| D | ThirdPartyWallpaperInfo.java | 37 Intent launchIntent = new Intent(Intent.ACTION_SET_WALLPAPER) in onClick() local
|
| D | LiveWallpaperInfo.java | 110 Intent launchIntent = new Intent(WallpaperService.SERVICE_INTERFACE); in doInBackground() local
|
| /packages/apps/Settings/tests/robotests/src/com/android/settings/search/ |
| D | SearchFeatureProviderImplTest.java | 91 final Intent launchIntent = Shadows.shadowOf(mActivity).getNextStartedActivity(); in initSearchToolbar_hasResolvedInfo_shouldStartCorrectIntent() local
|
| /packages/modules/DeviceLock/DeviceLockController/src/com/android/devicelockcontroller/policy/ |
| D | DevicePolicyControllerImpl.java | 128 mContext.startActivity(launchIntent, in launchActivityInLockedMode() argument
|
| /packages/apps/Settings/tests/robotests/src/com/android/settings/dashboard/ |
| D | DashboardFeatureProviderImplTest.java | 565 final Intent launchIntent = shadowActivity.getNextStartedActivityForResult().intent; in bindPreference_withIntentActionMetadata_shouldSetLaunchAction() local 631 Intent launchIntent = Shadows.shadowOf(activity).getNextStartedActivityForResult().intent; in bindPreference_clickNotHighlightedPreference_shouldStartActivity() local 650 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/modules/Connectivity/tests/cts/hostside/app/src/com/android/cts/net/hostside/ |
| D | AbstractRestrictBackgroundNetworkTestCase.java | 843 final Intent launchIntent = getIntentForComponent(TYPE_COMPONENT_ACTIVTIY); in launchActivity() local 869 final Intent launchIntent = getIntentForComponent(type); in launchComponentAndAssertNetworkAccess() local 936 final Intent launchIntent = getIntentForComponent(TYPE_COMPONENT_ACTIVTIY); in startActivity() local 941 final Intent launchIntent = getIntentForComponent(TYPE_COMPONENT_FOREGROUND_SERVICE); in startForegroundService() local
|
| /packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
| D | WifiDialogManagerTest.java | 194 private int verifySimpleDialogLaunchIntent( in verifySimpleDialogLaunchIntent() 835 private int verifyP2pInvitationReceivedDialogLaunchIntent( in verifyP2pInvitationReceivedDialogLaunchIntent() 1073 private int verifyP2pInvitationSentDialogLaunchIntent( in verifyP2pInvitationSentDialogLaunchIntent()
|
| /packages/apps/Settings/src/com/android/settings/applications/appcompat/ |
| D | UserAspectRatioDetails.java | 140 Intent launchIntent = mPm.getLaunchIntentForPackage(mPackageName) in launchApplication() local
|