Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/users/
H A DCreateUserDialogController.java66 EDIT_NAME_DIALOG, CREATE_USER_AND_CLOSE})
73 private static final int CREATE_USER_AND_CLOSE = 3; field in CreateUserDialogController
273 case CREATE_USER_AND_CLOSE: in updateLayout()
291 mCurrentState = CREATE_USER_AND_CLOSE; in updateLayout()
388 if (mCurrentState == CREATE_USER_AND_CLOSE) { in finish()