Home
last modified time | relevance | path

Searched refs:callIntent (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Phone/src/com/android/phone/
DPhoneApp.java1749 Intent callIntent = new Intent(Intent.ACTION_CALL_PRIVILEGED, intent.getData()); in onReceive() local
1750 callIntent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK in onReceive()
1752 context.startActivity(callIntent); in onReceive()