Searched defs:newIntent (Results 1 – 8 of 8) sorted by relevance
35 Intent newIntent = new Intent(intent); in onReceive() local
62 Intent newIntent = new Intent(intent); in onReceive() local
80 Intent newIntent = new Intent(intentReceived); in onCreate() local
696 static public ClipData newIntent(CharSequence label, Intent intent) { in newIntent() method in ClipData
688 Intent newIntent = new Intent(AudioManager.ACTION_SCO_AUDIO_STATE_CHANGED); in onSystemReady() local2864 Intent newIntent = new Intent(AudioManager.ACTION_SCO_AUDIO_STATE_UPDATED); in onBroadcastScoConnectionState() local5054 Intent newIntent = new Intent(AudioManager.ACTION_SCO_AUDIO_STATE_CHANGED); in onReceive() local
1800 Intent newIntent = Intent.makeMainSelectorActivity(Intent.ACTION_MAIN, in completeConnection() local
911 Intent newIntent = new Intent(); in startActivityMayWait() local
815 public void setIntent(Intent newIntent) { in setIntent()