Searched refs:ICONS (Results 1 – 6 of 6) sorted by relevance
74 private static final int[][] ICONS = new int[][]{ field in NavBarTuner201 for (int i = 0; i < ICONS.length; i++) { in updateSummary()202 if (ICONS[i][0] == id) { in updateSummary()203 builder.append(getString(ICONS[i][1])); in updateSummary()229 CharSequence[] labels = new CharSequence[ICONS.length]; in setupIcons()230 CharSequence[] values = new CharSequence[ICONS.length]; in setupIcons()233 for (int i = 0; i < ICONS.length; i++) { in setupIcons()235 Drawable d = Icon.createWithResource(getContext().getPackageName(), ICONS[i][0]) in setupIcons()242 builder.append(getString(ICONS[i][1])); in setupIcons()244 values[i] = getContext().getPackageName() + "/" + ICONS[i][0]; in setupIcons()
33 ICONS="ic_sysbar_back.png ic_sysbar_home.png ic_sysbar_recent.png"36 for icon in $ICONS
46 private static final int[] ICONS = new int[] { field in NotificationStressTest119 .setSmallIcon(ICONS[mRandom.nextInt(ICONS.length)]) in sendNotification()
47 private static final int[] ICONS = { field in AccessPointControllerImpl108 return ICONS[level >= 0 ? level : 0]; in getIcon()
6 public static final int[] ICONS = { field in Users
504 private static final SparseArray<Icon> ICONS = new SparseArray<Icon>(); field in QSTileImpl.ResourceIcon513 Icon icon = ICONS.get(resId); in get()516 ICONS.put(resId, icon); in get()