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