Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tests/vcn/java/com/android/server/vcn/
H A DTelephonySubscriptionTrackerTest.java201 private TelephonySubscriptionSnapshot buildExpectedSnapshot( in buildExpectedSnapshot() method in TelephonySubscriptionTrackerTest
203 return buildExpectedSnapshot(TEST_SUBID_TO_INFO_MAP, privilegedPackages); in buildExpectedSnapshot()
206 private TelephonySubscriptionSnapshot buildExpectedSnapshot( in buildExpectedSnapshot() method in TelephonySubscriptionTrackerTest
212 private TelephonySubscriptionSnapshot buildExpectedSnapshot( in buildExpectedSnapshot() method in TelephonySubscriptionTrackerTest
301 verify(mCallback).onNewSnapshot(eq(buildExpectedSnapshot(privilegedPackages))); in testOnSubscriptionsChangedFired_WithReadySubidsNoPrivilegedPackages()
313 verify(mCallback).onNewSnapshot(eq(buildExpectedSnapshot(TEST_PRIVILEGED_PACKAGES))); in testOnSubscriptionsChangedFired_WithReadySubidsAndPrivilegedPackages()
321 verify(mCallback).onNewSnapshot(eq(buildExpectedSnapshot(TEST_PRIVILEGED_PACKAGES))); in testReceiveBroadcast_ConfigReadyWithSubscriptions()
334 verify(mCallback).onNewSnapshot(eq(buildExpectedSnapshot(emptyMap(), emptyMap()))); in testReceiveBroadcast_ConfigReadyNoSubscriptions()
363 verify(mCallback).onNewSnapshot(eq(buildExpectedSnapshot(TEST_PRIVILEGED_PACKAGES))); in testSubscriptionsClearedAfterValidTriggersCallbacks()
370 verify(mCallback).onNewSnapshot(eq(buildExpectedSnapshot(emptyMap(), emptyMap()))); in testSubscriptionsClearedAfterValidTriggersCallbacks()
[all …]