Home
last modified time | relevance | path

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

/aosp12/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
H A DTetheringNotificationUpdater.java89 static final int DOWNSTREAM_NONE = 0; field in TetheringNotificationUpdater
104 private int mDownstreamTypesMask = DOWNSTREAM_NONE;
217 (downstreamTypes == DOWNSTREAM_NONE) != (mDownstreamTypesMask == DOWNSTREAM_NONE); in updateActiveNotifications()
232 final boolean tetheringInactive = mDownstreamTypesMask == DOWNSTREAM_NONE; in updateNoUpstreamNotification()
241 final boolean tetheringInactive = mDownstreamTypesMask == DOWNSTREAM_NONE; in updateRoamingNotification()
H A DTethering.java68 import static com.android.networkstack.tethering.TetheringNotificationUpdater.DOWNSTREAM_NONE;
922 int downstreamTypesMask = DOWNSTREAM_NONE; in sendTetherStateChangedBroadcast()
/aosp12/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
H A DTetheringNotificationUpdaterTest.kt44 import com.android.networkstack.tethering.TetheringNotificationUpdater.DOWNSTREAM_NONE
247 notificationUpdater.onDownstreamChanged(DOWNSTREAM_NONE)
324 notificationUpdater.onDownstreamChanged(DOWNSTREAM_NONE)
406 notificationUpdater.onDownstreamChanged(DOWNSTREAM_NONE)
H A DTetheringTest.java75 import static com.android.networkstack.tethering.TetheringNotificationUpdater.DOWNSTREAM_NONE;
822 verify(mNotificationUpdater, times(1)).onDownstreamChanged(DOWNSTREAM_NONE); in failingLocalOnlyHotspotLegacyApBroadcast()
910 verify(mNotificationUpdater, times(2)).onDownstreamChanged(DOWNSTREAM_NONE); in workingLocalOnlyHotspotEnrichedApBroadcast()
1424 verify(mNotificationUpdater, times(1)).onDownstreamChanged(DOWNSTREAM_NONE); in failingWifiTetheringLegacyApBroadcast()
1468 verify(mNotificationUpdater, times(1)).onDownstreamChanged(DOWNSTREAM_NONE); in workingWifiTetheringEnrichedApBroadcast()
1541 verify(mNotificationUpdater, times(2)).onDownstreamChanged(DOWNSTREAM_NONE); in failureEnablingIpForwarding()
1974 verify(mNotificationUpdater, times(2)).onDownstreamChanged(DOWNSTREAM_NONE); in workingWifiP2pGroupOwner()