Home
last modified time | relevance | path

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

/packages/apps/Car/Settings/src/com/android/car/settings/profiles/
DProfileDetailsActionButtonsPreferenceController.java144 int removeProfileAvailabilityStatus = mRemoveProfileHandler.getAvailabilityStatus( in onStartInternal() local
146 boolean shouldShowDeleteProfile = removeProfileAvailabilityStatus != DISABLED_FOR_PROFILE; in onStartInternal()
147 boolean shouldEnableDeleteProfile = removeProfileAvailabilityStatus == AVAILABLE; in onStartInternal()