Home
last modified time | relevance | path

Searched refs:ACTION_MAIN (Results 1 – 25 of 195) sorted by relevance

12345678

/packages/apps/Nfc/testutils/src/com/android/nfc/emulator/
DNfcEmulatorDeviceSnippet.java47 Intent intent = new Intent(Intent.ACTION_MAIN); in startSingleNonPaymentEmulatorActivity()
61 Intent intent = new Intent(Intent.ACTION_MAIN); in startSinglePaymentEmulatorActivity()
74 Intent intent = new Intent(Intent.ACTION_MAIN); in startDualPaymentEmulatorActivity()
87 Intent intent = new Intent(Intent.ACTION_MAIN); in startForegroundPaymentEmulatorActivity()
101 Intent intent = new Intent(Intent.ACTION_MAIN); in startDynamicAidEmulatorActivity()
114 Intent intent = new Intent(Intent.ACTION_MAIN); in startPrefixPaymentEmulatorActivity()
127 Intent intent = new Intent(Intent.ACTION_MAIN); in startPrefixPaymentEmulator2Activity()
140 Intent intent = new Intent(Intent.ACTION_MAIN); in startDualNonPaymentPrefixEmulatorActivity()
155 Intent intent = new Intent(Intent.ACTION_MAIN); in startOffHostEmulatorActivity()
169 Intent intent = new Intent(Intent.ACTION_MAIN); in startScreenOnOnlyOffHostEmulatorActivity()
[all …]
/packages/apps/OnDeviceAppPrediction/src/com/android/apppredictionservice/
DPredictionService.java76 Intent calendarIntent = new Intent(Intent.ACTION_MAIN); in onCreate()
79 Intent galleryIntent = new Intent(Intent.ACTION_MAIN); in onCreate()
82 Intent mapsIntent = new Intent(Intent.ACTION_MAIN); in onCreate()
85 Intent emailIntent = new Intent(Intent.ACTION_MAIN); in onCreate()
88 Intent browserIntent = new Intent(Intent.ACTION_MAIN); in onCreate()
/packages/apps/Gallery2/src_pd/com/android/gallery3d/util/
DIntentHelper.java24 return new Intent(Intent.ACTION_MAIN) in getCameraIntent()
29 return new Intent(Intent.ACTION_MAIN) in getGalleryIntent()
/packages/apps/Launcher3/tests/src/com/android/launcher3/testcomponent/
DTestLauncherActivity.java18 import static android.content.Intent.ACTION_MAIN;
30 return new Intent(ACTION_MAIN, null) in getTargetIntent()
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/data/
DLauncherPackagesLiveData.kt32 Intent(Intent.ACTION_MAIN, null).addCategory(Intent.CATEGORY_LAUNCHER)
36 Intent(Intent.ACTION_MAIN, null).addCategory(Intent.CATEGORY_LEANBACK_LAUNCHER)
/packages/apps/Car/Launcher/libs/appgrid/lib/src/com/android/car/carlauncher/repositories/appactions/
DAppLaunchProvider.kt74 Intent(Intent.ACTION_MAIN).setComponent(componentName) in launch()
134 Intent(Intent.ACTION_MAIN).setComponent(componentName) in launch()
/packages/modules/ExtServices/java/tests/src/android/ext/services/notification/
DAssistantTest.kt249 val intent = Intent(Intent.ACTION_MAIN) in <lambda>()
254 intent.setAction(Intent.ACTION_MAIN) in <lambda>()
271 val intent = Intent(Intent.ACTION_MAIN) in <lambda>()
276 intent.setAction(Intent.ACTION_MAIN) in <lambda>()
DNotificationOtpDetectionHelperTest.kt498 val intent = Intent(Intent.ACTION_MAIN) in <lambda>()
503 intent.setAction(Intent.ACTION_MAIN) in <lambda>()
540 val intent = Intent(Intent.ACTION_MAIN) in <lambda>()
545 intent.setAction(Intent.ACTION_MAIN) in <lambda>()
/packages/apps/ImsServiceEntitlement/tests/unittests/src/com/android/imsserviceentitlement/
DWfcActivationControllerTest.java180 Intent intent = new Intent(Intent.ACTION_MAIN); in finishFlow_startForUpdate_showGeneralWaitingUi()
202 Intent intent = new Intent(Intent.ACTION_MAIN); in finish_startFlowForActivate_writeLoggerPurposeActivation()
228 Intent intent = new Intent(Intent.ACTION_MAIN); in finish_entitlementResultWfcEntitled_writeLoggerAppResultSuccessful()
430 Intent intent = new Intent(Intent.ACTION_MAIN); in handleEntitlementStatusAfterUpdating_entitlementStatusNoServerData_turnOffWfc()
546 Intent intent = new Intent(Intent.ACTION_MAIN); in buildActivity()
/packages/apps/LegacyCamera/tests/src/com/android/camera/stress/
DCameraStartUp.java49 Intent intent = new Intent(Intent.ACTION_MAIN); in launchCamera()
71 Intent intent = new Intent(Intent.ACTION_MAIN); in launchVideo()
/packages/apps/Settings/tests/robotests/src/com/android/settings/wallpaper/
DWallpaperSuggestionActivityTest.java107 Intent.ACTION_MAIN).setComponent( in addExtras_intentFromSetupWizard_extrasHasWallpaperOnlyAndLaunchedSuw()
123 WallpaperSuggestionActivity.class, new Intent(Intent.ACTION_MAIN).setComponent( in addExtras_intentNotFromSetupWizard_extrasHasFocusWallpaper()
/packages/modules/Permission/tests/cts/permissionui/src/android/permissionui/cts/
DNotificationPermissionTest.kt356 intentAction: String = Intent.ACTION_MAIN, in createIntent()
361 if (intentAction == Intent.ACTION_MAIN && launcherCategory) { in createIntent()
382 intentAction: String = Intent.ACTION_MAIN, in launchApp()
/packages/apps/Car/Cluster/ClusterHomeSample/src/com/android/car/cluster/home/
DClusterHomeApplication.java27 import static android.content.Intent.ACTION_MAIN;
274 Intent intent = new Intent(ACTION_MAIN).setComponent(activity); in startClusterActivity()
300 Intent intent = new Intent(Intent.ACTION_MAIN).addCategory(Car.CAR_CATEGORY_NAVIGATION); in add3PNavigationActivities()
321 Intent intent = new Intent(ACTION_MAIN); in buildUiAvailability()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/util/
DLaunchUtils.java26 Intent launcherIntent = new Intent(Intent.ACTION_MAIN); in launchHome()
/packages/apps/Contacts/tests/src/com/android/contacts/test/
DLaunchPerformanceBase.java36 mIntent = new Intent(Intent.ACTION_MAIN); in LaunchPerformanceBase()
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DCalendarDebugReceiver.java35 Intent i = new Intent(Intent.ACTION_MAIN); in onReceive()
/packages/apps/Launcher3/src/com/android/launcher3/model/data/
DAppInfo.java130 intent = new Intent(Intent.ACTION_MAIN) in AppInfo()
168 return new Intent(Intent.ACTION_MAIN) in makeLaunchIntent()
/packages/apps/Contacts/tests/src/com/android/contacts/
DContactsLaunchPerformance.java33 mIntent.setAction(Intent.ACTION_MAIN); in onCreate()
/packages/apps/Settings/src/com/android/settings/
DTestingSettingsBroadcastReceiver.java36 Intent i = new Intent(Intent.ACTION_MAIN); in onReceive()
/packages/apps/Camera2/src_pd/com/google/common/logging/
Deventprotos.java69 public static final int ACTION_MAIN = 10000; field in eventprotos.ForegroundEvent.ForegroundSource
/packages/modules/IntentResolver/java/src/com/android/intentresolver/ext/
DIntentExt.kt45 fun Intent.isHomeIntent() = hasAction(Intent.ACTION_MAIN) && hasSingleCategory(Intent.CATEGORY_HOME)
/packages/apps/LegacyCamera/src/com/android/camera/
DCameraButtonIntentReceiver.java46 Intent i = new Intent(Intent.ACTION_MAIN); in onReceive()
/packages/apps/TV/common/src/com/android/tv/common/customization/
DCustomizationManager.java202 Intent customOptionIntent = new Intent(Intent.ACTION_MAIN); in buildCustomActions()
226 Intent intent = new Intent(Intent.ACTION_MAIN); in buildCustomActions()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DOverviewComponentObserver.java93 mFallbackIntent = new Intent(Intent.ACTION_MAIN) in OverviewComponentObserver()
308 return new Intent(Intent.ACTION_MAIN) in createHomeIntent()
/packages/apps/Car/Settings/src/com/android/car/settings/applications/assist/
DDefaultVoiceInputServiceInfo.java58 return new Intent(Intent.ACTION_MAIN).setComponent( in getSettingIntent()

12345678