Searched refs:DOWNSTREAM_NONE (Results 1 – 4 of 4) sorted by relevance
89 static final int DOWNSTREAM_NONE = 0; field in TetheringNotificationUpdater104 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()
68 import static com.android.networkstack.tethering.TetheringNotificationUpdater.DOWNSTREAM_NONE;922 int downstreamTypesMask = DOWNSTREAM_NONE; in sendTetherStateChangedBroadcast()
44 import com.android.networkstack.tethering.TetheringNotificationUpdater.DOWNSTREAM_NONE247 notificationUpdater.onDownstreamChanged(DOWNSTREAM_NONE)324 notificationUpdater.onDownstreamChanged(DOWNSTREAM_NONE)406 notificationUpdater.onDownstreamChanged(DOWNSTREAM_NONE)
75 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()