OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:updateAutomaticZenRule
(Results
1 - 3
of
3
) sorted by null
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowNotificationManagerTest.java
301
notificationManager.
updateAutomaticZenRule
("some_id", rule);
329
assertThat(notificationManager.
updateAutomaticZenRule
(nonexistentId, updatedRule));
367
assertThat(notificationManager.
updateAutomaticZenRule
(id2, updatedRule)).isTrue();
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowNotificationManager.java
261
protected boolean
updateAutomaticZenRule
(String id, AutomaticZenRule automaticZenRule) {
/cts/tests/app/src/android/app/cts/
NotificationManagerTest.java
[
all
...]
Completed in 49 milliseconds