Searched refs:iconType (Results 1 – 4 of 4) sorted by relevance
117 int iconType = getIconIdForCell(mCellInfo); in updateIcon() local119 iconType == NO_CELL_DATA_CONNECTED_ICON in updateIcon()122 .getResources().getDrawable(iconType, getContext().getTheme()); in updateIcon()
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()
512 int iconType, boolean cutOut) { in getSignalStrengthIcon() argument519 iconType == NO_CELL_DATA_TYPE_ICON in getSignalStrengthIcon()522 .getResources().getDrawable(iconType, context.getTheme()); in getSignalStrengthIcon()