Home
last modified time | relevance | path

Searched refs:onMs (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
H A DNotificationBuilderTest.java365 int onMs; in buildNotification() local
369 onMs = 1300; in buildNotification()
373 onMs = 300; in buildNotification()
377 onMs = 1; in buildNotification()
382 onMs = 0; in buildNotification()
386 if (onMs != 0 && offMs != 0) { in buildNotification()
387 b.setLights(color, onMs, offMs); in buildNotification()
/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecord.java1531 public final int onMs; field in NotificationRecord.Light
1534 public Light(int color, int onMs, int offMs) { in Light() argument
1536 this.onMs = onMs; in Light()
1548 if (onMs != light.onMs) return false; in equals()
1556 result = 31 * result + onMs; in hashCode()
1565 ", onMs=" + onMs + in toString()
H A DNotificationManagerService.java8927 light.onMs, light.offMs);
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationRecordTest.java167 builder.setLights(CUSTOM_LIGHT.color, CUSTOM_LIGHT.onMs, CUSTOM_LIGHT.offMs); in getNotification()
/aosp12/frameworks/base/core/java/android/app/
H A DNotification.java4548 public Builder setLights(@ColorInt int argb, int onMs, int offMs) { in setLights() argument
4550 mN.ledOnMS = onMs; in setLights()
4552 if (onMs != 0 || offMs != 0) { in setLights()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...