Home
last modified time | relevance | path

Searched refs:iconType (Results 1 – 3 of 3) sorted by relevance

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/network/telephony/
DNetworkOperatorPreference.java124 int iconType = getIconIdForCell(mCellInfo); in updateIcon() local
126 iconType == NO_CELL_DATA_CONNECTED_ICON in updateIcon()
129 .getResources().getDrawable(iconType, getContext().getTheme()); in updateIcon()
/packages/apps/Launcher3/src/com/android/launcher3/notification/
DNotificationInfo.java73 int iconType = notification.getBadgeIconType(); in NotificationInfo() local
76 Icon icon = iconType == Notification.BADGE_ICON_SMALL ? null : notification.getLargeIcon(); in NotificationInfo()
/packages/apps/Settings/src/com/android/settings/network/telephony/
DMobileNetworkUtils.java566 int iconType, boolean cutOut) { in getSignalStrengthIcon() argument
573 iconType == NO_CELL_DATA_TYPE_ICON in getSignalStrengthIcon()
576 .getResources().getDrawable(iconType, context.getTheme()); in getSignalStrengthIcon()