Home
last modified time | relevance | path

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

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowNotificationBuilderTest.java48 assertThat(shadowOf(notification).isWhenShown()).isTrue(); in build_whenShowWhenNotSet_setsShowWhenOnNotificationToTrue()
56 assertThat(shadowOf(notification).isWhenShown()).isFalse(); in build_setShowWhenOnNotification()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowNotification.java87 public boolean isWhenShown() { in isWhenShown() method in ShadowNotification