Searched refs:newIntent (Results 1 – 3 of 3) sorted by relevance
57 final Intent newIntent = intent.getParcelableExtra(EXTRA_INTENT); in onReceive() local58 newIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); in onReceive()59 context.startActivity(newIntent); in onReceive()62 final Intent newIntent = intent.getParcelableExtra(EXTRA_INTENT); in onReceive() local63 context.startService(newIntent); in onReceive()
188 Intent newIntent = new Intent(BLE_PRIVACY_NEW_MAC_RECEIVE); in onScanResult() local189 sendBroadcast(newIntent); in onScanResult()
74 ClipData intentData = ClipData.newIntent("IntentLabel", intent); in testSetPrimaryClip_intent()