Searched defs:Unmounting (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/java/com/android/server/
H A DMountService.java131 public static final int Unmounting = 5; field in class:MountService.VolumeState
351 if (DEBUG_UNMOUNT) Slog.i(TAG, "Unmounting " + path);
900 } else if (newState == VolumeState.Unmounting) {
1529 Slog.i(TAG, "Unmounting " + path

Completed in 52 milliseconds