Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/wifi/tether/
DTetherService.java91 private TetherServiceWrapper mWrapper;
354 void setTetherServiceWrapper(TetherServiceWrapper wrapper) { in setTetherServiceWrapper()
358 private TetherServiceWrapper getTetherServiceWrapper() { in getTetherServiceWrapper()
360 mWrapper = new TetherServiceWrapper(this); in getTetherServiceWrapper()
370 public static class TetherServiceWrapper { class in TetherService
373 TetherServiceWrapper(Context context) { in TetherServiceWrapper() method in TetherService.TetherServiceWrapper
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/wifi/tether/
DTetherService.java80 private TetherServiceWrapper mWrapper;
419 void setTetherServiceWrapper(TetherServiceWrapper wrapper) { in setTetherServiceWrapper()
423 private TetherServiceWrapper getTetherServiceWrapper() { in getTetherServiceWrapper()
425 mWrapper = new TetherServiceWrapper(this); in getTetherServiceWrapper()
435 public static class TetherServiceWrapper { class in TetherService
438 TetherServiceWrapper(Context context) { in TetherServiceWrapper() method in TetherService.TetherServiceWrapper
/packages/apps/Settings/tests/unit/src/com/android/settings/wifi/tether/
DTetherServiceTest.java370 extends TetherService.TetherServiceWrapper {