Searched refs:authImage (Results 1 – 1 of 1) sorted by relevance
116 Drawable authImage = getAuthImage(targetContext, authDesc); in updateAccounts() local126 preference.setIcon(authImage); in updateAccounts()241 Drawable authImage = null; in getAuthImage() local243 authImage = targetContext.getDrawable(authDesc.iconId); in getAuthImage()247 return authImage; in getAuthImage()