Searched refs:STORE_ID_TO_FILE_NAME (Results 1 – 1 of 1) sorted by relevance
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()