Searched defs:newIntent (Results 1 – 10 of 10) sorted by relevance
35 Intent newIntent = new Intent(intent); in onReceive() local
62 Intent newIntent = new Intent(intent); in onReceive() local
61 final Intent newIntent = new Intent(DevicePolicyManager.ACTION_REMOTE_BUGREPORT_DISPATCH); in onReceive() local
79 Intent newIntent = new Intent(intentReceived); in onCreate() local
226 final Intent newIntent = km.createConfirmDeviceCredentialIntent(null, null, userId); in interceptWithConfirmCredentialsIfNeeded() local
430 Intent newIntent = new Intent(Intent.ACTION_REVIEW_PERMISSIONS); in startActivityLocked() local825 Intent newIntent = new Intent(); in startActivityMayWait() local
728 static public ClipData newIntent(CharSequence label, Intent intent) { in newIntent() method in ClipData
729 Intent newIntent = new Intent(AudioManager.ACTION_SCO_AUDIO_STATE_CHANGED); in onSystemReady() local3063 Intent newIntent = new Intent(AudioManager.ACTION_SCO_AUDIO_STATE_UPDATED); in onBroadcastScoConnectionState() local5308 Intent newIntent = new Intent(AudioManager.ACTION_SCO_AUDIO_STATE_CHANGED); in onReceive() local
2872 Intent newIntent = Intent.makeMainSelectorActivity(Intent.ACTION_MAIN, in completeConnection() local
858 public void setIntent(Intent newIntent) { in setIntent()