Searched refs:restrictionsFile (Results 1 – 2 of 2) sorted by relevance
36 private File restrictionsFile; field in UserManagerServiceTest42 restrictionsFile = new File(mContext.getCacheDir(), "restrictions.xml"); in setUp()43 restrictionsFile.delete(); in setUp()48 restrictionsFile.delete(); in tearDown()56 AtomicFile atomicFile = new AtomicFile(restrictionsFile); in testWriteReadApplicationRestrictions()60 String s = FileUtils.readTextFile(restrictionsFile, 10000, ""); in testWriteReadApplicationRestrictions()
3108 AtomicFile restrictionsFile = in readApplicationRestrictionsLAr() local3111 return readApplicationRestrictionsLAr(restrictionsFile); in readApplicationRestrictionsLAr()3116 static Bundle readApplicationRestrictionsLAr(AtomicFile restrictionsFile) { in readApplicationRestrictionsLAr() argument3119 if (!restrictionsFile.getBaseFile().exists()) { in readApplicationRestrictionsLAr()3125 fis = restrictionsFile.openRead(); in readApplicationRestrictionsLAr()3131 + restrictionsFile.getBaseFile()); in readApplicationRestrictionsLAr()3138 Log.w(LOG_TAG, "Error parsing " + restrictionsFile.getBaseFile(), e); in readApplicationRestrictionsLAr()3202 AtomicFile restrictionsFile = new AtomicFile( in writeApplicationRestrictionsLAr() local3205 writeApplicationRestrictionsLAr(restrictions, restrictionsFile); in writeApplicationRestrictionsLAr()3210 static void writeApplicationRestrictionsLAr(Bundle restrictions, AtomicFile restrictionsFile) { in writeApplicationRestrictionsLAr() argument[all …]