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

  /frameworks/base/core/java/android/bluetooth/
BluetoothPan.java 363 public boolean isTetheringOn() {
364 if (VDBG) log("isTetheringOn()");
368 return service.isTetheringOn();
  /frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
BluetoothTestUtils.java 696 assertTrue(mPan.isTetheringOn());
714 assertFalse(mPan.isTetheringOn());
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/pan/
PanService.java 270 Log.d(TAG, "isTetheringOn call getPanLocalRoleNative");
280 public boolean isTetheringOn() {
286 return service.isTetheringOn();
348 Log.d(TAG, "isTetheringOn call getPanLocalRoleNative");
355 Log.d(TAG, "isTetheringOn call getPanLocalRoleNative");
360 public boolean isTetheringOn() {
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
android-all-stubs.jar 

Completed in 265 milliseconds