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