/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/ |
D | MockTetheringService.java | 33 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/ |
D | stats.proto | 46 * Logs Tethering events 49 // Tethering error code 52 // Tethering downstream type
|
/packages/modules/Connectivity/Tethering/tests/integration/ |
D | Android.bp | 52 "//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/ |
D | Android.bp | 24 // Visible for Tethering and NetworkStack integration test and link NetdStaticLibTestsLib 28 "//packages/modules/Connectivity/Tethering/tests:__subpackages__",
|
/packages/modules/Connectivity/staticlibs/tests/unit/ |
D | Android.bp | 36 "//frameworks/base/packages/Tethering/tests/integration", 38 "//packages/modules/Connectivity/Tethering/tests:__subpackages__",
|
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/ |
D | TetheringService.java | 88 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()
|
D | Tethering.java | 173 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/ |
D | released-flagged-apis.txt | 57 # Tethering 73 # Tethering 78 # Tethering
|
/packages/modules/Connectivity/tests/cts/tethering/ |
D | Android.bp | 54 // 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/ |
D | Android.bp | 27 "//packages/modules/Connectivity/Tethering:__subpackages__", 45 "//packages/modules/Connectivity/Tethering/tests:__subpackages__",
|
/packages/modules/NetworkStack/ |
D | Android.bp | 278 "//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/ |
D | Android.bp | 162 "//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__",
|
D | jarjar-excludes.txt | 22 # Because Tethering can be installed on R without Connectivity, any use
|
/packages/modules/NetworkStack/common/networkstackclient/ |
D | Android.bp | 174 "//frameworks/base/packages/Tethering", 175 "//packages/modules/Connectivity/Tethering", 263 "//packages/modules/Connectivity/Tethering",
|
/packages/modules/Connectivity/Tethering/ |
D | Android.bp | 35 // 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/ |
D | TEST_MAPPING | 19 "path": "frameworks/base/packages/Tethering"
|
/packages/modules/Connectivity/tests/common/ |
D | Android.bp | 27 // 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/ |
D | Android.bp | 20 default_visibility: ["//packages/modules/Connectivity/Tethering:__subpackages__"],
|
/packages/modules/Connectivity/Tethering/tests/ |
D | Android.bp | 27 "//packages/modules/Connectivity/Tethering/tests:__subpackages__",
|
/packages/modules/Connectivity/Tethering/apex/ |
D | Android.bp | 39 // 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/ |
D | Android.bp | 22 // don't use Tethering mainline module.
|
/packages/modules/Connectivity/framework-t/ |
D | Android.bp | 169 "//packages/modules/Connectivity/Tethering/apex", 192 "//packages/modules/Connectivity/Tethering/tests:__subpackages__",
|
/packages/modules/Connectivity/Tethering/tests/unit/ |
D | Android.bp | 98 "//packages/modules/Connectivity/Tethering/tests:__subpackages__",
|
/packages/modules/Connectivity/bpf_progs/ |
D | Android.bp | 53 "//packages/modules/Connectivity/Tethering",
|
/packages/modules/NetworkStack/tests/unit/ |
D | Android.bp | 90 "//packages/modules/Connectivity/Tethering/tests:__subpackages__",
|