Home
last modified time | relevance | path

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

/aosp12/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
H A DTetheringNotificationUpdater.java104 private int mDownstreamTypesMask = DOWNSTREAM_NONE; field in TetheringNotificationUpdater
176 updateActiveNotifications(subId, mDownstreamTypesMask, mNoUpstream, mRoaming); in onActiveDataSubscriptionIdChanged()
185 mActiveDataSubId, mDownstreamTypesMask, isNoUpstream, isRoaming); in onUpstreamCapabilitiesChanged()
217 (downstreamTypes == DOWNSTREAM_NONE) != (mDownstreamTypesMask == DOWNSTREAM_NONE); in updateActiveNotifications()
223 mDownstreamTypesMask = downstreamTypes; in updateActiveNotifications()
232 final boolean tetheringInactive = mDownstreamTypesMask == DOWNSTREAM_NONE; in updateNoUpstreamNotification()
241 final boolean tetheringInactive = mDownstreamTypesMask == DOWNSTREAM_NONE; in updateRoamingNotification()