Home
last modified time | relevance | path

Searched refs:TetherService (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Settings/tests/unit/src/com/android/settings/wifi/tether/
DTetherServiceTest.java30 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 {
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/wifi/tether/
DTetherService.java50 public class TetherService extends Service { class
317 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()
DHotspotOffReceiver.java35 TetherService.cancelRecheckAlarmIfNecessary( in onReceive()
/packages/apps/Settings/src/com/android/settings/wifi/tether/
DTetherService.java58 public class TetherService extends Service { class