Searched refs:STORE_ID_TO_FILE_NAME (Results 1 – 1 of 1) sorted by relevance
168 private static final SparseArray<String> STORE_ID_TO_FILE_NAME = field in WifiConfigStore275 if (STORE_ID_TO_FILE_NAME.get(storeFileId) == null) { in registerStoreData()303 File file = new File(storeDir, STORE_ID_TO_FILE_NAME.get(fileId)); in createFile()698 pw.println("File Name: " + STORE_ID_TO_FILE_NAME.get(storeData.getStoreFileId())); in dump()