Searched refs:sReportedDeviceIDPackages (Results 1 – 1 of 1) sorted by relevance
58 private static final Map<String, Set<String>> sReportedDeviceIDPackages; field in TelephonyPermissions60 sReportedDeviceIDPackages = new HashMap<>();387 boolean packageReported = sReportedDeviceIDPackages.containsKey(callingPackage); in reportAccessDeniedToReadIdentifiers()388 if (!packageReported || !sReportedDeviceIDPackages.get(callingPackage).contains( in reportAccessDeniedToReadIdentifiers()393 sReportedDeviceIDPackages.put(callingPackage, invokedMethods); in reportAccessDeniedToReadIdentifiers()395 invokedMethods = sReportedDeviceIDPackages.get(callingPackage); in reportAccessDeniedToReadIdentifiers()