Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/
H A DRescueParty.java752 Set<String> callingPackageSet = mNamespaceCallingPackageSetMap.get(namespace); in recordDeviceConfigAccess() local
753 if (callingPackageSet == null) { in recordDeviceConfigAccess()
754 callingPackageSet = new ArraySet<>(); in recordDeviceConfigAccess()
756 callingPackageSet.add(callingPackage); in recordDeviceConfigAccess()
757 mNamespaceCallingPackageSetMap.put(namespace, callingPackageSet); in recordDeviceConfigAccess()