Searched refs:offMs (Results 1 – 6 of 6) sorted by relevance
/aosp14/frameworks/base/tests/StatusBar/src/com/android/statusbartest/ |
H A D | NotificationBuilderTest.java | 366 int offMs; in buildNotification() local 370 offMs = 1300; in buildNotification() 374 offMs = 300; in buildNotification() 378 offMs = 0; in buildNotification() 383 offMs = 0; in buildNotification() 386 if (onMs != 0 && offMs != 0) { in buildNotification() 387 b.setLights(color, onMs, offMs); in buildNotification()
|
/aosp14/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | NotificationRecord.java | 1654 public final int offMs; field in NotificationRecord.Light 1656 public Light(int color, int onMs, int offMs) { in Light() argument 1659 this.offMs = offMs; in Light() 1671 return offMs == light.offMs; in equals() 1679 result = 31 * result + offMs; in hashCode() 1688 ", offMs=" + offMs + in toString()
|
H A D | NotificationManagerService.java | 9875 light.onMs, light.offMs);
|
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | NotificationRecordTest.java | 171 builder.setLights(CUSTOM_LIGHT.color, CUSTOM_LIGHT.onMs, CUSTOM_LIGHT.offMs); in getNotification()
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | Notification.java | 4703 public Builder setLights(@ColorInt int argb, int onMs, int offMs) { in setLights() argument 4706 mN.ledOffMS = offMs; in setLights() 4707 if (onMs != 0 || offMs != 0) { in setLights()
|
/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 ... |