Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DUserManagerServiceTest.java58 UserManagerService.writeApplicationRestrictionsLAr(bundle, atomicFile); in testWriteReadApplicationRestrictions()
/frameworks/base/services/core/java/com/android/server/pm/
DUserManagerService.java3083 writeApplicationRestrictionsLAr(packageName, restrictions, userId); in setApplicationRestrictions()
3200 private static void writeApplicationRestrictionsLAr(String packageName, in writeApplicationRestrictionsLAr() method in UserManagerService
3205 writeApplicationRestrictionsLAr(restrictions, restrictionsFile); in writeApplicationRestrictionsLAr()
3210 static void writeApplicationRestrictionsLAr(Bundle restrictions, AtomicFile restrictionsFile) { in writeApplicationRestrictionsLAr() method in UserManagerService