Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/users/
DEditUserInfoController.java163 mEditUserInfoDialog = buildDialog(activity, content, userNameView, oldUserIcon, in createDialog()
181 private Dialog buildDialog(Activity activity, View content, EditText userNameView, in buildDialog() method in EditUserInfoController
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DAuthController.java1120 final AuthDialog newDialog = buildDialog( in showDialog()
1217 protected AuthDialog buildDialog(@Background DelayableExecutor bgExecutor, in buildDialog() method in AuthController
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
DAuthControllerTest.java974 protected AuthDialog buildDialog(DelayableExecutor bgExecutor, PromptInfo promptInfo, in buildDialog() method in AuthControllerTest.TestableAuthController