Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSubscriptionController.java477 private boolean hasPhoneNumberAccess(int subId, String callingPackage, String callingFeatureId, in hasPhoneNumberAccess() method in SubscriptionController
4240 canReadPhoneNumber = hasPhoneNumberAccess( in getSubscriptionInfoListFromCacheHelper()
4292 boolean hasPhoneNumberAccess = hasPhoneNumberAccess(subId, callingPackage, callingFeatureId, in conditionallyRemoveIdentifiers()
4294 return conditionallyRemoveIdentifiers(subInfo, hasIdentifierAccess, hasPhoneNumberAccess); in conditionallyRemoveIdentifiers()
4307 boolean hasIdentifierAccess, boolean hasPhoneNumberAccess) { in conditionallyRemoveIdentifiers() argument
4308 if (hasIdentifierAccess && hasPhoneNumberAccess) { in conditionallyRemoveIdentifiers()
4317 if (!hasPhoneNumberAccess) { in conditionallyRemoveIdentifiers()