Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/users/
H A DEditUserInfoControllerTest.java178 when(mController.getPhotoController().getNewUserPhotoDrawable()).thenReturn(null); in successCallback_isCalled_whenNothingChanged()
196 when(mController.getPhotoController().getNewUserPhotoDrawable()).thenReturn(null); in successCallback_calledWithNullIcon_whenOldIconIsNullAndNothingChanged()
214 when(mController.getPhotoController().getNewUserPhotoDrawable()).thenReturn(null); in successCallback_isCalled_whenLabelChanges()
236 when(mController.getPhotoController().getNewUserPhotoDrawable()).thenReturn(newPhoto); in successCallback_isCalled_whenPhotoChanges()
255 when(mController.getPhotoController().getNewUserPhotoDrawable()).thenReturn(newPhoto); in successCallback_isCalledWithChangedPhoto_whenOldIconIsNullAndPhotoChanges()
H A DCreateUserDialogControllerTest.java203 when(mUnderTest.getPhotoController().getNewUserPhotoDrawable()).thenReturn(null); in successCallback_isCalled_setNameAndAdminStatus()
227 when(mUnderTest.getPhotoController().getNewUserPhotoDrawable()).thenReturn(null); in successCallback_isCalled_setName_MultipleAdminDisabled()
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/users/
H A DEditUserPhotoController.java104 public Drawable getNewUserPhotoDrawable() { in getNewUserPhotoDrawable() method in EditUserPhotoController
H A DEditUserInfoController.java189 ? mEditUserPhotoController.getNewUserPhotoDrawable() in buildDialog()
H A DCreateUserDialogController.java275 ? mEditUserPhotoController.getNewUserPhotoDrawable() in updateLayout()