Searched refs:sReportedDeviceIDPackages (Results 1 – 1 of 1) sorted by relevance
59 private static final Map<String, Set<String>> sReportedDeviceIDPackages; field in TelephonyPermissions61 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()