Searched refs:oldUserIcon (Results 1 – 2 of 2) sorted by relevance
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/users/ |
H A D | EditUserInfoController.java | 125 @Nullable Drawable oldUserIcon, String defaultUserName, String title, in createDialog() argument 136 Drawable defaultUserIcon = oldUserIcon != null ? oldUserIcon : UserIcons.getDefaultUserIcon( in createDialog() 151 mEditUserInfoDialog = buildDialog(activity, content, userNameView, oldUserIcon, in createDialog() 169 @Nullable Drawable oldUserIcon, String defaultUserName, String title, in buildDialog() argument 181 : oldUserIcon; in buildDialog()
|
/aosp12/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/users/ |
H A D | EditUserInfoControllerTest.java | 170 Drawable oldUserIcon = mCurrentIcon; in successCallback_isCalled_whenNothingChanged() local 172 mActivity, mActivityStarter, oldUserIcon, "test", in successCallback_isCalled_whenNothingChanged() 180 .accept("test", oldUserIcon); in successCallback_isCalled_whenNothingChanged()
|