Home
last modified time | relevance | path

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

/frameworks/base/packages/Tethering/src/com/android/networkstack/tethering/
DTetheringNotificationUpdater.java214 private void updateActiveNotifications(final int subId, final int downstreamTypes, in updateActiveNotifications() argument
217 (downstreamTypes == DOWNSTREAM_NONE) != (mDownstreamTypesMask == DOWNSTREAM_NONE); in updateActiveNotifications()
223 mDownstreamTypesMask = downstreamTypes; in updateActiveNotifications()