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

  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowNotificationManagerTest.java 47 public void getCurrentInterruptionFilter() {
49 assertThat(notificationManager.getCurrentInterruptionFilter()).isEqualTo(INTERRUPTION_FILTER_ALL);
52 assertThat(notificationManager.getCurrentInterruptionFilter()).isEqualTo(INTERRUPTION_FILTER_PRIORITY);
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowNotificationManager.java 175 protected final int getCurrentInterruptionFilter() {
182 * @see NotificationManager#getCurrentInterruptionFilter()
  /cts/tests/admin/src/android/admin/cts/
DevicePolicyManagerTest.java     [all...]

Completed in 142 milliseconds