Home
last modified time | relevance | path

Searched defs:newIntent (Results 1 – 6 of 6) 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/android/content/
DClipData.java371 static public ClipData newIntent(CharSequence label, Intent intent) { in newIntent() method in ClipData
/frameworks/base/media/java/android/media/
DAudioService.java1556 Intent newIntent = new Intent(AudioManager.ACTION_SCO_AUDIO_STATE_UPDATED); in broadcastScoConnectionState() local
2578 Intent newIntent = new Intent(AudioManager.ACTION_SCO_AUDIO_STATE_CHANGED); in onReceive() local
2594 Intent newIntent = new Intent(AudioManager.ACTION_SCO_AUDIO_STATE_CHANGED); in onReceive() local
/frameworks/base/services/java/com/android/server/am/
DActivityStack.java2849 Intent newIntent = new Intent(); in startActivityMayWait() local
/frameworks/base/core/java/android/app/
DActivity.java752 public void setIntent(Intent newIntent) { in setIntent()