Searched refs:updateSubscriptionSnapshot (Results 1 – 8 of 8) sorted by relevance
195 mVcn.updateSubscriptionSnapshot(updatedSnapshot); in verifyUpdateSubscriptionSnapshotNotifiesGatewayConnections()199 verify(gateway).updateSubscriptionSnapshot(eq(updatedSnapshot)); in verifyUpdateSubscriptionSnapshotNotifiesGatewayConnections()268 mVcn.updateSubscriptionSnapshot(updatedSnapshot); in testSubscriptionSnapshotUpdatesMobileDataState()283 mVcn.updateSubscriptionSnapshot(updatedSnapshot); in testSubscriptionSnapshotUpdatesMobileDataStateListeners()
262 mGatewayConnection.updateSubscriptionSnapshot(updatedSnapshot); in testSubscriptionSnapshotUpdateNotifiesUnderlyingNetworkController()264 verify(mUnderlyingNetworkController).updateSubscriptionSnapshot(eq(updatedSnapshot)); in testSubscriptionSnapshotUpdateNotifiesUnderlyingNetworkController()
247 public void updateSubscriptionSnapshot(@NonNull TelephonySubscriptionSnapshot snapshot) { in updateSubscriptionSnapshot() method in Vcn473 gatewayConnection.updateSubscriptionSnapshot(mLastSnapshot); in handleSubscriptionsChanged()
886 public void updateSubscriptionSnapshot(@NonNull TelephonySubscriptionSnapshot snapshot) { in updateSubscriptionSnapshot() method in VcnGatewayConnection891 mUnderlyingNetworkController.updateSubscriptionSnapshot(mLastSnapshot); in updateSubscriptionSnapshot()
423 mUnderlyingNetworkController.updateSubscriptionSnapshot(subscriptionUpdate); in testUpdateSubscriptionSnapshot()562 mUnderlyingNetworkController.updateSubscriptionSnapshot(subscriptionUpdate); in testUpdateSubscriptionSnapshotAndCarrierConfig()
405 public void updateSubscriptionSnapshot(@NonNull TelephonySubscriptionSnapshot newSnapshot) { in updateSubscriptionSnapshot() method in UnderlyingNetworkController
649 entry.getValue().updateSubscriptionSnapshot(mLastSnapshot); in onNewSnapshot()
1431 verify(vcnInstance).updateSubscriptionSnapshot(eq(snapshot)); in testSubscriptionSnapshotUpdateNotifiesVcn()