Searched refs:ICONS (Results 1 – 6 of 6) sorted by relevance
63 private static final int[][] ICONS = new int[][]{ field in NavBarTuner190 for (int i = 0; i < ICONS.length; i++) { in updateSummary()191 if (ICONS[i][0] == id) { in updateSummary()192 builder.append(getString(ICONS[i][1])); in updateSummary()218 CharSequence[] labels = new CharSequence[ICONS.length]; in setupIcons()219 CharSequence[] values = new CharSequence[ICONS.length]; in setupIcons()222 for (int i = 0; i < ICONS.length; i++) { in setupIcons()224 Drawable d = Icon.createWithResource(getContext().getPackageName(), ICONS[i][0]) in setupIcons()231 builder.append(getString(ICONS[i][1])); in setupIcons()233 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()
46 private static final int[] ICONS = { field in AccessPointControllerImpl111 return ICONS[level >= 0 ? level : 0]; in getIcon()
6 public static final int[] ICONS = { field in Users
525 private static final SparseArray<Icon> ICONS = new SparseArray<Icon>(); field in QSTileImpl.ResourceIcon534 Icon icon = ICONS.get(resId); in get()537 ICONS.put(resId, icon); in get()