Home
last modified time | relevance | path

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

12

/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
H A DFullPreviewActivity.java43 public static Intent newIntent(Context packageContext, WallpaperInfo wallpaperInfo) { in newIntent() method in FullPreviewActivity
54 public static Intent newIntent(Context packageContext, WallpaperInfo wallpaperInfo, in newIntent() method in FullPreviewActivity
106 public Intent newIntent(Context context, WallpaperInfo wallpaper) { in newIntent() method in FullPreviewActivity.PreviewActivityIntentFactory
H A 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
96 public Intent newIntent(Context context, WallpaperInfo wallpaper) { in newIntent() method in ViewOnlyPreviewActivity.ViewOnlyPreviewActivityIntentFactory
H A DPreviewActivity.java41 public static Intent newIntent(Context packageContext, WallpaperInfo wallpaperInfo) { in newIntent() method in PreviewActivity
90 public Intent newIntent(Context context, WallpaperInfo wallpaper) { in newIntent() method in PreviewActivity.PreviewActivityIntentFactory
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/
H A DPickerIntentFactory.java29 Intent newIntent(Context ctx, String collectionId); in newIntent() method
H A DInlinePreviewIntentFactory.java47 Intent newIntent(Context ctx, WallpaperInfo wallpaper); in newIntent() method
/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/
H A DManagePermissionsActivityTrampoline.java46 Intent newIntent = new Intent(this, ManagePermissionsActivity.class) in onCreate() local
/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/role/ui/
H A DRoleSearchTrampolineActivity.java48 Intent newIntent; in onCreate() local
/aosp12/packages/apps/Contacts/src/com/android/contacts/quickcontact/
H A DQuickContactBroadcastReceiver.java36 final Intent newIntent = new Intent(QuickContact.ACTION_QUICK_CONTACT); in onReceive() local
/aosp12/packages/apps/Settings/src/com/android/settings/sim/
H A DSimSelectNotification.java169 Intent newIntent = new Intent(context, SimDialogActivity.class); in startSimSelectDialogIfNeeded() local
184 Intent newIntent = new Intent(context, SimDialogActivity.class); in startSimSelectDialogIfNeeded() local
192 Intent newIntent = new Intent(context, SimDialogActivity.class); in startSimSelectDialogIfNeeded() local
/aosp12/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DRemoteReceiver.java35 Intent newIntent = new Intent(intent); in onReceive() local
H A DLocalReceiver.java62 Intent newIntent = new Intent(intent); in onReceive() local
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/autofill/
H A DAutofillPickerTrampolineActivity.java59 final Intent newIntent = new Intent(this, AutofillPickerActivity.class) in onCreate() local
/aosp12/packages/apps/Settings/src/com/android/settings/applications/autofill/
H A DAutofillPickerTrampolineActivity.java59 final Intent newIntent = new Intent(this, AutofillPickerActivity.class) in onCreate() local
/aosp12/frameworks/base/core/java/com/android/internal/app/
H A DIntentForwarderActivity.java135 final Intent newIntent = canForward(intentReceived, getUserId(), targetUserId, in onCreate() local
192 private void startActivityAsCaller(Intent newIntent, int userId) { in startActivityAsCaller()
226 Intent newIntent, int callingUserId, int targetUserId) { in launchResolverActivityWithCorrectTab()
/aosp12/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
H A DUninstallerActivity.java296 Intent newIntent = new Intent(Intent.ACTION_VIEW); in startUninstallProgress() local
310 Intent newIntent = new Intent(this, UninstallUninstalling.class); in startUninstallProgress() local
/aosp12/packages/apps/Car/Media/src/com/android/car/media/
H A DMediaDispatcherActivity.java81 Intent newIntent = null; in onCreate() local
/aosp12/packages/apps/Dialer/java/com/android/dialer/enrichedcall/simulator/
H A DEnrichedCallSimulatorActivity.java47 public static Intent newIntent(@NonNull Context context) { in newIntent() method in EnrichedCallSimulatorActivity
/aosp12/packages/apps/DeskClock/tests/src/com/android/deskclock/ringtone/
H A DRingtonePickerActivityTest.java249 final Intent newIntent = new Intent(); in createTimerRingtonePickerActivity() local
262 final Intent newIntent = new Intent(); in createAlarmRingtonePickerActivity() local
/aosp12/packages/apps/Stk/src/com/android/stk/
H A DStkMain.java56 Intent newIntent = new Intent(Intent.ACTION_VIEW); in onCreate() local
/aosp12/packages/apps/Dialer/java/com/android/dialer/postcall/
H A DPostCallActivity.java48 public static Intent newIntent( in newIntent() method in PostCallActivity
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityStartInterceptor.java196 final Intent newIntent = callback.intercept(interceptorInfo); in intercept() local
366 final Intent newIntent = km.createConfirmDeviceCredentialIntent(null, null, userId, in interceptWithConfirmCredentialsIfNeeded() local
/aosp12/frameworks/base/services/core/java/com/android/server/audio/
H A DBtHelper.java227 Intent newIntent = new Intent(AudioManager.ACTION_SCO_AUDIO_STATE_CHANGED); in onSystemReady() local
358 Intent newIntent = new Intent(AudioManager.ACTION_SCO_AUDIO_STATE_CHANGED); in receiveBtEvent() local
418 Intent newIntent = new Intent(AudioManager.ACTION_SCO_AUDIO_STATE_UPDATED); in onBroadcastScoConnectionState() local
/aosp12/packages/apps/Camera2/src/com/android/camera/util/
H A DQuickActivity.java240 protected void onNewIntentTasks(Intent newIntent) { in onNewIntentTasks()
/aosp12/packages/apps/Car/libs/car-ui-lib/car-ui-lib/src/androidTest/java/com/android/car/ui/preference/
H A DNonFullscreenPreferenceFragmentTest.java132 public static Intent newIntent(boolean isFullScreen) { in newIntent() method in NonFullscreenPreferenceFragmentTest.MyActivity
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
H A DBaseItemDragListener.java163 Intent newIntent = new Intent(mLauncher.getIntent()); in postCleanup() local

12