Home
last modified time | relevance | path

Searched refs:removeOnSubscriptionsChangedListener (Results 1 – 2 of 2) sorted by relevance

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowSubscriptionManagerTest.java79 shadowSubscriptionManager.removeOnSubscriptionsChangedListener(listener); in removeOnSubscriptionsChangedListener_shouldRemoveListener()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowSubscriptionManager.java174 protected void removeOnSubscriptionsChangedListener(OnSubscriptionsChangedListener listener) { in removeOnSubscriptionsChangedListener() method in ShadowSubscriptionManager