HomeSort by relevance Sort by last modified time
    Searched defs:TetherService (Results 1 - 3 of 3) sorted by null

  /packages/apps/Settings/src/com/android/settings/
HotspotOffReceiver.java 33 if (DEBUG) Log.d(TAG, "TetherService.cancelRecheckAlarmIfNecessary called");
35 TetherService.cancelRecheckAlarmIfNecessary(
TetherService.java 48 public class TetherService extends Service {
49 private static final String TAG = "TetherService";
81 if (DEBUG) Log.d(TAG, "Creating TetherService");
164 Log.e(TAG, "TetherService getting destroyed while mid-provisioning"
170 if (DEBUG) Log.d(TAG, "Destroying TetherService");
287 Intent intent = new Intent(this, TetherService.class);
308 Intent intent = new Intent(context, TetherService.class);
319 Intent intent = new Intent(this, TetherService.class);
  /packages/apps/Settings/tests/unit/src/com/android/settings/
TetherServiceTest.java 61 import com.android.settings.TetherService;
74 public class TetherServiceTest extends ServiceTestCase<TetherService> {
87 private TetherService mService;
106 super(TetherService.class);
199 assertEquals(TetherService.class.getName(), pi.getIntent().getComponent().getClassName());
268 assertEquals(TetherService.class.getName(), pi.getIntent().getComponent().getClassName());
419 responseIntent.putExtra(TetherService.EXTRA_RESULT, response);
426 extends TetherService.UsageStatsManagerWrapper {

Completed in 105 milliseconds