/aosp_15_r20/cts/tests/tests/app/src/android/app/cts/ |
H A D | ComponentCallerTest.java | 510 Intent newIntent = getUriInDataSendBroadcastTestIntent(TestProvider.getContentUri(), in testActivityNewIntentCaller_checkContentUriPermission_throwsIfCallerOfApiDoesNotHaveTheSameAccessToContentUri() local 540 Intent newIntent = getSendBroadcastTestIntent(NONE_PROVIDED_USE_HELPER_APP_URI_LOCATION_ID, in testActivityNewIntentCaller_checkContentUriPermission_throwsIfContentUriWasNotPassedAtLaunch() local 570 Intent newIntent = getStartActivityTestIntent(NONE_PROVIDED_USE_HELPER_APP_URI_LOCATION_ID, in testActivityNewIntentCaller_checkContentUriPermission_returnsCorrectResultEvenIfCallerOfActivityGrantsAndDies() local 600 Intent newIntent = getUriInDataSendBroadcastTestIntent( in testActivityNewIntentCaller_checkContentUriPermission_getDataContentUriViaPermission_noPermission() local 629 Intent newIntent = getUriInDataSendBroadcastTestIntent(CONTENT_URI_READ_PERMISSION, in testActivityNewIntentCaller_checkContentUriPermission_getDataContentUriViaPermission_hasRead() local 659 Intent newIntent = getUriInDataSendBroadcastTestIntent( in testActivityNewIntentCaller_checkContentUriPermission_getDataContentUriViaPermission_hasReadButNoWrite() local 689 Intent newIntent = getSendBroadcastTestIntent(URI_IN_CLIP_DATA_LOCATION_ID, in testActivityNewIntentCaller_checkContentUriPermission_clipDataContentUri_noPermission() local 720 Intent newIntent = getSendBroadcastTestIntent(URI_IN_CLIP_DATA_LOCATION_ID, ModeFlags.READ, in testActivityNewIntentCaller_checkContentUriPermission_clipDataContentUri_hasRead() local 752 Intent newIntent = getSendBroadcastTestIntent(URI_IN_CLIP_DATA_LOCATION_ID, in testActivityNewIntentCaller_checkContentUriPermission_clipDataContentUri_hasReadButNoWrite() local 783 Intent newIntent = getSendBroadcastTestIntent(URI_IN_EXTRA_STREAM_LOCATION_ID, in testActivityNewIntentCaller_checkContentUriPermission_extraStreamContentUri_noPermission() local [all …]
|
/aosp_15_r20/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/preview/ui/ |
D | WallpaperPreviewActivity.kt | 256 fun newIntent( in <lambda>() method 285 fun newIntent( in <lambda>() method 317 fun newIntent( in <lambda>() method 345 fun newIntent( in <lambda>() method 375 fun newIntent( in <lambda>() method
|
/aosp_15_r20/out/soong/.intermediates/packages/apps/WallpaperPicker2/WallpaperPicker2Lib/android_common/kapt/gen/stubs/com/android/wallpaper/picker/preview/ui/ |
D | WallpaperPreviewActivity.java | 235 public final android.content.Intent newIntent(@org.jetbrains.annotations.NotNull() in newIntent() method in WallpaperPreviewActivity.Companion 249 public final android.content.Intent newIntent(@org.jetbrains.annotations.NotNull() in newIntent() method in WallpaperPreviewActivity.Companion 264 public final android.content.Intent newIntent(@org.jetbrains.annotations.NotNull() in newIntent() method in WallpaperPreviewActivity.Companion 281 public final android.content.Intent newIntent(@org.jetbrains.annotations.NotNull() in newIntent() method in WallpaperPreviewActivity.Companion 298 public final android.content.Intent newIntent(@org.jetbrains.annotations.NotNull() in newIntent() method in WallpaperPreviewActivity.Companion
|
/aosp_15_r20/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/ |
D | ViewOnlyPreviewActivity.java | 45 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
|
D | FullPreviewActivity.java | 45 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
|
D | PreviewActivity.java | 48 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
|
/aosp_15_r20/frameworks/base/core/java/com/android/internal/app/ |
H A D | IntentForwarderActivity.java | 173 final Intent newIntent = canForward(intentReceived, getUserId(), targetUserId, in onCreate() local 198 Intent intentReceived, String className, Intent newIntent, int callingUserId, in buildAndExecute() 224 Intent intentReceived, String className, Intent newIntent, int callingUserId, in buildAndExecuteForPrivateProfile() 479 private void startActivityAsCaller(Intent newIntent, int userId) { in startActivityAsCaller() 514 Intent newIntent, int callingUserId, int targetUserId, boolean singleTabOnly) { in launchResolverActivityWithCorrectTab()
|
/aosp_15_r20/cts/hostsidetests/appsecurity/test-apps/PermissionDeclareApp/src/com/android/cts/permissiondeclareapp/ |
H A D | UtilsProvider.java | 70 final Intent newIntent = intent.getParcelableExtra(EXTRA_INTENT); in call() local 75 final Intent newIntent = intent.getParcelableExtra(EXTRA_INTENT); in call() local 80 final Intent newIntent = intent.getParcelableExtra(EXTRA_INTENT); in call() local
|
/aosp_15_r20/packages/modules/IntentResolver/java/src/com/android/intentresolver/ |
D | IntentForwarderActivity.java | 135 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()
|
/aosp_15_r20/packages/apps/Stk/src/com/android/stk/ |
D | StkAppService.java | 1563 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
|
/aosp_15_r20/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/ |
H A D | UninstallerActivity.java | 333 Intent newIntent = new Intent(Intent.ACTION_VIEW); in startUninstallProgress() local 347 Intent newIntent = new Intent(this, UninstallUninstalling.class); in startUninstallProgress() local
|
/aosp_15_r20/packages/apps/DeskClock/tests/src/com/android/deskclock/ringtone/ |
D | RingtonePickerActivityTest.java | 254 final Intent newIntent = new Intent(); in createTimerRingtonePickerActivity() local 267 final Intent newIntent = new Intent(); in createAlarmRingtonePickerActivity() local
|
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/sim/ |
D | SimSelectNotification.java | 232 Intent newIntent = new Intent(context, SimDialogActivity.class); in startSimSelectDialogIfNeeded() local 240 Intent newIntent = new Intent(context, SimDialogActivity.class); in startSimSelectDialogIfNeeded() local
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/audio/ |
H A D | BtHelper.java | 235 Intent newIntent = new Intent(AudioManager.ACTION_SCO_AUDIO_STATE_CHANGED); in onSystemReady() local 472 Intent newIntent = new Intent(AudioManager.ACTION_SCO_AUDIO_STATE_CHANGED); in onScoAudioStateChanged() local 573 Intent newIntent = new Intent(AudioManager.ACTION_SCO_AUDIO_STATE_UPDATED); in onBroadcastScoConnectionState() local
|
/aosp_15_r20/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/ |
D | PickerIntentFactory.java | 29 Intent newIntent(Context ctx, String collectionId); in newIntent() method
|
D | InlinePreviewIntentFactory.java | 41 Intent newIntent(Context ctx, WallpaperInfo wallpaper, boolean isAssetIdPresent, in newIntent() method
|
/aosp_15_r20/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/role/ui/ |
D | RoleSearchTrampolineActivity.java | 48 Intent newIntent; in onCreate() local
|
/aosp_15_r20/packages/apps/Contacts/src/com/android/contacts/quickcontact/ |
D | QuickContactBroadcastReceiver.java | 36 final Intent newIntent = new Intent(QuickContact.ACTION_QUICK_CONTACT); in onReceive() local
|
/aosp_15_r20/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/ |
D | ManagePermissionsActivityTrampoline.java | 46 Intent newIntent = new Intent(this, ManagePermissionsActivity.class) in onCreate() local
|
/aosp_15_r20/cts/tests/fragment/src/android/fragment/cts/ |
H A D | NewIntentActivity.java | 26 public final CountDownLatch newIntent = new CountDownLatch(1); field in NewIntentActivity
|
/aosp_15_r20/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 | 63 Intent newIntent = new Intent(intent); in onReceive() local
|
/aosp_15_r20/cts/tests/tests/app/test-apps/TestShareIdentityApp/src/android/app/cts/testshareidentity/ |
H A D | TestShareIdentityReceiver.java | 44 Intent newIntent = new Intent(); in onReceive() local
|
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/applications/autofill/ |
D | AutofillPickerTrampolineActivity.java | 58 final Intent newIntent = new Intent(this, AutofillPickerActivity.class) in onCreate() local
|
/aosp_15_r20/packages/apps/TvSettings/Settings/src/com/android/tv/settings/autofill/ |
D | AutofillPickerTrampolineActivity.java | 59 final Intent newIntent = new Intent(this, AutofillPickerActivity.class) in onCreate() local
|