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];
142 private boolean mLights; field in NotificationChannel202 mLights = in.readByte() != 0; in NotificationChannel()248 dest.writeByte(mLights ? (byte) 1 : (byte) 0); in writeToParcel()386 this.mLights = lights; in enableLights()518 return mLights; in shouldShowLights()896 if (mLights != that.mLights) return false; in equals()932 result = 31 * result + (mLights ? 1 : 0); in hashCode()955 + ", mLights=" + mLights in toString()982 proto.write(NotificationChannelProto.USE_LIGHTS, mLights); in writeToProto()