/aosp14/frameworks/base/services/core/java/com/android/server/input/ |
H A D | NativeInputManagerService.java | 168 void setLightColor(int deviceId, int lightId, int color); in setLightColor() method 412 public native void setLightColor(int deviceId, int lightId, int color); in setLightColor() method in NativeInputManagerService.NativeImpl
|
H A D | KeyboardBacklightController.java | 631 mNative.setLightColor(mDeviceId, mLight.getId(), Color.argb(toValue, 0, 0, 0)); in setBacklightValue() 640 (animation) -> mNative.setLightColor(mDeviceId, mLight.getId(), in startAnimation()
|
H A D | InputManagerService.java | 1999 mNative.setLightColor(deviceId, light.getId(), lightState.getColor()); in setLightStateInternal()
|
/aosp14/frameworks/base/tests/StatusBar/src/com/android/statusbartest/ |
H A D | NotificationTestList.java | 113 phoneCall.setLightColor(0xff0000ff); 737 channel.setLightColor(0xff0000ff); 754 channel.setLightColor(0xffff0000);
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | NotificationChannel.java | 567 public void setLightColor(int argb) { in setLightColor() method in NotificationChannel 972 setLightColor(safeInt(parser, ATT_LIGHT_COLOR, DEFAULT_LIGHT_COLOR)); in populateFromXml()
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/input/ |
H A D | KeyboardBacklightControllerTests.kt | 140 `when`(native.setLightColor(anyInt(), anyInt(), anyInt())).then {
|
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | PreferencesHelperTest.java | 542 channel2.setLightColor(Color.BLUE); in testChannelXml() 609 channel2.setLightColor(Color.BLUE); in testChannelXmlForBackup() 1086 channel2.setLightColor(Color.BLUE); in testChannelXmlForNonBackup_postMigration() 1172 channel2.setLightColor(Color.BLUE); in testChannelXmlForBackup_postMigration() 1260 channel2.setLightColor(Color.BLUE); in testChannelXmlForBackup_postMigration_noExternal() 2087 update1.setLightColor(Color.GREEN); in testLockFields_lightsAndImportance() 2673 newChannel.setLightColor(Color.BLUE); in testCreateChannel_alreadyExists()
|
H A D | NotificationRecordTest.java | 172 channel.setLightColor(Color.BLUE); in getNotification()
|
H A D | NotificationManagerServiceTest.java | 3549 mTestNotificationChannel.setLightColor(Color.CYAN); in testUpdateChannelNotifyListener()
|
/aosp14/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | PreferencesHelper.java | 1202 conversation.setLightColor(updatedParent.getLightColor()); in maybeUpdateChildConversationChannel()
|
/aosp14/frameworks/base/services/core/jni/ |
H A D | com_android_server_input_InputManagerService.cpp | 2294 im->getInputManager()->getReader().setLightColor(deviceId, lightId, color); in nativeSetLightColor()
|
/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 | 2360 HSPLandroid/app/NotificationChannel;->setLightColor(I)V
|
/aosp14/frameworks/base/config/ |
H A D | boot-image-profile.txt | 2360 HSPLandroid/app/NotificationChannel;->setLightColor(I)V
|
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 6754 method public void setLightColor(int);
|