OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCurrentInterruptionFilter
(Results
1 - 7
of
7
) sorted by null
/cts/tests/tests/notificationlegacy/notificationlegacy27/src/android/app/notification/legacy/cts/
ConditionProviderServiceTest.java
120
assertEquals(INTERRUPTION_FILTER_ALARMS, mNm.
getCurrentInterruptionFilter
());
126
assertEquals(INTERRUPTION_FILTER_ALARMS, mNm.
getCurrentInterruptionFilter
());
132
assertEquals(INTERRUPTION_FILTER_ALARMS, mNm.
getCurrentInterruptionFilter
());
151
assertEquals(INTERRUPTION_FILTER_ALARMS, mNm.
getCurrentInterruptionFilter
());
157
assertEquals(INTERRUPTION_FILTER_ALARMS, mNm.
getCurrentInterruptionFilter
());
164
assertEquals(INTERRUPTION_FILTER_ALARMS, mNm.
getCurrentInterruptionFilter
());
183
assertEquals(INTERRUPTION_FILTER_ALARMS, mNm.
getCurrentInterruptionFilter
());
189
assertEquals(INTERRUPTION_FILTER_ALARMS, mNm.
getCurrentInterruptionFilter
());
195
assertEquals(INTERRUPTION_FILTER_ALARMS, mNm.
getCurrentInterruptionFilter
());
/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);
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
MockListener.java
93
mDND =
getCurrentInterruptionFilter
();
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowNotificationManager.java
175
protected final int
getCurrentInterruptionFilter
() {
182
* @see NotificationManager#
getCurrentInterruptionFilter
()
/cts/tests/tests/media/src/android/media/cts/
AudioManagerTest.java
139
mOriginalZen = mNm.
getCurrentInterruptionFilter
();
[
all
...]
/cts/tests/admin/src/android/admin/cts/
DevicePolicyManagerTest.java
[
all
...]
/cts/tests/app/src/android/app/cts/
NotificationManagerTest.java
564
mNotificationManager.
getCurrentInterruptionFilter
()) {
574
assertEquals(expectedState, mNotificationManager.
getCurrentInterruptionFilter
());
[
all
...]
Completed in 8878 milliseconds