/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/ |
H A D | FullPreviewActivity.java | 43 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 D | ViewOnlyPreviewActivity.java | 40 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 D | PreviewActivity.java | 41 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 D | PickerIntentFactory.java | 29 Intent newIntent(Context ctx, String collectionId); in newIntent() method
|
H A D | InlinePreviewIntentFactory.java | 47 Intent newIntent(Context ctx, WallpaperInfo wallpaper); in newIntent() method
|
/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/ |
H A D | ManagePermissionsActivityTrampoline.java | 46 Intent newIntent = new Intent(this, ManagePermissionsActivity.class) in onCreate() local
|
/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/role/ui/ |
H A D | RoleSearchTrampolineActivity.java | 48 Intent newIntent; in onCreate() local
|
/aosp12/packages/apps/Contacts/src/com/android/contacts/quickcontact/ |
H A D | QuickContactBroadcastReceiver.java | 36 final Intent newIntent = new Intent(QuickContact.ACTION_QUICK_CONTACT); in onReceive() local
|
/aosp12/packages/apps/Settings/src/com/android/settings/sim/ |
H A D | SimSelectNotification.java | 169 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 D | RemoteReceiver.java | 35 Intent newIntent = new Intent(intent); in onReceive() local
|
H A D | LocalReceiver.java | 62 Intent newIntent = new Intent(intent); in onReceive() local
|
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/autofill/ |
H A D | AutofillPickerTrampolineActivity.java | 59 final Intent newIntent = new Intent(this, AutofillPickerActivity.class) in onCreate() local
|
/aosp12/packages/apps/Settings/src/com/android/settings/applications/autofill/ |
H A D | AutofillPickerTrampolineActivity.java | 59 final Intent newIntent = new Intent(this, AutofillPickerActivity.class) in onCreate() local
|
/aosp12/frameworks/base/core/java/com/android/internal/app/ |
H A D | IntentForwarderActivity.java | 135 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 D | UninstallerActivity.java | 296 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 D | MediaDispatcherActivity.java | 81 Intent newIntent = null; in onCreate() local
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/enrichedcall/simulator/ |
H A D | EnrichedCallSimulatorActivity.java | 47 public static Intent newIntent(@NonNull Context context) { in newIntent() method in EnrichedCallSimulatorActivity
|
/aosp12/packages/apps/DeskClock/tests/src/com/android/deskclock/ringtone/ |
H A D | RingtonePickerActivityTest.java | 249 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 D | StkMain.java | 56 Intent newIntent = new Intent(Intent.ACTION_VIEW); in onCreate() local
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/postcall/ |
H A D | PostCallActivity.java | 48 public static Intent newIntent( in newIntent() method in PostCallActivity
|
/aosp12/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | ActivityStartInterceptor.java | 196 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 D | BtHelper.java | 227 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 D | QuickActivity.java | 240 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 D | NonFullscreenPreferenceFragmentTest.java | 132 public static Intent newIntent(boolean isFullScreen) { in newIntent() method in NonFullscreenPreferenceFragmentTest.MyActivity
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/ |
H A D | BaseItemDragListener.java | 163 Intent newIntent = new Intent(mLauncher.getIntent()); in postCleanup() local
|