Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tests/vcn/java/com/android/server/vcn/
H A DTelephonySubscriptionTrackerTest.java254 private TelephonySubscriptionSnapshot buildExpectedSnapshot( in buildExpectedSnapshot() method in TelephonySubscriptionTrackerTest
256 return buildExpectedSnapshot(TEST_SUBID_TO_INFO_MAP, privilegedPackages); in buildExpectedSnapshot()
259 private TelephonySubscriptionSnapshot buildExpectedSnapshot( in buildExpectedSnapshot() method in TelephonySubscriptionTrackerTest
262 return buildExpectedSnapshot(0, subIdToInfoMap, privilegedPackages); in buildExpectedSnapshot()
265 private TelephonySubscriptionSnapshot buildExpectedSnapshot( in buildExpectedSnapshot() method in TelephonySubscriptionTrackerTest
269 return buildExpectedSnapshot( in buildExpectedSnapshot()
273 private TelephonySubscriptionSnapshot buildExpectedSnapshot( in buildExpectedSnapshot() method in TelephonySubscriptionTrackerTest
420 verify(mCallback).onNewSnapshot(eq(buildExpectedSnapshot(privilegedPackages))); in testOnSubscriptionsChangedFired_WithReadySubidsNoPrivilegedPackages()
464 verify(mCallback).onNewSnapshot(eq(buildExpectedSnapshot(emptyMap(), emptyMap()))); in testReceiveBroadcast_ConfigReadyNoSubscriptions()
527 buildExpectedSnapshot( in testCarrierConfigUpdatedAfterValidTriggersCallbacks()
[all …]