Home
last modified time | relevance | path

Searched refs:OpFailedStorageBusy (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/
DMountService.java186 public static final int OpFailedStorageBusy = 405; field in MountService.VoldResponseCode
1203 } else if (code == VoldResponseCode.OpFailedStorageBusy) { in doUnmountVolume()
1916 if (code == VoldResponseCode.OpFailedStorageBusy) { in destroySecureContainer()
1951 if (code != VoldResponseCode.OpFailedStorageBusy) { in mountSecureContainer()
1992 if (code == VoldResponseCode.OpFailedStorageBusy) { in unmountSecureContainer()
2903 if (code != VoldResponseCode.OpFailedStorageBusy) { in handleExecute()
2980 if (code == VoldResponseCode.OpFailedStorageBusy) { in handleExecute()