Home
last modified time | relevance | path

Searched defs:newIntent (Results 1 – 8 of 8) 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/core/java/com/android/internal/app/
DIntentForwarderActivity.java80 Intent newIntent = new Intent(intentReceived); in onCreate() local
/frameworks/base/core/java/android/content/
DClipData.java696 static public ClipData newIntent(CharSequence label, Intent intent) { in newIntent() method in ClipData
/frameworks/base/media/java/android/media/
DAudioService.java688 Intent newIntent = new Intent(AudioManager.ACTION_SCO_AUDIO_STATE_CHANGED); in onSystemReady() local
2864 Intent newIntent = new Intent(AudioManager.ACTION_SCO_AUDIO_STATE_UPDATED); in onBroadcastScoConnectionState() local
5054 Intent newIntent = new Intent(AudioManager.ACTION_SCO_AUDIO_STATE_CHANGED); in onReceive() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcTracker.java1800 Intent newIntent = Intent.makeMainSelectorActivity(Intent.ACTION_MAIN, in completeConnection() local
/frameworks/base/services/core/java/com/android/server/am/
DActivityStackSupervisor.java911 Intent newIntent = new Intent(); in startActivityMayWait() local
/frameworks/base/core/java/android/app/
DActivity.java815 public void setIntent(Intent newIntent) { in setIntent()