Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DUserManagerService.java1315 throw e.toServiceSpecificException(); in getBootUser()
3125 throw e.toServiceSpecificException(); in setUserIcon()
5262 throw e.toServiceSpecificException();
5280 throw e.toServiceSpecificException();
5294 throw e.toServiceSpecificException();
5317 throw e.toServiceSpecificException();
5339 throw e.toServiceSpecificException();
/frameworks/base/core/java/android/os/
DUserManager.java2497 public ServiceSpecificException toServiceSpecificException() { in toServiceSpecificException() method in UserManager.CheckedUserOperationException