Searched defs:newIntent (Results 1 – 13 of 13) sorted by relevance
28 public final CountDownLatch newIntent = new CountDownLatch(1); field in NewIntentActivity
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
85 final Intent newIntent = canForward(intentReceived, targetUserId); in onCreate() local
308 final Intent newIntent = km.createConfirmDeviceCredentialIntent(null, null, userId); in interceptWithConfirmCredentialsIfNeeded() local
256 private BroadcastRecord(BroadcastRecord from, Intent newIntent) { in BroadcastRecord()
783 Intent newIntent = new Intent(Intent.ACTION_REVIEW_PERMISSIONS); in startActivity() local1062 Intent newIntent = new Intent(); in startActivityMayWait() local
791 static public ClipData newIntent(CharSequence label, Intent intent) { in newIntent() method in ClipData
907 Intent newIntent = new Intent(AudioManager.ACTION_SCO_AUDIO_STATE_CHANGED); in onSystemReady() local3716 Intent newIntent = new Intent(AudioManager.ACTION_SCO_AUDIO_STATE_UPDATED); in onBroadcastScoConnectionState() local6519 Intent newIntent = new Intent(AudioManager.ACTION_SCO_AUDIO_STATE_CHANGED); in onReceive() local
2852 Intent newIntent = Intent.makeMainSelectorActivity(Intent.ACTION_MAIN, in completeConnection() local
4323 final Intent newIntent = mKeyguardManager.createConfirmDeviceCredentialIntent(null, in startWorkChallengeIfNecessary() local
906 public void setIntent(Intent newIntent) { in setIntent()