Searched refs:onUpstreamCapabilitiesChanged (Results 1 – 4 of 4) sorted by relevance
246 notificationUpdater.onUpstreamCapabilitiesChanged(null) in testNoUpstreamNotification()252 notificationUpdater.onUpstreamCapabilitiesChanged(null) in testNoUpstreamNotification()256 notificationUpdater.onUpstreamCapabilitiesChanged(HOME_CAPABILITIES) in testNoUpstreamNotification()260 notificationUpdater.onUpstreamCapabilitiesChanged(null) in testNoUpstreamNotification()271 notificationUpdater.onUpstreamCapabilitiesChanged(HOME_CAPABILITIES) in testNoUpstreamNotification()278 notificationUpdater.onUpstreamCapabilitiesChanged(null) in testNoUpstreamNotification()317 notificationUpdater.onUpstreamCapabilitiesChanged(ROAMING_CAPABILITIES) in testRoamingNotification()322 notificationUpdater.onUpstreamCapabilitiesChanged(ROAMING_CAPABILITIES) in testRoamingNotification()326 notificationUpdater.onUpstreamCapabilitiesChanged(HOME_CAPABILITIES) in testRoamingNotification()330 notificationUpdater.onUpstreamCapabilitiesChanged(ROAMING_CAPABILITIES) in testRoamingNotification()[all …]
1763 verify(mNotificationUpdater, times(1)).onUpstreamCapabilitiesChanged(any()); in testUpstreamNetworkChanged()1777 verify(mNotificationUpdater, times(2)).onUpstreamCapabilitiesChanged(any()); in testUpstreamCapabilitiesChanged()1785 verify(mNotificationUpdater, never()).onUpstreamCapabilitiesChanged(any()); in testUpstreamCapabilitiesChanged()
180 public void onUpstreamCapabilitiesChanged(@Nullable final NetworkCapabilities capabilities) { in onUpstreamCapabilitiesChanged() method in TetheringNotificationUpdater
1722 mNotificationUpdater.onUpstreamCapabilitiesChanged(ns.networkCapabilities); in handleUpstreamNetworkMonitorCallback()2131 mNotificationUpdater.onUpstreamCapabilitiesChanged(capabilities); in reportUpstreamChanged()