Home
last modified time | relevance | path

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

/packages/apps/Car/Settings/src/com/android/car/settings/profiles/
DProfileDetailsActionButtonsPreferenceController.java135 boolean shouldShowAddProfile = !(mUserManager.isAdminUser() && areThereOtherProfiles()) in onStartInternal()
142 && areThereOtherProfiles(); in onStartInternal()
238 private boolean areThereOtherProfiles() { in areThereOtherProfiles() method in ProfileDetailsActionButtonsPreferenceController