Home
last modified time | relevance | path

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

/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
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()
DTethering.java67 import static com.android.networkstack.tethering.TetheringNotificationUpdater.DOWNSTREAM_NONE;
1090 int downstreamTypesMask = DOWNSTREAM_NONE; in sendTetherStateChangedBroadcast()
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DTetheringNotificationUpdaterTest.kt44 import com.android.networkstack.tethering.TetheringNotificationUpdater.DOWNSTREAM_NONE
248 notificationUpdater.onDownstreamChanged(DOWNSTREAM_NONE) in testRestrictedNotification()
325 notificationUpdater.onDownstreamChanged(DOWNSTREAM_NONE) in testNoUpstreamNotification()
407 notificationUpdater.onDownstreamChanged(DOWNSTREAM_NONE) in testRoamingNotification()
DTetheringTest.java80 import static com.android.networkstack.tethering.TetheringNotificationUpdater.DOWNSTREAM_NONE;
903 verify(mNotificationUpdater, times(1)).onDownstreamChanged(DOWNSTREAM_NONE); in failingLocalOnlyHotspotLegacyApBroadcast()
1008 verify(mNotificationUpdater, times(2)).onDownstreamChanged(DOWNSTREAM_NONE); in verifyStartHotspot()
1011 verify(mNotificationUpdater).onDownstreamChanged(DOWNSTREAM_NONE); in verifyStartHotspot()
1926 verify(mNotificationUpdater, times(1)).onDownstreamChanged(DOWNSTREAM_NONE); in failingWifiTetheringLegacyApBroadcast()
2020 verify(mNotificationUpdater, times(2)).onDownstreamChanged(DOWNSTREAM_NONE); in failureEnablingIpForwarding()
2465 verify(mNotificationUpdater, times(2)).onDownstreamChanged(DOWNSTREAM_NONE); in workingWifiP2pGroupOwner()