Home
last modified time | relevance | path

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

/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.java79 Intent newIntent = new Intent(intentReceived); in onCreate() local
/frameworks/base/services/core/java/com/android/server/am/
DActivityStartInterceptor.java226 final Intent newIntent = km.createConfirmDeviceCredentialIntent(null, null, userId); in interceptWithConfirmCredentialsIfNeeded() local
DActivityStarter.java430 Intent newIntent = new Intent(Intent.ACTION_REVIEW_PERMISSIONS); in startActivityLocked() local
825 Intent newIntent = new Intent(); in startActivityMayWait() local
/frameworks/base/core/java/android/content/
DClipData.java728 static public ClipData newIntent(CharSequence label, Intent intent) { in newIntent() method in ClipData
/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java729 Intent newIntent = new Intent(AudioManager.ACTION_SCO_AUDIO_STATE_CHANGED); in onSystemReady() local
3063 Intent newIntent = new Intent(AudioManager.ACTION_SCO_AUDIO_STATE_UPDATED); in onBroadcastScoConnectionState() local
5308 Intent newIntent = new Intent(AudioManager.ACTION_SCO_AUDIO_STATE_CHANGED); in onReceive() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcTracker.java2872 Intent newIntent = Intent.makeMainSelectorActivity(Intent.ACTION_MAIN, in completeConnection() local
/frameworks/base/core/java/android/app/
DActivity.java858 public void setIntent(Intent newIntent) { in setIntent()