Home
last modified time | relevance | path

Searched refs:onUpstreamCapabilitiesChanged (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/Tethering/tests/unit/src/com/android/networkstack/tethering/
DTetheringNotificationUpdaterTest.kt246 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 …]
DTetheringTest.java1763 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()
/frameworks/base/packages/Tethering/src/com/android/networkstack/tethering/
DTetheringNotificationUpdater.java180 public void onUpstreamCapabilitiesChanged(@Nullable final NetworkCapabilities capabilities) { in onUpstreamCapabilitiesChanged() method in TetheringNotificationUpdater
DTethering.java1722 mNotificationUpdater.onUpstreamCapabilitiesChanged(ns.networkCapabilities); in handleUpstreamNetworkMonitorCallback()
2131 mNotificationUpdater.onUpstreamCapabilitiesChanged(capabilities); in reportUpstreamChanged()