Searched refs:mLights (Results 1 – 4 of 4) sorted by relevance
157 private boolean mLights; field in NotificationChannel220 mLights = in.readByte() != 0; in NotificationChannel()268 dest.writeByte(mLights ? (byte) 1 : (byte) 0); in writeToParcel()409 this.mLights = lights; in enableLights()557 return mLights; in shouldShowLights()991 && mLights == that.mLights in equals()1014 getLockscreenVisibility(), getSound(), mLights, getLightColor(), in hashCode()1034 + ", mLights=" + mLights in dump()1062 + ", mLights=" + mLights in toString()1092 proto.write(NotificationChannelProto.USE_LIGHTS, mLights); in writeToProto()
35 final LightImpl mLights[] = new LightImpl[LightsManager.LIGHT_ID_COUNT]; field in LightsService211 mLights[i] = new LightImpl(context, i); in LightsService()236 return mLights[id];
422 ArrayList<String> mLights = new ArrayList<>(); field in NotificationManagerService1119 mLights.clear(); in clearLightsLocked()4495 N = mLights.size();4504 pw.println(mLights.get(i));5771 boolean wasShowLights = mLights.remove(key);5773 mLights.add(key);6518 mLights.remove(canceledKey);6928 while (ledNotification == null && !mLights.isEmpty()) {6929 final String owner = mLights.get(mLights.size() - 1);6933 mLights.remove(owner);
8539 Landroid/app/NotificationChannel;->mLights:Z