Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DRemoteReceiver.java35 Intent newIntent = new Intent(intent); in onReceive() local
H A DLocalReceiver.java63 Intent newIntent = new Intent(intent); in onReceive() local
/aosp14/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
H A DUninstallerActivity.java294 Intent newIntent = new Intent(Intent.ACTION_VIEW); in startUninstallProgress() local
308 Intent newIntent = new Intent(this, UninstallUninstalling.class); in startUninstallProgress() local
H A DPackageInstallerActivity.java672 Intent newIntent = new Intent(); in startInstall() local
/aosp14/frameworks/base/core/java/com/android/internal/app/
H A DIntentForwarderActivity.java162 final Intent newIntent = canForward(intentReceived, getUserId(), targetUserId, in onCreate() local
398 private void startActivityAsCaller(Intent newIntent, int userId) { in startActivityAsCaller()
431 Intent newIntent, int callingUserId, int targetUserId) { in launchResolverActivityWithCorrectTab()
/aosp14/frameworks/base/services/core/java/com/android/server/audio/
H A DBtHelper.java185 Intent newIntent = new Intent(AudioManager.ACTION_SCO_AUDIO_STATE_CHANGED); in onSystemReady() local
352 Intent newIntent = new Intent(AudioManager.ACTION_SCO_AUDIO_STATE_CHANGED); in onScoAudioStateChanged() local
442 Intent newIntent = new Intent(AudioManager.ACTION_SCO_AUDIO_STATE_UPDATED); in onBroadcastScoConnectionState() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarRemoteInputCallback.java221 final Intent newIntent = mKeyguardManager.createConfirmDeviceCredentialIntent(null, in startWorkChallengeIfNecessary() local
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityStartInterceptor.java432 final Intent newIntent = km.createConfirmDeviceCredentialIntent(null, null, userId, in interceptWithConfirmCredentialsIfNeeded() local
H A DActivityStarter.java836 final Intent newIntent = new Intent(); in resolveToHeavyWeightSwitcherIfNeeded() local
1197 Intent newIntent = new Intent(Intent.ACTION_REVIEW_PERMISSIONS); in executeRequest() local
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DBroadcastRecord.java516 private BroadcastRecord(BroadcastRecord from, Intent newIntent) { in BroadcastRecord()
837 Intent newIntent = null; in getReceiverIntent() local
/aosp14/frameworks/base/core/java/android/content/
H A DClipData.java882 static public ClipData newIntent(CharSequence label, Intent intent) { in newIntent() method in ClipData
/aosp14/frameworks/base/core/java/android/app/
H A DActivity.java1125 public void setIntent(Intent newIntent) { in setIntent()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...