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

  /frameworks/base/core/java/android/bluetooth/
BluetoothPan.java 358 public boolean isTetheringOn() {
359 if (VDBG) log("isTetheringOn()");
363 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 256 if(DBG) Log.d(TAG, "isTetheringOn call getPanLocalRoleNative");
261 public boolean isTetheringOn() {
265 return service.isTetheringOn();
314 if(DBG) Log.d(TAG, "isTetheringOn call getPanLocalRoleNative");
318 if(DBG) Log.d(TAG, "isTetheringOn call getPanLocalRoleNative");
321 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/lib/
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 

Completed in 294 milliseconds