Searched refs:callIntent (Results 1 – 1 of 1) sorted by relevance
1749 Intent callIntent = new Intent(Intent.ACTION_CALL_PRIVILEGED, intent.getData()); in onReceive() local1750 callIntent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK in onReceive()1752 context.startActivity(callIntent); in onReceive()