Home
last modified time | relevance | path

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

12

/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/bluetooth/
DBluetoothDevicePickerPreferenceControllerTest.java142 Intent launchIntent = createLaunchIntent(/* needsAuth= */ false, in onStart_appliesFilterType() local
157 Intent launchIntent = createLaunchIntent(/* needsAuth= */ true, in onDeviceClicked_bondedDevice_sendsPickedIntent() local
179 Intent launchIntent = createLaunchIntent(/* needsAuth= */ true, in onDeviceClicked_bondedDevice_goesBack() local
194 Intent launchIntent = createLaunchIntent(/* needsAuth= */ false, in onDeviceClicked_unbondedDevice_doesNotNeedAuth_sendsPickedIntent() local
211 Intent launchIntent = createLaunchIntent(/* needsAuth= */ true, in onDeviceClicked_unbondedDevice_needsAuth_startsPairing() local
226 Intent launchIntent = createLaunchIntent(/* needsAuth= */ true, in onDeviceClicked_unbondedDevice_needsAuth_pairingStartFails_resumesScanning() local
243 Intent launchIntent = createLaunchIntent(/* needsAuth= */ true, in onDeviceBondStateChanged_selectedDeviceBonded_sendsPickedIntent() local
264 Intent launchIntent = createLaunchIntent(/* needsAuth= */ true, in onDeviceBondStateChanged_selectedDeviceBonded_goesBack() local
283 Intent launchIntent = createLaunchIntent(/* needsAuth= */ true, in onDestroy_noDeviceSelected_sendsNullPickedIntent() local
/packages/apps/Settings/tests/robotests/src/com/android/settings/accessibility/
DAccessibilitySettingsForSetupWizardActivityTest.java65 final Intent launchIntent = Shadows.shadowOf(activity).getNextStartedActivity(); in onCreate_hasFontSizeComponent_shouldGoToFontSizePreferenceDirectly() local
82 final Intent launchIntent = Shadows.shadowOf(activity).getNextStartedActivity(); in onCreate_noFontSizeComponent_shouldNotFinishCurrentActivity() local
/packages/apps/Car/LensPicker/src/com/android/support/car/lenspicker/
DLensPickerActivity.java80 Intent launchIntent = LensPickerUtils.getLaunchIntent(packageName, rInfo, in onResume() local
197 Intent launchIntent = item.getLaunchIntent(); in onActivitySelected() local
198 launch(item.getFacetId(), launchIntent.getPackage(), launchIntent); in onActivitySelected() local
202 private void launch(String facetId, String packageName, Intent launchIntent) { in launch()
DLensPickerTrampolineActivity.java92 Intent launchIntent; in onCreate() local
178 Intent launchIntent; in maybeRelaunchLastIntent() local
DLensPickerItem.java31 public LensPickerItem(String label, Drawable icon, Intent launchIntent, String facetId) { in LensPickerItem()
DLensPickerUtils.java65 String packageName, Intent launchIntent) { in launch()
85 String packageName, Intent launchIntent) { in saveLastLaunchedAppInfo()
DLensPickerAdapter.java97 Intent launchIntent = LensPickerUtils.getLaunchIntent(packageName, rInfo, in doInBackground() local
/packages/apps/Nfc/src/com/android/nfc/
DNfcRootActivity.java35 final Intent launchIntent = intent.getParcelableExtra(EXTRA_LAUNCH_INTENT); in onCreate() local
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/slices/
DSliceDeepLinkSpringBoard.java44 Intent launchIntent; in onCreate() local
/packages/apps/Settings/src/com/android/settings/slices/
DSliceDeepLinkSpringBoard.java44 Intent launchIntent; in onCreate() local
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/
DInstalledAppCounter.java60 Intent launchIntent = new Intent(Intent.ACTION_MAIN, null) in includeInCount() local
DRecentAppStatsMixin.java175 final Intent launchIntent = new Intent().addCategory(Intent.CATEGORY_LAUNCHER) in shouldIncludePkgInRecents() local
/packages/apps/Settings/src/com/android/settings/applications/
DInstalledAppCounter.java60 Intent launchIntent = new Intent(Intent.ACTION_MAIN, null) in includeInCount() local
DRecentAppStatsMixin.java175 final Intent launchIntent = new Intent().addCategory(Intent.CATEGORY_LAUNCHER) in shouldIncludePkgInRecents() local
/packages/apps/Nfc/src/com/android/nfc/handover/
DConfirmConnectActivity.java40 Intent launchIntent = getIntent(); in onCreate() local
/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/tileinfo/
DThirdPartyWallpaperInfo.java37 Intent launchIntent = new Intent(Intent.ACTION_SET_WALLPAPER) in onClick() local
DLiveWallpaperInfo.java110 Intent launchIntent = new Intent(WallpaperService.SERVICE_INTERFACE); in doInBackground() local
/packages/apps/Settings/tests/robotests/src/com/android/settings/search/
DSearchFeatureProviderImplTest.java81 final Intent launchIntent = Shadows.shadowOf(mActivity).getNextStartedActivity(); in initSearchToolbar_hasResolvedInfo_shouldStartCorrectIntent() local
/packages/apps/Car/Dialer/src/com/android/car/dialer/telecom/
DInCallRouter.java139 Intent launchIntent = new Intent(mContext, InCallActivity.class); in routeToInCallPage() local
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/
DGoogleSearch.java150 private void launchIntent(Intent intent) { in launchIntent() method in GoogleSearch
/packages/apps/Settings/tests/robotests/src/com/android/settings/dashboard/
DDashboardFeatureProviderImplTest.java341 final Intent launchIntent = shadowActivity.getNextStartedActivityForResult().intent; in bindPreference_withIntentActionMetadata_shouldSetLaunchAction() local
363 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/apps/Calendar/src/com/android/calendar/widget/
DCalendarAppWidgetProvider.java188 Intent launchIntent = new Intent(); in getLaunchPendingIntentTemplate() local
/packages/apps/Launcher3/SecondaryDisplayLauncher/src/com/android/launcher3/
DSecondaryDisplayLauncher.java160 void launch(Intent launchIntent) { in launch()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/
DRecentAppsPreferenceController.java259 final Intent launchIntent = new Intent().addCategory(Intent.CATEGORY_LEANBACK_LAUNCHER) in shouldIncludePkgInRecents() local

12