Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/wrapper/
DNotificationMediaTemplateViewWrapperTest.java72 private void makeTestNotification(long duration, boolean allowSeeking) throws Exception { in makeTestNotification() argument
85 .setActions(allowSeeking ? PlaybackState.ACTION_SEEK_TO : 0) in makeTestNotification()