Home
last modified time | relevance | path

Searched defs:newIntent (Results 1 – 25 of 26) sorted by relevance

12

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DViewOnlyPreviewActivity.java40 public static Intent newIntent(Context context, WallpaperInfo wallpaper) { in newIntent() method in ViewOnlyPreviewActivity
45 protected static Intent newIntent(Context context, WallpaperInfo wallpaper, in newIntent() method in ViewOnlyPreviewActivity
95 public Intent newIntent(Context context, WallpaperInfo wallpaper) { in newIntent() method in ViewOnlyPreviewActivity.ViewOnlyPreviewActivityIntentFactory
DPreviewActivity.java41 public static Intent newIntent(Context packageContext, WallpaperInfo wallpaperInfo) { in newIntent() method in PreviewActivity
89 public Intent newIntent(Context context, WallpaperInfo wallpaper) { in newIntent() method in PreviewActivity.PreviewActivityIntentFactory
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/
DPickerIntentFactory.java29 Intent newIntent(Context ctx, String collectionId); in newIntent() method
DInlinePreviewIntentFactory.java47 Intent newIntent(Context ctx, WallpaperInfo wallpaper); in newIntent() method
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/
DManagePermissionsActivityTrampoline.java46 Intent newIntent = new Intent(this, ManagePermissionsActivity.class) in onCreate() local
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/role/ui/
DRoleSearchTrampolineActivity.java48 Intent newIntent; in onCreate() local
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DQuickContactBroadcastReceiver.java36 final Intent newIntent = new Intent(QuickContact.ACTION_QUICK_CONTACT); in onReceive() local
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/autofill/
DAutofillPickerTrampolineActivity.java59 final Intent newIntent = new Intent(this, AutofillPickerActivity.class) in onCreate() local
/packages/apps/Settings/src/com/android/settings/applications/autofill/
DAutofillPickerTrampolineActivity.java59 final Intent newIntent = new Intent(this, AutofillPickerActivity.class) in onCreate() local
/packages/apps/Settings/src/com/android/settings/sim/
DSimSelectNotification.java168 Intent newIntent = new Intent(context, SimDialogActivity.class); in startSimSelectDialogIfNeeded() local
183 Intent newIntent = new Intent(context, SimDialogActivity.class); in startSimSelectDialogIfNeeded() local
191 Intent newIntent = new Intent(context, SimDialogActivity.class); in startSimSelectDialogIfNeeded() local
/packages/apps/Car/Media/src/com/android/car/media/
DMediaDispatcherActivity.java63 Intent newIntent = null; in onCreate() local
/packages/apps/Dialer/java/com/android/dialer/enrichedcall/simulator/
DEnrichedCallSimulatorActivity.java47 public static Intent newIntent(@NonNull Context context) { in newIntent() method in EnrichedCallSimulatorActivity
/packages/apps/Stk/src/com/android/stk/
DStkMain.java56 Intent newIntent = new Intent(Intent.ACTION_VIEW); in onCreate() local
DStkAppService.java1558 Intent newIntent = new Intent(Intent.ACTION_VIEW); in launchMenuActivity() local
1598 Intent newIntent = new Intent(Intent.ACTION_VIEW); in launchInputActivity() local
1622 Intent newIntent = new Intent(); in launchTextDialog() local
2061 Intent newIntent = new Intent(); in launchConfirmationDialog() local
2201 Intent newIntent = new Intent(this, ToneDialog.class); in launchToneDialog() local
2284 Intent newIntent = new Intent(sInstance, ToneDialog.class); in playTone() local
/packages/apps/DeskClock/tests/src/com/android/deskclock/ringtone/
DRingtonePickerActivityTest.java249 final Intent newIntent = new Intent(); in createTimerRingtonePickerActivity() local
262 final Intent newIntent = new Intent(); in createAlarmRingtonePickerActivity() local
/packages/apps/Dialer/java/com/android/dialer/postcall/
DPostCallActivity.java48 public static Intent newIntent( in newIntent() method in PostCallActivity
/packages/apps/Camera2/src/com/android/camera/util/
DQuickActivity.java240 protected void onNewIntentTasks(Intent newIntent) { in onNewIntentTasks()
/packages/apps/Car/libs/car-ui-lib/car-ui-lib/src/androidTest/java/com/android/car/ui/preference/
DNonFullscreenPreferenceFragmentTest.java129 public static Intent newIntent(boolean isFullScreen) { in newIntent() method in NonFullscreenPreferenceFragmentTest.MyActivity
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DBaseItemDragListener.java163 Intent newIntent = new Intent(mLauncher.getIntent()); in postCleanup() local
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/individual/
DIndividualPickerActivity.java268 public Intent newIntent(Context ctx, String collectionId) { in newIntent() method in IndividualPickerActivity.IndividualPickerActivityIntentFactory
/packages/apps/Dialer/java/com/android/dialer/callintent/
DCallIntent.java175 private Intent newIntent() { in newIntent() method in CallIntent
/packages/apps/Launcher3/src/com/android/launcher3/model/
DLoaderCursor.java276 Intent newIntent = new Intent(Intent.ACTION_MAIN, null); in getAppShortcutInfo() local
/packages/services/Telephony/src/com/android/phone/
DCallFeaturesSetting.java574 protected void onNewIntent(Intent newIntent) { in onNewIntent()
/packages/apps/Dialer/java/com/android/dialer/callcomposer/
DCallComposerActivity.java165 public static Intent newIntent(Context context, DialerContact contact) { in newIntent() method in CallComposerActivity
/packages/apps/Dialer/java/com/android/dialer/app/
DDialtactsActivity.java1080 public void onNewIntent(Intent newIntent) { in onNewIntent()

12