Searched refs:TetherServiceWrapper (Results 1 – 1 of 1) sorted by relevance
91 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 TetherService375 TetherServiceWrapper(Context context) { in TetherServiceWrapper() method in TetherService.TetherServiceWrapper