Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSubscriptionController.java4315 boolean hasIdentifierAccess = hasSubscriberIdentifierAccess(subId, callingPackage, in conditionallyRemoveIdentifiers()
4319 return conditionallyRemoveIdentifiers(subInfo, hasIdentifierAccess, hasPhoneNumberAccess); in conditionallyRemoveIdentifiers()
4332 boolean hasIdentifierAccess, boolean hasPhoneNumberAccess) { in conditionallyRemoveIdentifiers() argument
4333 if (hasIdentifierAccess && hasPhoneNumberAccess) { in conditionallyRemoveIdentifiers()
4337 if (!hasIdentifierAccess) { in conditionallyRemoveIdentifiers()