Searched refs:TetheringService (Results 1 – 2 of 2) sorted by relevance
67 public class TetheringService extends Service { class68 private static final String TAG = TetheringService.class.getSimpleName();77 mConnector = new TetheringConnector(makeTethering(deps), TetheringService.this); in onCreate()96 private final TetheringService mService;99 TetheringConnector(Tethering tether, TetheringService service) { in TetheringConnector()338 return TetheringService.this; in makeTetheringDependencies()
32 public class MockTetheringService extends TetheringService {