Searched refs:mLights (Results 1 – 4 of 4) sorted by relevance
54 private LightImpl[] mLights = null; field in LightsService446 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];
155 private boolean mLights; field in NotificationChannel218 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()
427 ArrayList<String> mLights = new ArrayList<>(); field in NotificationManagerService1133 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);
8014 Landroid/app/NotificationChannel;->mLights:Z