Home
last modified time | relevance | path

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

/aosp12/packages/modules/Connectivity/Tethering/src/android/net/util/
H A DTetheringUtils.java166 && request.connectivityScope == otherRequest.connectivityScope; in isTetheringRequestEquals()
/aosp12/packages/modules/Connectivity/Tethering/common/TetheringLib/src/android/net/
H A DTetheringRequestParcel.aidl31 int connectivityScope;
H A DTetheringManager.java609 mBuilderParcel.connectivityScope = getDefaultConnectivityScope(type);
665 mBuilderParcel.connectivityScope = scope;
703 return mRequestParcel.connectivityScope;
/aosp12/packages/modules/Connectivity/Tethering/tests/unit/src/android/net/util/
H A DTetheringUtilsTest.java109 request.connectivityScope = CONNECTIVITY_SCOPE_LOCAL; in testIsTetheringRequestEquals()
/aosp12/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
H A DTethering.java894 final int connectivityScope = (request != null) in getRequestedState() local
895 ? request.connectivityScope in getRequestedState()
898 return connectivityScope == CONNECTIVITY_SCOPE_LOCAL in getRequestedState()
/aosp12/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
H A DTetheringTest.java689 request.connectivityScope = scope; in createTetheringRequestParcel()