Searched refs:TetherService (Results 1 – 4 of 4) sorted by relevance
30 import static com.android.settings.wifi.tether.TetherService.EXTRA_TETHER_PROVISIONING_RESPONSE;31 import static com.android.settings.wifi.tether.TetherService.EXTRA_TETHER_SILENT_PROVISIONING_ACTIO…32 import static com.android.settings.wifi.tether.TetherService.EXTRA_TETHER_SUBID;72 public class TetherServiceTest extends ServiceTestCase<TetherService> {84 private TetherService mService;101 super(TetherService.class); in TetherServiceTest()363 responseIntent.putExtra(TetherService.EXTRA_RESULT, response); in sendResponse()370 extends TetherService.TetherServiceWrapper {
50 public class TetherService extends Service { class317 Intent intent = new Intent(this, TetherService.class); in scheduleAlarm()336 Intent intent = new Intent(context, TetherService.class); in cancelRecheckAlarmIfNecessary()347 Intent intent = new Intent(this, TetherService.class); in cancelAlarmIfNecessary()
35 TetherService.cancelRecheckAlarmIfNecessary( in onReceive()
58 public class TetherService extends Service { class