Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/users/
DEditUserInfoController.java130 @Nullable Drawable oldUserIcon, String defaultUserName, in createDialog() argument
141 Drawable defaultUserIcon = oldUserIcon != null ? oldUserIcon : UserIcons.getDefaultUserIcon( in createDialog()
162 mEditUserInfoDialog = buildDialog(activity, content, userNameView, oldUserIcon, in createDialog()
181 @Nullable Drawable oldUserIcon, String defaultUserName, in buildDialog() argument
193 : oldUserIcon; in buildDialog()
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/users/
DEditUserInfoControllerTest.java173 Drawable oldUserIcon = mCurrentIcon; in successCallback_isCalled_whenNothingChanged() local
175 mActivity, mActivityStarter, oldUserIcon, "test", in successCallback_isCalled_whenNothingChanged()
183 .accept("test", oldUserIcon); in successCallback_isCalled_whenNothingChanged()