Home
last modified time | relevance | path

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

12

/core/core/src/androidTest/java/androidx/core/app/
DNotificationChannelCompatTest.java177 && nc1.getLightColor() == nc2.getLightColor() in areEqual()
200 assertEquals(expected.getLightColor(), actual.getLightColor()); in assertChannelEquals()
DNotificationManagerCompatTest.java293 assertEquals(channelLightColor, result.getLightColor()); in testCreateNotificationChannelWithParams()
328 assertEquals(Color.GREEN, result.getLightColor()); in testUpdateNotificationChannelWithParams()
354 assertEquals(Color.GREEN, result.getLightColor()); in testUpdateNotificationChannelWithParams()
565 assertEquals(channelLightColor, result.getLightColor()); in testCreateNotificationChannelCompatWithParams()
/core/core/src/main/java/androidx/core/app/
DNotificationChannelCompat.java282 mLightColor = Api26Impl.getLightColor(channel); in NotificationChannelCompat()
400 public int getLightColor() { in getLightColor() method in NotificationChannelCompat
576 static int getLightColor(NotificationChannel notificationChannel) { in getLightColor() method in NotificationChannelCompat.Api26Impl
577 return notificationChannel.getLightColor(); in getLightColor()
/core/core/api/
D1.5.0-beta02.txt190 method public int getLightColor();
D1.5.0-beta03.txt190 method public int getLightColor();
D1.5.0-beta01.txt190 method public int getLightColor();
D1.6.0-beta03.txt190 method public int getLightColor();
D1.6.0-beta01.txt190 method public int getLightColor();
D1.6.0-beta02.txt190 method public int getLightColor();
D1.8.0-beta02.txt199 method public int getLightColor();
D1.7.0-beta03.txt192 method public int getLightColor();
D1.7.0-beta01.txt192 method public int getLightColor();
D1.7.0-beta02.txt192 method public int getLightColor();
D1.10.0-beta01.txt203 method public int getLightColor();
D1.11.0-beta02.txt204 method public int getLightColor();
D1.9.0-beta01.txt203 method public int getLightColor();
D1.11.0-beta01.txt204 method public int getLightColor();
Drestricted_1.6.0-beta02.txt235 method public int getLightColor();
D1.13.0-beta01.txt217 method public int getLightColor();
Drestricted_1.6.0-beta01.txt235 method public int getLightColor();
D1.12.0-beta01.txt213 method public int getLightColor();
Drestricted_1.6.0-beta03.txt235 method public int getLightColor();
Drestricted_1.5.0-beta01.txt235 method public int getLightColor();
D1.15.0-beta01.txt218 method public int getLightColor();
Drestricted_1.5.0-beta02.txt235 method public int getLightColor();

12