Home
last modified time | relevance | path

Searched refs:mLights (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/lights/
DLightsService.java54 private LightImpl[] mLights = null; field in LightsService
446 mLights = new LightImpl[LightsManager.LIGHT_ID_COUNT]; in populateAvailableLights()
454 if (0 <= type && type < mLights.length && mLights[type] == null) { in populateAvailableLights()
455 mLights[type] = light; in populateAvailableLights()
465 for (int i = 0; i < mLights.length; i++) { in populateAvailableLights()
466 if (mLights[i] == null) { in populateAvailableLights()
473 mLights[i] = new LightImpl(context, light); in populateAvailableLights()
474 mLightsById.put(i, mLights[i]); in populateAvailableLights()
500 if (mLights != null && 0 <= lightType && lightType < mLights.length) {
501 return mLights[lightType];
/frameworks/base/core/java/android/app/
DNotificationChannel.java155 private boolean mLights; field in NotificationChannel
218 mLights = in.readByte() != 0; in NotificationChannel()
266 dest.writeByte(mLights ? (byte) 1 : (byte) 0); in writeToParcel()
412 this.mLights = lights; in enableLights()
560 return mLights; in shouldShowLights()
995 && mLights == that.mLights in equals()
1018 getLockscreenVisibility(), getSound(), mLights, getLightColor(), in hashCode()
1038 + ", mLights=" + mLights in dump()
1066 + ", mLights=" + mLights in toString()
1096 proto.write(NotificationChannelProto.USE_LIGHTS, mLights); in writeToProto()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java427 ArrayList<String> mLights = new ArrayList<>(); field in NotificationManagerService
1133 mLights.clear(); in clearLightsLocked()
4614 N = mLights.size();
4623 pw.println(mLights.get(i));
5994 boolean wasShowLights = mLights.remove(key);
5996 mLights.add(key);
6756 mLights.remove(canceledKey);
7166 while (ledNotification == null && !mLights.isEmpty()) {
7167 final String owner = mLights.get(mLights.size() - 1);
7171 mLights.remove(owner);
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt8014 Landroid/app/NotificationChannel;->mLights:Z