Home
last modified time | relevance | path

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

/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DTetheringNotificationUpdaterTest.kt303 notificationUpdater.onUpstreamCapabilitiesChanged(null) in testNoUpstreamNotification()
310 notificationUpdater.onUpstreamCapabilitiesChanged(null) in testNoUpstreamNotification()
314 notificationUpdater.onUpstreamCapabilitiesChanged(HOME_CAPABILITIES) in testNoUpstreamNotification()
318 notificationUpdater.onUpstreamCapabilitiesChanged(null) in testNoUpstreamNotification()
330 notificationUpdater.onUpstreamCapabilitiesChanged(HOME_CAPABILITIES) in testNoUpstreamNotification()
337 notificationUpdater.onUpstreamCapabilitiesChanged(null) in testNoUpstreamNotification()
381 notificationUpdater.onUpstreamCapabilitiesChanged(ROAMING_CAPABILITIES) in testRoamingNotification()
386 notificationUpdater.onUpstreamCapabilitiesChanged(ROAMING_CAPABILITIES) in testRoamingNotification()
390 notificationUpdater.onUpstreamCapabilitiesChanged(HOME_CAPABILITIES) in testRoamingNotification()
394 notificationUpdater.onUpstreamCapabilitiesChanged(ROAMING_CAPABILITIES) in testRoamingNotification()
[all …]
DTetheringTest.java2722 .onUpstreamCapabilitiesChanged(upstreamState.networkCapabilities); in testUpstreamNetworkChanged()
2730 inOrder.verify(mNotificationUpdater, never()).onUpstreamCapabilitiesChanged(any()); in testUpstreamNetworkChanged()
2742 .onUpstreamCapabilitiesChanged(upstreamState3.networkCapabilities); in testUpstreamNetworkChanged()
2749 inOrder.verify(mNotificationUpdater).onUpstreamCapabilitiesChanged(null); in testUpstreamNetworkChanged()
2761 .onUpstreamCapabilitiesChanged(upstreamState.networkCapabilities); in testUpstreamCapabilitiesChanged()
2765 .onUpstreamCapabilitiesChanged(upstreamState.networkCapabilities); in testUpstreamCapabilitiesChanged()
2774 .onUpstreamCapabilitiesChanged(upstreamState.networkCapabilities); in testUpstreamCapabilitiesChanged()
2782 inOrder.verify(mNotificationUpdater, never()).onUpstreamCapabilitiesChanged(any()); in testUpstreamCapabilitiesChanged()
2798 verify(mNotificationUpdater).onUpstreamCapabilitiesChanged( in testUpstreamCapabilitiesChanged_startStopTethering()
2804 verify(mNotificationUpdater).onUpstreamCapabilitiesChanged(null); in testUpstreamCapabilitiesChanged_startStopTethering()
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DTetheringNotificationUpdater.java180 public void onUpstreamCapabilitiesChanged(@Nullable final NetworkCapabilities capabilities) { in onUpstreamCapabilitiesChanged() method in TetheringNotificationUpdater
DTethering.java1852 mNotificationUpdater.onUpstreamCapabilitiesChanged( in chooseUpstreamType()
2021 mNotificationUpdater.onUpstreamCapabilitiesChanged(ns.networkCapabilities); in handleUpstreamNetworkMonitorCallback()
2086 mNotificationUpdater.onUpstreamCapabilitiesChanged(null); in exit()