Home
last modified time | relevance | path

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

12

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DViewOnlyPreviewActivity.java45 public static Intent newIntent(Context context, WallpaperInfo wallpaper) { in newIntent() method in ViewOnlyPreviewActivity
55 public static Intent newIntent(Context context, WallpaperInfo wallpaper, in newIntent() method in ViewOnlyPreviewActivity
107 public Intent newIntent(Context context, WallpaperInfo wallpaper, in newIntent() method in ViewOnlyPreviewActivity.ViewOnlyPreviewActivityIntentFactory
DFullPreviewActivity.java45 public static Intent newIntent(Context packageContext, WallpaperInfo wallpaperInfo) { in newIntent() method in FullPreviewActivity
56 public static Intent newIntent(Context packageContext, WallpaperInfo wallpaperInfo, in newIntent() method in FullPreviewActivity
DPreviewActivity.java48 public static Intent newIntent(Context packageContext, WallpaperInfo wallpaperInfo, in newIntent() method in PreviewActivity
126 public Intent newIntent(Context context, WallpaperInfo wallpaper, in newIntent() method in PreviewActivity.PreviewActivityIntentFactory
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/preview/ui/
DWallpaperPreviewActivity.kt215 fun newIntent( in <lambda>() method
243 fun newIntent( in <lambda>() method
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/
DPickerIntentFactory.java29 Intent newIntent(Context ctx, String collectionId); in newIntent() method
DInlinePreviewIntentFactory.java41 Intent newIntent(Context ctx, WallpaperInfo wallpaper, boolean isAssetIdPresent); 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/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/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.java58 final Intent newIntent = new Intent(this, AutofillPickerActivity.class) in onCreate() local
/packages/modules/IntentResolver/java/src/com/android/intentresolver/
DIntentForwarderActivity.java135 final Intent newIntent = canForward(intentReceived, getUserId(), targetUserId, in onCreate() local
204 private void startActivityAsCaller(Intent newIntent, int userId) { in startActivityAsCaller()
237 Intent newIntent, int callingUserId, int targetUserId) { in launchResolverActivityWithCorrectTab()
/packages/apps/Settings/src/com/android/settings/sim/
DSimDialogProhibitService.java84 Intent newIntent = new Intent(uiContext, SimDialogActivity.class); in dismissDialogThroughIntent() local
DSimSelectNotification.java226 Intent newIntent = new Intent(context, SimDialogActivity.class); in startSimSelectDialogIfNeeded() local
234 Intent newIntent = new Intent(context, SimDialogActivity.class); in startSimSelectDialogIfNeeded() local
/packages/apps/DeskClock/tests/src/com/android/deskclock/ringtone/
DRingtonePickerActivityTest.java254 final Intent newIntent = new Intent(); in createTimerRingtonePickerActivity() local
267 final Intent newIntent = new Intent(); in createAlarmRingtonePickerActivity() 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/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/
DPendingIntentScanReceiver.java51 private static Intent newIntent(Context context) { in newIntent() method in PendingIntentScanReceiver
/packages/apps/Stk/src/com/android/stk/
DStkMain.java56 Intent newIntent = new Intent(Intent.ACTION_VIEW); in onCreate() local
DStkAppService.java1563 Intent newIntent = new Intent(Intent.ACTION_VIEW); in launchMenuActivity() local
1603 Intent newIntent = new Intent(Intent.ACTION_VIEW); in launchInputActivity() local
1627 Intent newIntent = new Intent(); in launchTextDialog() local
2038 Intent newIntent = new Intent(); in launchConfirmationDialog() local
2197 Intent newIntent = new Intent(this, ToneDialog.class); in launchToneDialog() local
2280 Intent newIntent = new Intent(sInstance, ToneDialog.class); in playTone() local
/packages/apps/Dialer/java/com/android/dialer/postcall/
DPostCallActivity.java48 public static Intent newIntent( in newIntent() method in PostCallActivity
/packages/apps/Settings/src/com/android/settings/display/
DCustomizableLockScreenUtils.java171 public static Intent newIntent() { in newIntent() method in CustomizableLockScreenUtils
/packages/apps/Camera2/src/com/android/camera/util/
DQuickActivity.java240 protected void onNewIntentTasks(Intent newIntent) { in onNewIntentTasks()
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DBaseItemDragListener.java163 Intent newIntent = new Intent(mLauncher.getIntent()); in postCleanup() local
/packages/apps/Dialer/java/com/android/dialer/callintent/
DCallIntent.java174 private Intent newIntent() { in newIntent() method in CallIntent
/packages/services/Telephony/src/com/android/phone/
DCallFeaturesSetting.java593 protected void onNewIntent(Intent newIntent) { in onNewIntent()

12