Searched refs:authImage (Results 1 – 1 of 1) sorted by relevance
112 Drawable authImage = getAuthImage(targetContext, authDesc); in updateAccounts() local122 preference.setIcon(authImage); in updateAccounts()227 Drawable authImage = null; in getAuthImage() local229 authImage = targetContext.getDrawable(authDesc.iconId); in getAuthImage()233 return authImage; in getAuthImage()