Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/wifi/tether/
DTetherService.java91 private TetherServiceWrapper mWrapper;
356 void setTetherServiceWrapper(TetherServiceWrapper wrapper) { in setTetherServiceWrapper()
360 private TetherServiceWrapper getTetherServiceWrapper() { in getTetherServiceWrapper()
362 mWrapper = new TetherServiceWrapper(this); in getTetherServiceWrapper()
372 public static class TetherServiceWrapper { class in TetherService
375 TetherServiceWrapper(Context context) { in TetherServiceWrapper() method in TetherService.TetherServiceWrapper