Home
last modified time | relevance | path

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

12345

/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/Settings/tests/robotests/src/com/android/settings/deviceinfo/storage/
DStorageItemPreferenceControllerTest.java140 assertThat(intent.getAction()).isEqualTo(Intent.ACTION_MAIN); in testClickAudio()
167 assertThat(intent.getAction()).isEqualTo(Intent.ACTION_MAIN); in testClickApps()
211 assertThat(intent.getAction()).isEqualTo(Intent.ACTION_MAIN); in testClickGames()
229 assertThat(intent.getAction()).isEqualTo(Intent.ACTION_MAIN); in testClickMovies()
/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/TV/src/com/android/tv/customization/
DTvCustomizationManager.java93 Intent customOptionIntent = new Intent(Intent.ACTION_MAIN); in buildCustomActions()
118 Intent intent = new Intent(Intent.ACTION_MAIN); in buildCustomActions()
/packages/apps/Car/LensPicker/src/com/android/support/car/lenspicker/
DLensPickerActivity.java172 intent.setAction(Intent.ACTION_MAIN); in resolvePackage()
179 intent.setAction(Intent.ACTION_MAIN); in resolveCategory()
DLensResolverActivity.java98 if (Intent.ACTION_MAIN.equals(mResolveIntent.getAction()) && categories != null in onCreate()
346 HOME(Intent.ACTION_MAIN,
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
DAccessibilityFragment.java73 captionsPreference.setIntent(new Intent(Intent.ACTION_MAIN).setComponent( in onCreatePreferences()
183 settingsPref.setIntent(new Intent(Intent.ACTION_MAIN) in onCreatePreferences()
DFallbackHome.java58 final Intent homeIntent = new Intent(Intent.ACTION_MAIN) in maybeFinish()
/packages/apps/Launcher3/src/com/android/launcher3/model/
DPackageUpdatedTask.java230 new Intent(Intent.ACTION_MAIN) in execute()
257 if (appInfo != null && Intent.ACTION_MAIN.equals(si.intent.getAction()) in execute()
/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/apps/LegacyCamera/src/com/android/camera/
DCameraButtonIntentReceiver.java46 Intent i = new Intent(Intent.ACTION_MAIN); in onReceive()
/packages/apps/Camera2/src/com/android/camera/util/
DIntentHelper.java33 Intent intent = new Intent(Intent.ACTION_MAIN); in getGalleryIntent()
/packages/services/Telephony/src/com/android/phone/
DNotificationMgr.java511 Intent intent = new Intent(Intent.ACTION_MAIN); in updateCfi()
603 Intent intent = new Intent(Intent.ACTION_MAIN); in showNetworkSelection()
/packages/apps/Settings/src/com/android/settings/applications/
DInstalledAppCounter.java60 Intent launchIntent = new Intent(Intent.ACTION_MAIN, null) in includeInCount()
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DTestInCallServiceImpl.java74 Intent intent = new Intent(Intent.ACTION_MAIN); in startInCallUI()
/packages/apps/Launcher3/src/com/android/launcher3/shortcuts/
DShortcutInfoCompat.java48 return new Intent(Intent.ACTION_MAIN) in makeIntent()
/packages/apps/UnifiedEmail/tests/src/com/android/mail/ui/
DMailAsyncTaskLoaderTest.java81 startActivity(new Intent(Intent.ACTION_MAIN), null, null); in testLoader()
/packages/apps/Settings/tests/app/src/com/android/settings/users/
DUserSettingsTest.java68 Intent settingsIntent = new Intent(Intent.ACTION_MAIN) in launchSettings()

12345