Searched refs:getStorageManager (Results 1 – 11 of 11) sorted by relevance
77 public static IStorageManager getStorageManager() throws RemoteException { in getStorageManager() method in InstallLocationUtils93 abstract public StorageManager getStorageManager(Context context); in getStorageManager() method in InstallLocationUtils.TestableInterface108 public StorageManager getStorageManager(Context context) { in getDefaultTestableInterface()192 final StorageManager storageManager = testInterface.getStorageManager(context); in resolveInstallVolume()
342 if (InstallLocationUtils.getStorageManager().supportsCheckpoint()) { in endVerification()343 InstallLocationUtils.getStorageManager().startCheckpoint(2); in endVerification()530 checkActiveSessions(InstallLocationUtils.getStorageManager().supportsCheckpoint()); in checkActiveSessions()
232 InstallLocationUtils.getStorageManager().abortChanges( in abortCheckpoint()658 supportsCheckpoint = InstallLocationUtils.getStorageManager().supportsCheckpoint(); in restoreSessions()659 needsCheckpoint = InstallLocationUtils.getStorageManager().needsCheckpoint(); in restoreSessions()
2993 IStorageManager sm = InstallLocationUtils.getStorageManager();
112 public IStorageManager getStorageManager() { in getStorageManager() method in LockSettingsServiceTestable.MockInjector
121 public StorageManager getStorageManager(Context context) { in getStorageManager() method in InstallLocationUtilsTests.MockedInterface
108 when(InstallLocationUtils.getStorageManager()).thenReturn(mStorageManager); in setUp()
522 public IStorageManager getStorageManager() { in getStorageManager() method in LockSettingsService.Injector620 mStorageManager = injector.getStorageManager(); in LockSettingsService()
1262 protected IStorageManager getStorageManager() { in getStorageManager() method in UserControllerTest.TestInjector
1259 mInjector.getStorageManager().lockUserKey(userId);3634 protected IStorageManager getStorageManager() {
5107 IStorageManager storageManager = InstallLocationUtils.getStorageManager(); in finishBooting()