Searched defs:storageManager (Results 1 – 7 of 7) sorted by relevance
36 final StorageManager storageManager = getContext().getSystemService(StorageManager.class); in testMount() local47 final StorageManager storageManager = getContext().getSystemService(StorageManager.class); in testOpenFile() local68 final StorageManager storageManager = getContext().getSystemService(StorageManager.class); in testOpenFile_fileNotFound() local80 final StorageManager storageManager = getContext().getSystemService(StorageManager.class); in testOpenFile_illegalMode() local92 final StorageManager storageManager = getContext().getSystemService(StorageManager.class); in testReadFile() local133 final StorageManager storageManager = getContext().getSystemService(StorageManager.class); in testWriteFile() local173 final StorageManager storageManager = getContext().getSystemService(StorageManager.class); in testWriteFile_writeError() local199 final StorageManager storageManager = getContext().getSystemService(StorageManager.class); in testWriteFile_flushError() local
766 final StorageManager storageManager = getContext().getSystemService(StorageManager.class); in setupProvider() local773 storageManager, in setupProvider() local
67 void mount(StorageManager storageManager) throws IOException { in mount()
153 StorageManager storageManager, in onCreateForTesting()
236 final StorageManager storageManager = StorageManager.from(mContext); in systemReady() local
362 final StorageManager storageManager = context.getSystemService(StorageManager.class); in resolveInstallVolume() local
262 public final StorageManagerForMock storageManager; field in DpmMockContext