Searched refs:hasCallPhonePermission (Results 1 – 2 of 2) sorted by relevance
259 if (hasCallPhonePermission(context)) { in placeCall()293 public static boolean hasCallPhonePermission(Context context) { in hasCallPhonePermission() method in TelecomUtil
31 return !TelecomUtil.hasCallPhonePermission(context); in requiresUi()