Home
last modified time | relevance | path

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

12

/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/bluetooth/
DBluetoothDevicePickerPreferenceControllerTest.java174 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/
DCustomShortcutConfigActivity.java40 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/
DBluetoothPrefs.java32 Intent launchIntent = new Intent(); in onCreate() local
/packages/modules/Permission/tests/utils/safetycenter/java/com/android/safetycenter/testing/
DSafetyCenterActivityLauncher.kt88 val launchIntent = in createIntent() constant
/packages/apps/Nfc/src/com/android/nfc/
DNfcRootActivity.java35 final Intent launchIntent = intent.getParcelableExtra(EXTRA_LAUNCH_INTENT); in onCreate() local
/packages/apps/Settings/src/com/android/settings/slices/
DSliceDeepLinkSpringBoard.java46 Intent launchIntent; in onCreate() local
/packages/apps/Car/SystemUI/src/com/android/systemui/car/wm/activity/
DLaunchOnPrivateDisplayRouterActivity.java50 Intent launchIntent = getIntent(); in onCreate() local
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/
DGoogleSearch.kt108 private fun launchIntent(intent: Intent?) { in launchIntent() method
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/enterprise/apps/
DInstalledAppCounter.java66 Intent launchIntent = new Intent(Intent.ACTION_MAIN, null) in includeInCount() local
/packages/apps/Car/Settings/src/com/android/car/settingslib/applications/
DInstalledAppCounter.java69 Intent launchIntent = new Intent(Intent.ACTION_MAIN, null) in includeInCount() local
/packages/apps/TvSettings/SettingsAPI/java/com/android/tv/settings/library/enterprise/apps/
DInstalledAppCounter.java66 Intent launchIntent = new Intent(Intent.ACTION_MAIN, null) in includeInCount() local
/packages/apps/Car/Settings/src/com/android/car/settings/applications/
DInstalledAppCountItemManager.java87 Intent launchIntent = new Intent(Intent.ACTION_MAIN, null) in shouldCountApp() local
DRecentAppsItemManager.java175 Intent launchIntent = new Intent().addCategory(Intent.CATEGORY_LAUNCHER) in shouldIncludePkgInRecents() local
/packages/apps/Settings/src/com/android/settings/applications/
DInstalledAppCounter.java71 Intent launchIntent = new Intent(Intent.ACTION_MAIN, null) in includeInCount() local
DRecentAppStatsMixin.java198 final Intent launchIntent = new Intent().addCategory(Intent.CATEGORY_LAUNCHER) in shouldIncludePkgInRecents() local
/packages/apps/Calendar/src/com/android/calendar/widget/
DCalendarAppWidgetProvider.kt199 val launchIntent = Intent() in getLaunchPendingIntentTemplate() constant
/packages/apps/Settings/src/com/android/settings/spa/app/appinfo/
DTopBarAppLaunchButton.kt42 private fun PackageInfoPresenter.launchIntent( in PackageInfoPresenter() method
/packages/apps/Nfc/src/com/android/nfc/handover/
DConfirmConnectActivity.java43 Intent launchIntent = getIntent(); in onCreate() local
/packages/apps/Settings/tests/robotests/src/com/android/settings/search/
DSearchFeatureProviderImplTest.java85 final Intent launchIntent = Shadows.shadowOf(mActivity).getNextStartedActivity(); in initSearchToolbar_hasResolvedInfo_shouldStartCorrectIntent() local
/packages/apps/Settings/tests/robotests/src/com/android/settings/dashboard/
DDashboardFeatureProviderImplTest.java571 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/
DThirdPartyAppCategory.java103 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/
DAppCardServiceManager.kt69 val launchIntent = Intent() in bind() constant
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiDialogManagerTest.java201 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/
DAbstractRestrictBackgroundNetworkTestCase.java939 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/
DUserAspectRatioDetails.java160 Intent launchIntent = mPm.getLaunchIntentForPackage(mPackageName) in launchApplication() local

12