Searched refs:STORE_ID_TO_FILE_NAME (Results 1 – 2 of 2) sorted by relevance
95 private static final SparseArray<String> STORE_ID_TO_FILE_NAME = field in WifiMigration124 STORE_ID_TO_FILE_NAME.get(storeFileId))); in getSharedAtomicFile()134 STORE_ID_TO_FILE_NAME.get(storeFileId))); in getUserAtomicFile()
176 private static final SparseArray<String> STORE_ID_TO_FILE_NAME = field in WifiConfigStore286 if (STORE_ID_TO_FILE_NAME.get(storeFileId) == null) { in registerStoreData()314 File file = new File(storeDir, STORE_ID_TO_FILE_NAME.get(fileId)); in createFile()833 pw.println("File Name: " + STORE_ID_TO_FILE_NAME.get(storeData.getStoreFileId())); in dump()