Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/profiles/
H A DChooseNewAdminPreferenceController.java92 int removeUserResult = profileHelper.removeProfile(context, mAdminInfo); in removeOldAdmin() local
93 if (removeUserResult != ProfileHelper.REMOVE_PROFILE_RESULT_SUCCESS) { in removeOldAdmin()
97 profileHelper.getErrorMessageForProfileResult(removeUserResult)), in removeOldAdmin()
H A DProfileHelper.java288 int removeUserResult = removeProfile(userInfo.id); in replaceLastAdmin() local
289 if (removeUserResult != REMOVE_PROFILE_RESULT_SUCCESS) { in replaceLastAdmin()
290 return removeUserResult; in replaceLastAdmin()