Searched defs:newIntent (Results 1 – 6 of 6) sorted by relevance
35 Intent newIntent = new Intent(intent); in onReceive() local
62 Intent newIntent = new Intent(intent); in onReceive() local
371 static public ClipData newIntent(CharSequence label, Intent intent) { in newIntent() method in ClipData
1556 Intent newIntent = new Intent(AudioManager.ACTION_SCO_AUDIO_STATE_UPDATED); in broadcastScoConnectionState() local2578 Intent newIntent = new Intent(AudioManager.ACTION_SCO_AUDIO_STATE_CHANGED); in onReceive() local2594 Intent newIntent = new Intent(AudioManager.ACTION_SCO_AUDIO_STATE_CHANGED); in onReceive() local
2849 Intent newIntent = new Intent(); in startActivityMayWait() local
752 public void setIntent(Intent newIntent) { in setIntent()