HomeSort by relevance Sort by last modified time
    Searched refs:setShowWhen (Results 1 - 3 of 3) sorted by null

  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowNotificationBuilderTest.java 49 Notification notification = builder.setWhen(100).setShowWhen(true).build();
57 Notification notification = builder.setShowWhen(false).build();
117 Notification notification = builder.setUsesChronometer(true).setWhen(10).setShowWhen(true).build();
125 Notification notification = builder.setUsesChronometer(false).setWhen(10).setShowWhen(true).build();
  /development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/
MediaNotificationManager.java 325 .setShowWhen(true)
331 .setShowWhen(false)
  /developers/samples/android/notification/Bubbles/app/src/main/java/com/example/android/bubbles/data/
NotificationHelper.kt 119 .setShowWhen(true)

Completed in 67 milliseconds