Home
last modified time | relevance | path

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

/frameworks/support/fragment/src/androidTest/java/androidx/fragment/app/test/
DNewIntentActivity.java28 public final CountDownLatch newIntent = new CountDownLatch(1); field in NewIntentActivity
/frameworks/base/core/tests/coretests/src/android/app/activity/
DRemoteReceiver.java35 Intent newIntent = new Intent(intent); in onReceive() local
DLocalReceiver.java62 Intent newIntent = new Intent(intent); in onReceive() local
/frameworks/base/packages/Shell/src/com/android/shell/
DRemoteBugreportReceiver.java61 final Intent newIntent = new Intent(DevicePolicyManager.ACTION_REMOTE_BUGREPORT_DISPATCH); in onReceive() local
/frameworks/base/core/java/com/android/internal/app/
DIntentForwarderActivity.java85 final Intent newIntent = canForward(intentReceived, targetUserId); in onCreate() local
/frameworks/base/services/core/java/com/android/server/am/
DActivityStartInterceptor.java308 final Intent newIntent = km.createConfirmDeviceCredentialIntent(null, null, userId); in interceptWithConfirmCredentialsIfNeeded() local
DBroadcastRecord.java256 private BroadcastRecord(BroadcastRecord from, Intent newIntent) { in BroadcastRecord()
DActivityStarter.java783 Intent newIntent = new Intent(Intent.ACTION_REVIEW_PERMISSIONS); in startActivity() local
1062 Intent newIntent = new Intent(); in startActivityMayWait() local
/frameworks/base/core/java/android/content/
DClipData.java791 static public ClipData newIntent(CharSequence label, Intent intent) { in newIntent() method in ClipData
/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java907 Intent newIntent = new Intent(AudioManager.ACTION_SCO_AUDIO_STATE_CHANGED); in onSystemReady() local
3716 Intent newIntent = new Intent(AudioManager.ACTION_SCO_AUDIO_STATE_UPDATED); in onBroadcastScoConnectionState() local
6519 Intent newIntent = new Intent(AudioManager.ACTION_SCO_AUDIO_STATE_CHANGED); in onReceive() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcTracker.java2852 Intent newIntent = Intent.makeMainSelectorActivity(Intent.ACTION_MAIN, in completeConnection() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBar.java4323 final Intent newIntent = mKeyguardManager.createConfirmDeviceCredentialIntent(null, in startWorkChallengeIfNecessary() local
/frameworks/base/core/java/android/app/
DActivity.java906 public void setIntent(Intent newIntent) { in setIntent()