Searched refs:getNewUserPhotoDrawable (Results 1 – 5 of 5) sorted by relevance
178 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()
203 when(mUnderTest.getPhotoController().getNewUserPhotoDrawable()).thenReturn(null); in successCallback_isCalled_setNameAndAdminStatus()227 when(mUnderTest.getPhotoController().getNewUserPhotoDrawable()).thenReturn(null); in successCallback_isCalled_setName_MultipleAdminDisabled()
276 && mEditUserPhotoController.getNewUserPhotoDrawable() != null) in updateLayout()277 ? mEditUserPhotoController.getNewUserPhotoDrawable() in updateLayout()
126 public Drawable getNewUserPhotoDrawable() { in getNewUserPhotoDrawable() method in EditUserPhotoController
189 ? mEditUserPhotoController.getNewUserPhotoDrawable() in buildDialog()