Searched refs:mStorageManagerService (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/
H A DStorageManagerService.java182 private StorageManagerService mStorageManagerService; field in class:StorageManagerService.Lifecycle
190 mStorageManagerService = new StorageManagerService(getContext());
191 publishBinderService("mount", mStorageManagerService);
192 mStorageManagerService.start();
198 mStorageManagerService.systemReady();
200 mStorageManagerService.bootCompleted();
206 mStorageManagerService.mCurrentUserId = userHandle;
211 mStorageManagerService.onUnlockUser(userHandle);
216 mStorageManagerService.onCleanupUser(userHandle);

Completed in 57 milliseconds