Searched refs:mLights (Results 1 – 2 of 2) sorted by relevance
194 private boolean mLights; field in NotificationChannel261 mLights = in.readByte() != 0; in NotificationChannel()314 dest.writeByte(mLights ? (byte) 1 : (byte) 0); in writeToParcel()486 this.mLights = lights; in enableLights()663 return mLights; in shouldShowLights()1182 && mLights == that.mLights in equals()1210 getLockscreenVisibility(), getSound(), mLights, getLightColor(), in hashCode()1246 + ", mLights=" + mLights in getFieldsString()1280 proto.write(NotificationChannelProto.USE_LIGHTS, mLights); in dumpDebug()
477 ArrayList<String> mLights = new ArrayList<>(); field in NotificationManagerService1358 mLights.clear(); in clearLightsLocked()5403 N = mLights.size();5412 pw.println(mLights.get(i));6895 boolean wasShowLights = mLights.remove(key);6897 mLights.add(key);7682 mLights.remove(canceledKey);8112 while (ledNotification == null && !mLights.isEmpty()) {8113 final String owner = mLights.get(mLights.size() - 1);8117 mLights.remove(owner);