/packages/apps/Gallery2/src_pd/com/android/gallery3d/util/ |
D | IntentHelper.java | 24 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/ |
D | TestLauncherActivity.java | 18 import static android.content.Intent.ACTION_MAIN; 30 return new Intent(ACTION_MAIN, null) in getTargetIntent()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/deviceinfo/storage/ |
D | StorageItemPreferenceControllerTest.java | 126 assertThat(intent.getAction()).isEqualTo(Intent.ACTION_MAIN); in testClickPhotos() 144 assertThat(intent.getAction()).isEqualTo(Intent.ACTION_MAIN); in testClickAudio() 171 assertThat(intent.getAction()).isEqualTo(Intent.ACTION_MAIN); in testClickApps() 190 assertThat(intent.getAction()).isEqualTo(Intent.ACTION_MAIN); in testClickAppsForWork() 244 assertThat(intent.getAction()).isEqualTo(Intent.ACTION_MAIN); in testClickGames() 262 assertThat(intent.getAction()).isEqualTo(Intent.ACTION_MAIN); in testClickMovies()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/accessibility/ |
D | AccessibilitySettingsForSetupWizardActivityTest.java | 58 new Intent(Intent.ACTION_MAIN).setComponent(new ComponentName( in onCreate_hasFontSizeComponent_shouldGoToFontSizePreferenceDirectly() 76 new Intent(Intent.ACTION_MAIN). in onCreate_noFontSizeComponent_shouldNotFinishCurrentActivity()
|
/packages/apps/LegacyCamera/tests/src/com/android/camera/stress/ |
D | CameraStartUp.java | 49 Intent intent = new Intent(Intent.ACTION_MAIN); in launchCamera() 71 Intent intent = new Intent(Intent.ACTION_MAIN); in launchVideo()
|
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/applications/managedomainurls/ |
D | ClearDefaultsPreferenceControllerTest.java | 109 IntentFilter filter = new IntentFilter(Intent.ACTION_MAIN); in refreshUi_hasPreferredActivities_hasSummary() 144 IntentFilter filter = new IntentFilter(Intent.ACTION_MAIN); in performClick_hasUsbManager_hasPreferredActivities_clearsPreferredActivities()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/ |
D | OverviewComponentObserver.java | 75 mCurrentHomeIntent = new Intent(Intent.ACTION_MAIN) in OverviewComponentObserver() 86 mFallbackIntent = new Intent(Intent.ACTION_MAIN) in OverviewComponentObserver()
|
/packages/apps/Car/LensPicker/src/com/android/support/car/lenspicker/ |
D | LensPickerActivity.java | 168 intent.setAction(Intent.ACTION_MAIN); in resolvePackage() 175 intent.setAction(Intent.ACTION_MAIN); in resolveCategory()
|
D | LensResolverActivity.java | 97 if (Intent.ACTION_MAIN.equals(mResolveIntent.getAction()) && categories != null in onCreate() 339 HOME(Intent.ACTION_MAIN,
|
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/inputconsumers/ |
D | DeviceLockedInputConsumer.java | 194 mContext.startActivity(new Intent(Intent.ACTION_MAIN) in finishTouchTracking() 208 Intent intent = new Intent(Intent.ACTION_MAIN) in startRecentsTransition()
|
/packages/apps/TV/common/src/com/android/tv/common/customization/ |
D | CustomizationManager.java | 202 Intent customOptionIntent = new Intent(Intent.ACTION_MAIN); in buildCustomActions() 226 Intent intent = new Intent(Intent.ACTION_MAIN); in buildCustomActions()
|
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
D | CellBroadcastSearchIndexableProvider.java | 119 ref[COLUMN_INDEX_XML_RES_INTENT_ACTION] = Intent.ACTION_MAIN; in queryXmlResources() 157 raw[COLUMN_INDEX_RAW_INTENT_ACTION] = Intent.ACTION_MAIN; in queryRawData()
|
/packages/apps/Contacts/tests/src/com/android/contacts/test/ |
D | LaunchPerformanceBase.java | 36 mIntent = new Intent(Intent.ACTION_MAIN); in LaunchPerformanceBase()
|
/packages/providers/CalendarProvider/src/com/android/providers/calendar/ |
D | CalendarDebugReceiver.java | 35 Intent i = new Intent(Intent.ACTION_MAIN); in onReceive()
|
/packages/apps/Contacts/tests/src/com/android/contacts/ |
D | ContactsLaunchPerformance.java | 33 mIntent.setAction(Intent.ACTION_MAIN); in onCreate()
|
/packages/apps/Settings/src/com/android/settings/ |
D | TestingSettingsBroadcastReceiver.java | 18 Intent i = new Intent(Intent.ACTION_MAIN); in onReceive()
|
/packages/apps/Camera2/src_pd/com/google/common/logging/ |
D | eventprotos.java | 69 public static final int ACTION_MAIN = 10000; field in eventprotos.ForegroundEvent.ForegroundSource
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/ |
D | TestingSettingsBroadcastReceiver.java | 20 Intent i = new Intent(Intent.ACTION_MAIN); in onReceive()
|
/packages/apps/LegacyCamera/src/com/android/camera/ |
D | CameraButtonIntentReceiver.java | 46 Intent i = new Intent(Intent.ACTION_MAIN); in onReceive()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | PromiseAppInfo.java | 33 intent = new Intent(Intent.ACTION_MAIN) in PromiseAppInfo()
|
/packages/apps/Car/Settings/src/com/android/car/settings/applications/assist/ |
D | DefaultVoiceInputServiceInfo.java | 58 return new Intent(Intent.ACTION_MAIN).setComponent( in getSettingIntent()
|
/packages/apps/Camera2/src/com/android/camera/util/ |
D | IntentHelper.java | 33 Intent intent = new Intent(Intent.ACTION_MAIN); in getGalleryIntent()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/privacy/ |
D | EnableContentCaptureWithServiceSettingsPreferenceController.java | 58 preference.setIntent(new Intent(Intent.ACTION_MAIN).setComponent(componentName)); in updateState()
|
/packages/apps/Settings/src/com/android/settings/applications/ |
D | InstalledAppCounter.java | 60 Intent launchIntent = new Intent(Intent.ACTION_MAIN, null) in includeInCount()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/ |
D | InstalledAppCounter.java | 60 Intent launchIntent = new Intent(Intent.ACTION_MAIN, null) in includeInCount()
|