Searched refs:getPermGroupIcon (Results 1 – 4 of 4) sorted by relevance
125 KotlinUtils.INSTANCE.getPermGroupIcon(context, groupName), in updatePermissionsUi()
195 Drawable icon = KotlinUtils.INSTANCE.getPermGroupIcon(context, groupName); in bindUi()
266 preference.setIcon(KotlinUtils.INSTANCE.getPermGroupIcon(context, groupName)); in updatePreferences()
160 fun getPermGroupIcon(context: Context, groupName: String): Drawable? { in <lambda>() method245 icon = getPermGroupIcon(context, groupName) in <lambda>()