Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/telecom/
DTelecomUtil.java159 if (hasCallPhonePermission(context)) { in placeCall()
187 public static boolean hasCallPhonePermission(Context context) { in hasCallPhonePermission() method in TelecomUtil