Searched refs:mLights (Results 1 – 4 of 4) sorted by relevance
254 private boolean mLights; field in NotificationChannel322 mLights = in.readByte() != 0; in NotificationChannel()379 dest.writeByte(mLights ? (byte) 1 : (byte) 0); in writeToParcel()557 this.mLights = lights; in enableLights()744 return mLights; in shouldShowLights()1329 && mLights == that.mLights in equals()1357 getLockscreenVisibility(), getSound(), mLights, getLightColor(), in hashCode()1393 + ", mLights=" + mLights in getFieldsString()1427 proto.write(NotificationChannelProto.USE_LIGHTS, mLights); in dumpDebug()
103 private List<Light> mLights; field in CameraPrivacyLightControllerTest146 mLights = lights; in prepareCameraPrivacyLightController()148 doReturn(mLights).when(mLightsManager).getLights(); in prepareCameraPrivacyLightController()219 List<Integer> expectedCameraLightIds = mLights.stream() in testAllCameraLightsAreRequestedOnOpActive()
630 ArrayList<String> mLights = new ArrayList<>(); field in NotificationManagerService1636 mLights.clear(); in clearLightsLocked()1648 boolean removed = mLights.remove(key); in clearEffectsLocked()6356 N = mLights.size();6365 pw.println(mLights.get(i));8427 boolean wasShowLights = mLights.remove(key);8429 mLights.add(key);9372 mLights.remove(canceledKey);9858 while (ledNotification == null && !mLights.isEmpty()) {9859 final String owner = mLights.get(mLights.size() - 1);[all …]
8011 Landroid/app/NotificationChannel;->mLights:Z