Home
last modified time | relevance | path

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

/frameworks/base/packages/Tethering/src/com/android/networkstack/tethering/
DTetheringNotificationUpdater.java105 private boolean mNoUpstream = false; field in TetheringNotificationUpdater
171 mActiveDataSubId, downstreamTypesMask, mNoUpstream, mRoaming); in onDownstreamChanged()
176 updateActiveNotifications(subId, mDownstreamTypesMask, mNoUpstream, mRoaming); in onActiveDataSubscriptionIdChanged()
219 final boolean upstreamChanged = noUpstream != mNoUpstream; in updateActiveNotifications()
224 mNoUpstream = noUpstream; in updateActiveNotifications()
234 if (tetheringInactive || !mNoUpstream || setupNoUpstreamNotification() == NO_NOTIFY) { in updateNoUpstreamNotification()