/aosp14/frameworks/base/core/java/android/app/ |
H A D | NotificationChannel.java | 751 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 D | NativeInputManagerService.java | 164 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 D | KeyboardBacklightController.java | 624 int fromValue = Color.alpha(mNative.getLightColor(mDeviceId, mLight.getId())); in setBacklightValue()
|
H A D | InputManagerService.java | 2043 int color = mNative.getLightColor(deviceId, lightId); in getLightState()
|
/aosp14/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | PreferencesHelper.java | 1200 || oldParent.getLightColor() != updatedParent.getLightColor())) { in maybeUpdateChildConversationChannel() 1202 conversation.setLightColor(updatedParent.getLightColor()); in maybeUpdateChildConversationChannel() 1965 || original.getLightColor() != update.getLightColor()) { in lockFieldsForUpdateLocked()
|
H A D | NotificationRecord.java | 286 int channelLightColor = getChannel().getLightColor() != 0 ? getChannel().getLightColor() in calculateLights()
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/input/ |
H A D | KeyboardBacklightControllerTests.kt | 144 `when`(native.getLightColor(anyInt(), anyInt())).thenAnswer {
|
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | PreferencesHelperTest.java | 396 assertEquals(expected.getLightColor(), actual.getLightColor()); in compareChannels() 415 assertEquals(parent.getLightColor(), actual.getLightColor()); in compareChannelsParentChild()
|
/aosp14/frameworks/base/services/core/jni/ |
H A D | com_android_server_input_InputManagerService.cpp | 2279 im->getInputManager()->getReader().getLightColor(deviceId, lightId); in nativeGetLightColor()
|
/aosp14/frameworks/base/config/ |
H A D | boot-profile.txt | 669 Landroid/app/NotificationChannel;->getLightColor()I
|
H A D | boot-image-profile.txt | 2343 HSPLandroid/app/NotificationChannel;->getLightColor()I
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 2343 HSPLandroid/app/NotificationChannel;->getLightColor()I
|
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 6735 method public int getLightColor();
|