Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/telecom/
DTelecomUtil.java46 private static Boolean hasPermissionForTesting; field in TelecomUtil
192 if (hasPermissionForTesting != null) { in hasPermission()
193 return hasPermissionForTesting; in hasPermission()
229 hasPermissionForTesting = hasPermission; in setHasPermissionForTesting()