OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:removeAutomaticZenRule
(Results
1 - 5
of
5
) sorted by null
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
ConditionProviderVerifierActivity.java
284
mNm.
removeAutomaticZenRule
(id);
330
mNm.
removeAutomaticZenRule
(id);
377
mNm.
removeAutomaticZenRule
(id);
456
mNm.
removeAutomaticZenRule
(id1);
460
mNm.
removeAutomaticZenRule
(id2);
510
mNm.
removeAutomaticZenRule
(id);
566
mNm.
removeAutomaticZenRule
(id1);
570
mNm.
removeAutomaticZenRule
(id2);
623
mNm.
removeAutomaticZenRule
(id);
648
if (mNm.
removeAutomaticZenRule
(id1) && mNm.removeAutomaticZenRule(id2))
[
all
...]
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowNotificationManagerTest.java
379
notificationManager.
removeAutomaticZenRule
("some_id");
399
assertThat(notificationManager.
removeAutomaticZenRule
(nonexistentId)).isFalse();
425
assertThat(notificationManager.
removeAutomaticZenRule
(id1)).isTrue();
/cts/tests/tests/notificationlegacy/notificationlegacy27/src/android/app/notification/legacy/cts/
ConditionProviderServiceTest.java
91
if (!mNm.
removeAutomaticZenRule
(id)) {
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowNotificationManager.java
281
protected boolean
removeAutomaticZenRule
(String id) {
/cts/tests/app/src/android/app/cts/
NotificationManagerTest.java
159
mNotificationManager.
removeAutomaticZenRule
(id);
[
all
...]
Completed in 4363 milliseconds