Home
last modified time | relevance | path

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

/frameworks/base/telephony/common/com/android/internal/telephony/
DTelephonyPermissions.java59 private static final Map<String, Set<String>> sReportedDeviceIDPackages; field in TelephonyPermissions
61 sReportedDeviceIDPackages = new HashMap<>();
431 boolean packageReported = sReportedDeviceIDPackages.containsKey(callingPackage); in reportAccessDeniedToReadIdentifiers()
432 if (!packageReported || !sReportedDeviceIDPackages.get(callingPackage).contains( in reportAccessDeniedToReadIdentifiers()
437 sReportedDeviceIDPackages.put(callingPackage, invokedMethods); in reportAccessDeniedToReadIdentifiers()
439 invokedMethods = sReportedDeviceIDPackages.get(callingPackage); in reportAccessDeniedToReadIdentifiers()