Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/mockingservicestests/src/com/android/server/sensorprivacy/
H A DSensorPrivacyServiceMockingTest.java123 File onDeviceFile = new File(dataDir, "sensor_privacy.xml"); in testServiceInit() local
124 onDeviceFile.delete(); in testServiceInit()
130 initServiceWithPersistenceFile(onDeviceFile, null); in testServiceInit()
131 initServiceWithPersistenceFile(onDeviceFile, PERSISTENCE_FILE1); in testServiceInit()
144 initServiceWithPersistenceFile(onDeviceFile, null); in testServiceInit()
205 File onDeviceFile = new File(dataDir, "sensor_privacy.xml"); in testServiceInit_AppOpsRestricted() local
206 onDeviceFile.delete(); in testServiceInit_AppOpsRestricted()
236 private void initServiceWithPersistenceFile(File onDeviceFile, in initServiceWithPersistenceFile() argument
241 private void initServiceWithPersistenceFile(File onDeviceFile, in initServiceWithPersistenceFile() argument
245 onDeviceFile.toPath()); in initServiceWithPersistenceFile()
[all …]