Searched refs:onNewSnapshot (Results 1 – 4 of 4) sorted by relevance
283 verify(mCallback).onNewSnapshot( in verifyNoActiveSubscriptions()376 verify(mCallback).onNewSnapshot(eq(buildExpectedSnapshot(TEST_PRIVILEGED_PACKAGES))); in testMultiSimConfigChanged()400 verify(mCallback).onNewSnapshot(snapshotCaptor.capture()); in testOnSubscriptionsChangedFired_onActiveSubIdsChanged()420 verify(mCallback).onNewSnapshot(eq(buildExpectedSnapshot(privilegedPackages))); in testOnSubscriptionsChangedFired_WithReadySubidsNoPrivilegedPackages()432 verify(mCallback).onNewSnapshot(eq(buildExpectedSnapshot(TEST_PRIVILEGED_PACKAGES))); in testOnSubscriptionsChangedFired_WithReadySubidsAndPrivilegedPackages()443 verify(mCallback).onNewSnapshot(eq(buildExpectedSnapshot(TEST_PRIVILEGED_PACKAGES))); in testOnCarrierPrivilegesChanged()464 verify(mCallback).onNewSnapshot(eq(buildExpectedSnapshot(emptyMap(), emptyMap()))); in testReceiveBroadcast_ConfigReadyNoSubscriptions()500 verify(mCallback).onNewSnapshot(eq(buildExpectedSnapshot(emptyMap(), emptyMap()))); in testSubscriptionsClearedAfterValidTriggersCallbacks()525 .onNewSnapshot( in testCarrierConfigUpdatedAfterValidTriggersCallbacks()545 .onNewSnapshot( in testSlotClearedAfterValidTriggersCallbacks()[all …]
274 mCallback.onNewSnapshot(newSnapshot); in handleSubscriptionsChanged()552 void onNewSnapshot(@NonNull TelephonySubscriptionSnapshot snapshot); in onNewSnapshot() method
289 mTelephonySubscriptionTrackerCb.onNewSnapshot(mLastSnapshot); in VcnManagementService()554 public void onNewSnapshot(@NonNull TelephonySubscriptionSnapshot snapshot) { in onNewSnapshot() method in VcnManagementService.VcnSubscriptionTrackerCallback
387 cb.onNewSnapshot(snapshot); in triggerSubscriptionTrackerCbAndGetSnapshot()1497 cb.onNewSnapshot(snapshot); in testVcnCarrierConfigChangeUpdatesPolicyListener()