Searched defs:ICONS (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/tests/notificationtests/src/android/app/
H A DNotificationStressTest.java37 private static final int[] ICONS = new int[] { field in class:NotificationStressTest
81 Notification notification = new Notification(ICONS[mRandom.nextInt(ICONS.length)], text,
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DAccessPointControllerImpl.java56 private static final int[] ICONS = { field in class:AccessPointControllerImpl
190 final int level = WifiManager.calculateSignalLevel(scanResult.level, ICONS.length);
208 ap.iconId = ICONS[ap.level];
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSTile.java326 private static final SparseArray<Icon> ICONS = new SparseArray<Icon>(); field in class:QSTile.ResourceIcon
335 Icon icon = ICONS.get(resId);
338 ICONS.put(resId, icon);

Completed in 1007 milliseconds