Searched refs:buildExpectedSnapshot (Results 1 – 1 of 1) sorted by relevance
201 private TelephonySubscriptionSnapshot buildExpectedSnapshot( in buildExpectedSnapshot() method in TelephonySubscriptionTrackerTest203 return buildExpectedSnapshot(TEST_SUBID_TO_INFO_MAP, privilegedPackages); in buildExpectedSnapshot()206 private TelephonySubscriptionSnapshot buildExpectedSnapshot( in buildExpectedSnapshot() method in TelephonySubscriptionTrackerTest212 private TelephonySubscriptionSnapshot buildExpectedSnapshot( in buildExpectedSnapshot() method in TelephonySubscriptionTrackerTest301 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 …]