Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/app/activity/
DRemoteReceiver.java35 Intent newIntent = new Intent(intent); in onReceive() local
DLocalReceiver.java63 Intent newIntent = new Intent(intent); in onReceive() local
/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
DUninstallerActivity.java294 Intent newIntent = new Intent(Intent.ACTION_VIEW); in startUninstallProgress() local
308 Intent newIntent = new Intent(this, UninstallUninstalling.class); in startUninstallProgress() local
DPackageInstallerActivity.java672 Intent newIntent = new Intent(); in startInstall() local
/frameworks/base/core/java/com/android/internal/app/
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()
/frameworks/base/services/core/java/com/android/server/audio/
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
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarRemoteInputCallback.java221 final Intent newIntent = mKeyguardManager.createConfirmDeviceCredentialIntent(null, in startWorkChallengeIfNecessary() local
/frameworks/base/services/core/java/com/android/server/wm/
DActivityStartInterceptor.java432 final Intent newIntent = km.createConfirmDeviceCredentialIntent(null, null, userId, in interceptWithConfirmCredentialsIfNeeded() local
DActivityStarter.java836 final Intent newIntent = new Intent(); in resolveToHeavyWeightSwitcherIfNeeded() local
1197 Intent newIntent = new Intent(Intent.ACTION_REVIEW_PERMISSIONS); in executeRequest() local
/frameworks/base/services/core/java/com/android/server/am/
DBroadcastRecord.java516 private BroadcastRecord(BroadcastRecord from, Intent newIntent) { in BroadcastRecord()
837 Intent newIntent = null; in getReceiverIntent() local
/frameworks/base/core/java/android/content/
DClipData.java882 static public ClipData newIntent(CharSequence label, Intent intent) { in newIntent() method in ClipData
/frameworks/base/core/java/android/app/
DActivity.java1125 public void setIntent(Intent newIntent) { in setIntent()