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

/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
H A DNotificationBuilderTest.java366 int offMs;
370 offMs = 1300;
374 offMs = 300;
378 offMs = 0;
383 offMs = 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",
1130 public final int offMs; field in class:NotificationRecord.Light
1132 public Light(int color, int onMs, int offMs) { argument
1135 this.offMs = offMs;
1147 return offMs == light.offMs;
1155 result = 31 * result + offMs;
1164 ", offMs=" + offMs
[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
1069 mNotification.ledOffMS = offMs;
/frameworks/base/core/java/android/app/
H A DNotification.java3856 public Builder setLights(@ColorInt int argb, int onMs, int offMs) { argument
3859 mN.ledOffMS = offMs;
3860 if (onMs != 0 || offMs != 0) {

Completed in 912 milliseconds