Searched refs:setLights (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/ |
D | NotificationBuilderTest.java | 387 b.setLights(color, onMs, offMs); in buildNotification()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationAttentionHelper.java | 1759 void setLights(LogicalLight light) { in setLights() method in NotificationAttentionHelper
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | NotificationAttentionHelperTest.java | 253 mAttentionHelper.setLights(mLight); in initAttentionHelper() 492 builder.setLights(CUSTOM_LIGHT_COLOR, CUSTOM_LIGHT_ON, CUSTOM_LIGHT_OFF); in getNotificationRecord()
|
D | NotificationRecordTest.java | 185 builder.setLights(CUSTOM_LIGHT.color, CUSTOM_LIGHT.onMs, CUSTOM_LIGHT.offMs); in getNotification()
|
/frameworks/base/core/java/android/app/ |
D | Notification.java | 5191 public Builder setLights(@ColorInt int argb, int onMs, int offMs) { in setLights() method in Notification.Builder
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/base/boot/ |
D | boot-image-profile.txt | 2198 HSPLandroid/app/Notification$Builder;->setLights(III)Landroid/app/Notification$Builder;
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 4738 method public android.app.Notification.Builder setLights(int, int, int);
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 2198 HSPLandroid/app/Notification$Builder;->setLights(III)Landroid/app/Notification$Builder;
|
/frameworks/base/core/api/ |
D | current.txt | 6708 method @Deprecated public android.app.Notification.Builder setLights(@ColorInt int, int, int);
|