Searched refs:iconType (Results 1 – 3 of 3) sorted by relevance
124 int iconType = getIconIdForCell(mCellInfo); in updateIcon() local126 iconType == NO_CELL_DATA_CONNECTED_ICON in updateIcon()129 .getResources().getDrawable(iconType, getContext().getTheme()); in updateIcon()
68 int iconType = notification.getBadgeIconType(); in NotificationInfo() local71 Icon icon = iconType == Notification.BADGE_ICON_SMALL ? null : notification.getLargeIcon(); in NotificationInfo()
613 int iconType, boolean cutOut) { in getSignalStrengthIcon() argument620 iconType == NO_CELL_DATA_TYPE_ICON in getSignalStrengthIcon()623 .getResources().getDrawable(iconType, context.getTheme()); in getSignalStrengthIcon()