Searched refs:hasPhoneNumberAccess (Results 1 – 1 of 1) sorted by relevance
477 private boolean hasPhoneNumberAccess(int subId, String callingPackage, String callingFeatureId, in hasPhoneNumberAccess() method in SubscriptionController4240 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() argument4308 if (hasIdentifierAccess && hasPhoneNumberAccess) { in conditionallyRemoveIdentifiers()4317 if (!hasPhoneNumberAccess) { in conditionallyRemoveIdentifiers()