Home
last modified time | relevance | path

Searched refs:Tethering (Results 1 – 25 of 30) sorted by relevance

12

/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DMockTetheringService.java33 private final Tethering mTethering = mock(Tethering.class);
42 public Tethering makeTethering(TetheringDependencies deps) { in makeTethering()
64 public Tethering getTethering() { in getTethering()
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/metrics/
Dstats.proto46 * Logs Tethering events
49 // Tethering error code
52 // Tethering downstream type
/packages/modules/Connectivity/Tethering/tests/integration/
DAndroid.bp52 "//packages/modules/Connectivity/Tethering/tests/mts",
69 "//packages/modules/Connectivity/Tethering/tests:__subpackages__",
84 "//packages/modules/Connectivity/Tethering/tests/mts",
/packages/modules/Connectivity/staticlibs/client-libs/tests/unit/
DAndroid.bp24 // Visible for Tethering and NetworkStack integration test and link NetdStaticLibTestsLib
28 "//packages/modules/Connectivity/Tethering/tests:__subpackages__",
/packages/modules/Connectivity/staticlibs/tests/unit/
DAndroid.bp36 "//frameworks/base/packages/Tethering/tests/integration",
38 "//packages/modules/Connectivity/Tethering/tests:__subpackages__",
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DTetheringService.java88 public Tethering makeTethering(TetheringDependencies deps) { in makeTethering()
89 return new Tethering(deps); in makeTethering()
100 private final Tethering mTethering;
102 TetheringConnector(Tethering tether, TetheringService service) { in TetheringConnector()
DTethering.java173 public class Tethering { class
175 private static final String TAG = Tethering.class.getSimpleName();
180 Tethering.class, TetherMainSM.class, IpServer.class
293 public Tethering(TetheringDependencies deps) { in Tethering() method in Tethering
1378 private final Tethering mTethering;
1382 public UserRestrictionActionListener(@NonNull UserManager um, @NonNull Tethering tethering, in UserRestrictionActionListener()
/packages/modules/SdkExtensions/
Dreleased-flagged-apis.txt57 # Tethering
73 # Tethering
78 # Tethering
/packages/modules/Connectivity/tests/cts/tethering/
DAndroid.bp54 // Tethering CTS tests that target the latest released SDK. These tests can be installed on release
82 // Tethering CTS tests for development and release. These tests always target the platform SDK
/packages/modules/Connectivity/Tethering/common/TetheringLib/
DAndroid.bp27 "//packages/modules/Connectivity/Tethering:__subpackages__",
45 "//packages/modules/Connectivity/Tethering/tests:__subpackages__",
/packages/modules/NetworkStack/
DAndroid.bp278 "//packages/modules/Connectivity/Tethering",
304 "//packages/modules/Connectivity/Tethering",
360 "//packages/modules/Connectivity/Tethering/tests/integration",
381 "//packages/modules/Connectivity/Tethering/tests/integration",
408 "//packages/modules/Connectivity/Tethering/tests/integration",
460 "//packages/modules/Connectivity/Tethering/tests/integration",
/packages/modules/Connectivity/framework/
DAndroid.bp162 "//packages/modules/Connectivity/Tethering/apex",
185 "//packages/modules/Connectivity/Tethering/tests:__subpackages__",
320 // Tethering have a controlled way to depend on newer components like framework-connectivity that
339 "//packages/modules/Connectivity/Tethering:__subpackages__",
Djarjar-excludes.txt22 # Because Tethering can be installed on R without Connectivity, any use
/packages/modules/NetworkStack/common/networkstackclient/
DAndroid.bp174 "//frameworks/base/packages/Tethering",
175 "//packages/modules/Connectivity/Tethering",
263 "//packages/modules/Connectivity/Tethering",
/packages/modules/Connectivity/Tethering/
DAndroid.bp35 // Libraries not including Tethering's own framework-tethering (different flavors of that one
153 // module Tethering missing dependencies: libc++_shared
200 name: "Tethering",
/packages/modules/Connectivity/staticlibs/
DTEST_MAPPING19 "path": "frameworks/base/packages/Tethering"
/packages/modules/Connectivity/tests/common/
DAndroid.bp27 // It is different from the target SDK version of production code (e.g., the Tethering,
61 // Combine Connectivity, NetworkStack and Tethering jarjar rules for coverage target.
95 // Tethering started on SDK 30
/packages/modules/Connectivity/Tethering/apex/permissions/
DAndroid.bp20 default_visibility: ["//packages/modules/Connectivity/Tethering:__subpackages__"],
/packages/modules/Connectivity/Tethering/tests/
DAndroid.bp27 "//packages/modules/Connectivity/Tethering/tests:__subpackages__",
/packages/modules/Connectivity/Tethering/apex/
DAndroid.bp39 // Tethering app to include in the AOSP apex. Branches that disable the "next" targets may use
42 apps: ["TetheringNext"], // Replace to "Tethering" if ConnectivityNextEnableDefaults is false.
/packages/modules/Connectivity/Tethering/tests/mts/
DAndroid.bp22 // don't use Tethering mainline module.
/packages/modules/Connectivity/framework-t/
DAndroid.bp169 "//packages/modules/Connectivity/Tethering/apex",
192 "//packages/modules/Connectivity/Tethering/tests:__subpackages__",
/packages/modules/Connectivity/Tethering/tests/unit/
DAndroid.bp98 "//packages/modules/Connectivity/Tethering/tests:__subpackages__",
/packages/modules/Connectivity/bpf_progs/
DAndroid.bp53 "//packages/modules/Connectivity/Tethering",
/packages/modules/NetworkStack/tests/unit/
DAndroid.bp90 "//packages/modules/Connectivity/Tethering/tests:__subpackages__",

12