Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/network/
DSubscriptionsPreferenceControllerTest.java198 final int updateCountBeforeSubscriptionChange = mOnChildUpdatedCount; in onSubscriptionsChanged_countBecameTwo_eventFired() local
202 assertThat(mOnChildUpdatedCount).isEqualTo(updateCountBeforeSubscriptionChange + 1); in onSubscriptionsChanged_countBecameTwo_eventFired()
213 final int updateCountBeforeSubscriptionChange = mOnChildUpdatedCount; in onSubscriptionsChanged_countBecameOne_eventFiredAndPrefsRemoved() local
217 assertThat(mOnChildUpdatedCount).isEqualTo(updateCountBeforeSubscriptionChange + 1); in onSubscriptionsChanged_countBecameOne_eventFiredAndPrefsRemoved()
238 final int updateCountBeforeSubscriptionChange = mOnChildUpdatedCount; in onSubscriptionsChanged_subscriptionReplaced_preferencesChanged() local
242 assertThat(mOnChildUpdatedCount).isEqualTo(updateCountBeforeSubscriptionChange + 1); in onSubscriptionsChanged_subscriptionReplaced_preferencesChanged()