Searched refs:mLights (Results 1 – 2 of 2) sorted by relevance
32 final LightImpl mLights[] = new LightImpl[LightsManager.LIGHT_ID_COUNT]; field in LightsService175 mLights[i] = new LightImpl(i); in LightsService()200 return mLights[id];
280 ArrayList<String> mLights = new ArrayList<>(); field in NotificationManagerService673 mLights.clear(); in clearLightsLocked()2385 N = mLights.size(); in dumpImpl()2394 pw.println(mLights.get(i)); in dumpImpl()2951 boolean wasShowLights = mLights.remove(key); in buzzBeepBlinkLocked()2955 mLights.add(key); in buzzBeepBlinkLocked()3353 mLights.remove(canceledKey); in cancelNotificationLocked()3594 while (ledNotification == null && !mLights.isEmpty()) { in updateLightsLocked()3595 final String owner = mLights.get(mLights.size() - 1); in updateLightsLocked()3599 mLights.remove(owner); in updateLightsLocked()