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

/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
H A DNotificationBuilderTest.java365 int onMs;
369 onMs = 1300;
373 onMs = 300;
377 onMs = 1;
382 onMs = 0;
386 if (onMs != 0 && offMs != 0) {
387 b.setLights(color, onMs, offMs);
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecord.java535 pw.println(prefix + String.format(" led=0x%08x onMs=%d offMs=%d",
1129 public final int onMs; field in class:NotificationRecord.Light
1132 public Light(int color, int onMs, int offMs) { argument
1134 this.onMs = onMs;
1146 if (onMs != light.onMs) return false;
1154 result = 31 * result + onMs;
1163 ", onMs=" + onMs
[all...]
H A DNotificationManagerService.java5939 light.onMs, light.offMs);
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationRecordTest.java160 builder.setLights(CUSTOM_LIGHT.color, CUSTOM_LIGHT.onMs, CUSTOM_LIGHT.offMs);
/frameworks/support/compat/src/main/java/androidx/core/app/
H A DNotificationCompat.java1066 public Builder setLights(@ColorInt int argb, int onMs, int offMs) { argument
1068 mNotification.ledOnMS = onMs;
/frameworks/base/core/java/android/app/
H A DNotification.java3856 public Builder setLights(@ColorInt int argb, int onMs, int offMs) { argument
3858 mN.ledOnMS = onMs;
3860 if (onMs != 0 || offMs != 0) {

Completed in 171 milliseconds