Searched refs:buildExpectedSnapshot (Results 1 – 1 of 1) sorted by relevance
254 private TelephonySubscriptionSnapshot buildExpectedSnapshot( in buildExpectedSnapshot() method in TelephonySubscriptionTrackerTest256 return buildExpectedSnapshot(TEST_SUBID_TO_INFO_MAP, privilegedPackages); in buildExpectedSnapshot()259 private TelephonySubscriptionSnapshot buildExpectedSnapshot( in buildExpectedSnapshot() method in TelephonySubscriptionTrackerTest262 return buildExpectedSnapshot(0, subIdToInfoMap, privilegedPackages); in buildExpectedSnapshot()265 private TelephonySubscriptionSnapshot buildExpectedSnapshot( in buildExpectedSnapshot() method in TelephonySubscriptionTrackerTest269 return buildExpectedSnapshot( in buildExpectedSnapshot()273 private TelephonySubscriptionSnapshot buildExpectedSnapshot( in buildExpectedSnapshot() method in TelephonySubscriptionTrackerTest420 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 …]