OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isChannelDeleted
(Results
1 - 2
of
2
) sorted by null
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowNotificationManagerTest.java
110
assertThat(shadowOf(notificationManager).
isChannelDeleted
(channelId)).isFalse();
112
assertThat(shadowOf(notificationManager).
isChannelDeleted
(channelId)).isFalse();
114
assertThat(shadowOf(notificationManager).
isChannelDeleted
(channelId)).isTrue();
120
assertThat(shadowOf(notificationManager).
isChannelDeleted
(channelId)).isFalse();
136
assertThat(shadowOf(notificationManager).
isChannelDeleted
(channelId)).isFalse();
140
assertThat(shadowOf(notificationManager).
isChannelDeleted
(channelId)).isTrue();
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowNotificationManager.java
316
public boolean
isChannelDeleted
(String channelId) {
Completed in 1467 milliseconds