Home
last modified time | relevance | path

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

12

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DPreviewActivity.java40 public static Intent newIntent(Context packageContext, WallpaperInfo wallpaperInfo) { in newIntent() method in PreviewActivity
79 public Intent newIntent(Context context, WallpaperInfo wallpaper) { in newIntent() method in PreviewActivity.PreviewActivityIntentFactory
DViewOnlyPreviewActivity.java38 public static Intent newIntent(Context context, WallpaperInfo wallpaper) { in newIntent() method in ViewOnlyPreviewActivity
76 public Intent newIntent(Context context, WallpaperInfo wallpaper) { in newIntent() method in ViewOnlyPreviewActivity.ViewOnlyPreviewActivityIntentFactory
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/sim/
DSimSelectNotification.java64 Intent newIntent = new Intent(context, SimDialogActivity.class); in onReceive() local
71 Intent newIntent = new Intent(context, SimDialogActivity.class); in onReceive() local
DSimSettings.java264 Intent newIntent = new Intent(context, SimPreferenceDialog.class); in onPreferenceTreeClick() local
/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/apps/Contacts/src/com/android/contacts/quickcontact/
DQuickContactBroadcastReceiver.java36 final Intent newIntent = new Intent(QuickContact.ACTION_QUICK_CONTACT); in onReceive() local
/packages/apps/PermissionController/src/com/android/permissioncontroller/permission/ui/
DManagePermissionsActivityTrampoline.java46 Intent newIntent = new Intent(this, ManagePermissionsActivity.class) in onCreate() local
/packages/apps/PermissionController/src/com/android/permissioncontroller/role/ui/
DRoleSearchTrampolineActivity.java48 Intent newIntent; in onCreate() local
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/autofill/
DAutofillPickerTrampolineActivity.java58 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/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/autofill/
DAutofillPickerTrampolineActivity.java59 final Intent newIntent = new Intent(this, AutofillPickerActivity.class) in onCreate() 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.java1553 Intent newIntent = new Intent(Intent.ACTION_VIEW); in launchMenuActivity() local
1593 Intent newIntent = new Intent(Intent.ACTION_VIEW); in launchInputActivity() local
1617 Intent newIntent = new Intent(); in launchTextDialog() local
2056 Intent newIntent = new Intent(); in launchConfirmationDialog() local
2196 Intent newIntent = new Intent(this, ToneDialog.class); in launchToneDialog() local
2279 Intent newIntent = new Intent(sInstance, ToneDialog.class); in playTone() local
/packages/services/Car/tests/SecondaryHomeApp/src/com/android/car/secondaryhome/launcher/
DHomeFragment.java70 Intent newIntent = entry.getLaunchIntent() in onCreateView() local
/packages/apps/Settings/src/com/android/settings/sim/
DSimSelectNotification.java169 Intent newIntent = new Intent(context, SimDialogActivity.class); in startSimSelectDialogIfNeeded() local
177 Intent newIntent = new Intent(context, SimDialogActivity.class); in startSimSelectDialogIfNeeded() 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.java230 protected void onNewIntentTasks(Intent newIntent) { in onNewIntentTasks()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/individual/
DIndividualPickerActivity.java267 public Intent newIntent(Context ctx, String collectionId) { in newIntent() method in IndividualPickerActivity.IndividualPickerActivityIntentFactory
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DBaseItemDragListener.java166 Intent newIntent = new Intent(mLauncher.getIntent()); in postCleanup() local
/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.java264 Intent newIntent = new Intent(Intent.ACTION_MAIN, null); in getAppShortcutInfo() local
/packages/services/Telephony/src/com/android/phone/
DCallFeaturesSetting.java563 protected void onNewIntent(Intent newIntent) { in onNewIntent()

12