Searched refs:STORAGE_INFO_FILE (Results 1 – 2 of 2) sorted by relevance
19 import static com.android.server.appsearch.UserStorageInfo.STORAGE_INFO_FILE;73 File storageInfoFile = new File(mFileParentPath, STORAGE_INFO_FILE); in testReadStorageInfoFromFile()
51 public static final String STORAGE_INFO_FILE = "appsearch_storage"; field in UserStorageInfo63 mStorageInfoFile = new File(fileParentPath, STORAGE_INFO_FILE); in UserStorageInfo()