Home
last modified time | relevance | path

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

/aosp12/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
H A DTetheringService.java66 public class TetheringService extends Service { class
67 private static final String TAG = TetheringService.class.getSimpleName();
77 mConnector = new TetheringConnector(makeTethering(deps), TetheringService.this); in onCreate()
97 private final TetheringService mService;
100 TetheringConnector(Tethering tether, TetheringService service) { in TetheringConnector()
320 return TetheringService.this; in makeTetheringDependencies()
/aosp12/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
H A DMockTetheringService.java32 public class MockTetheringService extends TetheringService {