Home
last modified time | relevance | path

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

12345

/packages/apps/Settings/tests/robotests/src/com/android/settings/deviceinfo/storage/
DStorageItemPreferenceControllerTest.java125 assertThat(intent.getAction()).isEqualTo(Intent.ACTION_MAIN); in testClickPhotos()
143 assertThat(intent.getAction()).isEqualTo(Intent.ACTION_MAIN); in testClickAudio()
170 assertThat(intent.getAction()).isEqualTo(Intent.ACTION_MAIN); in testClickApps()
189 assertThat(intent.getAction()).isEqualTo(Intent.ACTION_MAIN); in testClickAppsForWork()
241 assertThat(intent.getAction()).isEqualTo(Intent.ACTION_MAIN); in testClickGames()
259 assertThat(intent.getAction()).isEqualTo(Intent.ACTION_MAIN); in testClickMovies()
/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/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/Email/emailcommon/src/com/android/emailcommon/utility/
DIntentUtilities.java191 Intent i = new Intent(Intent.ACTION_MAIN, data); in createRestartAppIntent()
197 i.setAction(Intent.ACTION_MAIN); in prepareRestartAppIntent()
/packages/apps/Car/LensPicker/src/com/android/support/car/lenspicker/
DLensPickerActivity.java177 intent.setAction(Intent.ACTION_MAIN); in resolvePackage()
184 intent.setAction(Intent.ACTION_MAIN); in resolveCategory()
DLensResolverActivity.java96 if (Intent.ACTION_MAIN.equals(mResolveIntent.getAction()) && categories != null in onCreate()
330 HOME(Intent.ACTION_MAIN,
/packages/apps/TV/src/com/android/tv/customization/
DTvCustomizationManager.java181 Intent customOptionIntent = new Intent(Intent.ACTION_MAIN); in buildCustomActions()
198 Intent intent = new Intent(Intent.ACTION_MAIN); in buildCustomActions()
/packages/experimental/DreamTheater/src/com/android/dreamtheater/
DDreamTheaterActivity.java11 startActivity(Intent.createChooser(new Intent(Intent.ACTION_MAIN) in onStart()
/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/Contacts/tests/src/com/android/contacts/
DContactsLaunchPerformance.java33 mIntent.setAction(Intent.ACTION_MAIN); in onCreate()
/packages/apps/Settings/src/com/android/settings/
DTestingSettingsBroadcastReceiver.java20 Intent i = new Intent(Intent.ACTION_MAIN); in onReceive()
DTetherProvisioningActivity.java53 Intent intent = new Intent(Intent.ACTION_MAIN); in onCreate()
/packages/apps/Camera2/src_pd/com/google/common/logging/
Deventprotos.java69 public static final int ACTION_MAIN = 10000; field in eventprotos.ForegroundEvent.ForegroundSource
/packages/services/Telephony/src/com/android/phone/
DNotificationMgr.java502 Intent intent = new Intent(Intent.ACTION_MAIN); in updateCfi()
575 Intent intent = new Intent(Intent.ACTION_MAIN); in showNetworkSelection()
/packages/apps/LegacyCamera/src/com/android/camera/
DCameraButtonIntentReceiver.java46 Intent i = new Intent(Intent.ACTION_MAIN); in onReceive()
/packages/apps/Launcher3/src/com/android/launcher3/
DPromiseAppInfo.java31 intent = new Intent(Intent.ACTION_MAIN) in PromiseAppInfo()
/packages/apps/Camera2/src/com/android/camera/util/
DIntentHelper.java33 Intent intent = new Intent(Intent.ACTION_MAIN); in getGalleryIntent()
/packages/apps/Settings/src/com/android/settings/applications/
DInstalledAppCounter.java60 Intent launchIntent = new Intent(Intent.ACTION_MAIN, null) in includeInCount()
/packages/apps/Car/Settings/src/com/android/car/settings/applications/
DApplicationSettingsFragment.java46 Intent intent= new Intent(Intent.ACTION_MAIN); in getLineItems()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
DFallbackHome.java58 final Intent homeIntent = new Intent(Intent.ACTION_MAIN) in maybeFinish()
/packages/apps/Launcher3/src/com/android/launcher3/shortcuts/
DShortcutInfoCompat.java44 return new Intent(Intent.ACTION_MAIN) in makeIntent()
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DTestInCallServiceImpl.java74 Intent intent = new Intent(Intent.ACTION_MAIN); in startInCallUI()
DHandoverActivity.java51 Intent intent = new Intent(Intent.ACTION_MAIN, null); in onCreate()
/packages/apps/UnifiedEmail/tests/src/com/android/mail/ui/
DMailAsyncTaskLoaderTest.java81 startActivity(new Intent(Intent.ACTION_MAIN), null, null); in testLoader()

12345