Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/mockingservicestests/src/com/android/server/sensorprivacy/
H A DSensorPrivacyServiceMockingTest.java237 String persistenceFilePath) throws IOException { in initServiceWithPersistenceFile() argument
238 initServiceWithPersistenceFile(onDeviceFile, persistenceFilePath, -1); in initServiceWithPersistenceFile()
242 String persistenceFilePath, int startingUserId) throws IOException { in initServiceWithPersistenceFile() argument
243 if (persistenceFilePath != null) { in initServiceWithPersistenceFile()
244 Files.copy(mContext.getAssets().open(persistenceFilePath), in initServiceWithPersistenceFile()