Home
last modified time | relevance | path

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

123

/aosp12/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/bluetooth/
H A DBluetoothDevicePickerPreferenceControllerTest.java160 Intent launchIntent = createLaunchIntent(/* needsAuth= */ false, in onStart_appliesFilterType() local
176 Intent launchIntent = createLaunchIntent(/* needsAuth= */ true, in onDeviceClicked_callingPackageEqualToLaunchPackage_setsClassName() local
201 Intent launchIntent = createLaunchIntent(/* needsAuth= */ true, in onDeviceClicked_callingPackageNotEqualToLaunchPackage_doesNotSetClassName() local
225 Intent launchIntent = createLaunchIntent(/* needsAuth= */ true, in onDeviceClicked_bondedDevice_goesBack() local
242 Intent launchIntent = createLaunchIntent(/* needsAuth= */ false, in onDeviceClicked_unbondedDevice_doesNotNeedAuth_sendsPickedIntent() local
263 Intent launchIntent = createLaunchIntent(/* needsAuth= */ true, in onDeviceClicked_unbondedDevice_needsAuth_startsPairing() local
280 Intent launchIntent = createLaunchIntent(/* needsAuth= */ true, in onDeviceClicked_unbondedDevice_needsAuth_pairingStartFails_resumesScanning() local
299 Intent launchIntent = createLaunchIntent(/* needsAuth= */ true, in onDeviceBondStateChanged_selectedDeviceBonded_sendsPickedIntent() local
324 Intent launchIntent = createLaunchIntent(/* needsAuth= */ true, in onDeviceBondStateChanged_selectedDeviceBonded_goesBack() local
345 Intent launchIntent = createLaunchIntent(/* needsAuth= */ true, in onDestroy_noDeviceSelected_sendsNullPickedIntent() local
/aosp12/packages/apps/Launcher3/tests/src/com/android/launcher3/testcomponent/
H A 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()
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/accessibility/
H A DAccessibilitySettingsForSetupWizardActivityTest.java67 final Intent launchIntent = Shadows.shadowOf(activity).getNextStartedActivity(); in onCreate_hasFontSizeComponent_shouldGoToFontSizePreferenceDirectly() local
84 final Intent launchIntent = Shadows.shadowOf(activity).getNextStartedActivity(); in onCreate_noFontSizeComponent_shouldNotFinishCurrentActivity() local
/aosp12/packages/apps/Nfc/src/com/android/nfc/
H A DNfcRootActivity.java35 final Intent launchIntent = intent.getParcelableExtra(EXTRA_LAUNCH_INTENT); in onCreate() local
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/
H A DBluetoothPrefs.java34 Intent launchIntent = new Intent(); in onCreate() local
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSomnambulator.java38 final Intent launchIntent = getIntent(); in onStart() local
/aosp12/packages/apps/Settings/src/com/android/settings/slices/
H A DSliceDeepLinkSpringBoard.java46 Intent launchIntent; in onCreate() local
/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DCrossProfileAppsServiceImpl.java143 final Intent launchIntent = new Intent(); in startActivityAsUser() local
210 Intent launchIntent = new Intent(intent); in startActivityAsUserByIntent() local
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/enterprise/apps/
H A DInstalledAppCounter.java66 Intent launchIntent = new Intent(Intent.ACTION_MAIN, null) in includeInCount() local
/aosp12/packages/apps/Settings/src/com/android/settings/applications/
H A DInstalledAppCounter.java60 Intent launchIntent = new Intent(Intent.ACTION_MAIN, null) in includeInCount() local
H A DRecentAppStatsMixin.java175 final Intent launchIntent = new Intent().addCategory(Intent.CATEGORY_LAUNCHER) in shouldIncludePkgInRecents() local
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/applications/
H A DInstalledAppCountItemManager.java87 Intent launchIntent = new Intent(Intent.ACTION_MAIN, null) in shouldCountApp() local
H A DRecentAppsItemManager.java175 Intent launchIntent = new Intent().addCategory(Intent.CATEGORY_LAUNCHER) in shouldIncludePkgInRecents() local
/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/warning/
H A DNoHfpFragment.java98 Intent launchIntent = new Intent(); in onCreateView() local
/aosp12/packages/apps/Nfc/src/com/android/nfc/handover/
H A DConfirmConnectActivity.java43 Intent launchIntent = getIntent(); in onCreate() local
/aosp12/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/tileinfo/
H A DThirdPartyWallpaperInfo.java37 Intent launchIntent = new Intent(Intent.ACTION_SET_WALLPAPER) in onClick() local
H A DLiveWallpaperInfo.java110 Intent launchIntent = new Intent(WallpaperService.SERVICE_INTERFACE); in doInBackground() local
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/search/
H A DSearchFeatureProviderImplTest.java82 final Intent launchIntent = Shadows.shadowOf(mActivity).getNextStartedActivity(); in initSearchToolbar_hasResolvedInfo_shouldStartCorrectIntent() local
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/model/
H A DModelUtils.java158 Intent launchIntent = data.getParcelableExtra(Intent.EXTRA_SHORTCUT_INTENT); in fromLegacyShortcutIntent() local
/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/telecom/
H A DInCallRouter.java174 Intent launchIntent = new Intent(mContext, InCallActivity.class); in routeToFullScreenIncomingCallPage() local
/aosp12/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/
H A DGoogleSearch.java150 private void launchIntent(Intent intent) { in launchIntent() method in GoogleSearch
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
H A DResumeMediaBrowser.java279 Intent launchIntent = pm.getLaunchIntentForPackage(mComponentName.getPackageName()); in getAppIntent() local
/aosp12/packages/apps/Car/Messenger/src/com/android/car/messenger/core/ui/conversationlist/
H A DConversationListFragment.java103 Intent launchIntent = new Intent(); in handleBluetoothDisconnected() local
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/
H A DThirdPartyAppCategory.java103 Intent launchIntent = new Intent(Intent.ACTION_SET_WALLPAPER); in show() local
/aosp12/frameworks/base/core/tests/coretests/src/com/android/internal/os/
H A DBstatsCpuTimesValidationTest.java763 final Intent launchIntent = new Intent() in startIsolatedService() local
780 final Intent launchIntent = new Intent() in startForegroundService() local
807 final Intent launchIntent = new Intent() in startService() local
833 final Intent launchIntent = new Intent() in startActivity() local

123