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()
257 mGatewayConnection.updateSubscriptionSnapshot(updatedSnapshot); in testSubscriptionSnapshotUpdateNotifiesUnderlyingNetworkController()259 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()
389 public void updateSubscriptionSnapshot(@NonNull TelephonySubscriptionSnapshot newSnapshot) { in updateSubscriptionSnapshot() method in UnderlyingNetworkController
394 mUnderlyingNetworkController.updateSubscriptionSnapshot(subscriptionUpdate); in testUpdateSubscriptionSnapshot()
625 entry.getValue().updateSubscriptionSnapshot(mLastSnapshot); in onNewSnapshot()
1420 verify(vcnInstance).updateSubscriptionSnapshot(eq(snapshot)); in testSubscriptionSnapshotUpdateNotifiesVcn()