Home
last modified time | relevance | path

Searched refs:getLightColor (Results 1 – 14 of 14) sorted by relevance

/aosp14/frameworks/base/core/java/android/app/
H A DNotificationChannel.java751 public int getLightColor() { in getLightColor() method in NotificationChannel
1153 if (getLightColor() != DEFAULT_LIGHT_COLOR) { in writeXml()
1154 out.attributeInt(null, ATT_LIGHT_COLOR, getLightColor()); in writeXml()
1237 record.put(ATT_LIGHT_COLOR, Integer.toString(getLightColor())); in toJson()
1330 && getLightColor() == that.getLightColor() in equals()
1357 getLockscreenVisibility(), getSound(), mLights, getLightColor(), in hashCode()
/aosp14/frameworks/base/services/core/java/com/android/server/input/
H A DNativeInputManagerService.java164 int getLightColor(int deviceId, int lightId); in getLightColor() method
406 public native int getLightColor(int deviceId, int lightId); in getLightColor() method in NativeInputManagerService.NativeImpl
H A DKeyboardBacklightController.java624 int fromValue = Color.alpha(mNative.getLightColor(mDeviceId, mLight.getId())); in setBacklightValue()
H A DInputManagerService.java2043 int color = mNative.getLightColor(deviceId, lightId); in getLightState()
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DPreferencesHelper.java1200 || oldParent.getLightColor() != updatedParent.getLightColor())) { in maybeUpdateChildConversationChannel()
1202 conversation.setLightColor(updatedParent.getLightColor()); in maybeUpdateChildConversationChannel()
1965 || original.getLightColor() != update.getLightColor()) { in lockFieldsForUpdateLocked()
H A DNotificationRecord.java286 int channelLightColor = getChannel().getLightColor() != 0 ? getChannel().getLightColor() in calculateLights()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/input/
H A DKeyboardBacklightControllerTests.kt144 `when`(native.getLightColor(anyInt(), anyInt())).thenAnswer {
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DPreferencesHelperTest.java396 assertEquals(expected.getLightColor(), actual.getLightColor()); in compareChannels()
415 assertEquals(parent.getLightColor(), actual.getLightColor()); in compareChannelsParentChild()
/aosp14/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp2279 im->getInputManager()->getReader().getLightColor(deviceId, lightId); in nativeGetLightColor()
/aosp14/frameworks/base/config/
H A Dboot-profile.txt669 Landroid/app/NotificationChannel;->getLightColor()I
H A Dboot-image-profile.txt2343 HSPLandroid/app/NotificationChannel;->getLightColor()I
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt2343 HSPLandroid/app/NotificationChannel;->getLightColor()I
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt6735 method public int getLightColor();