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

  /frameworks/base/core/java/android/bluetooth/
BluetoothPan.java 351 public void setBluetoothTethering(boolean value) {
352 if (DBG) log("setBluetoothTethering(" + value + ")");
356 service.setBluetoothTethering(value);
  /packages/apps/Bluetooth/src/com/android/bluetooth/pan/
PanService.java 290 public void setBluetoothTethering(boolean value) {
295 Log.d(TAG, "setBluetoothTethering: " + value + ", mTetherOn: " + service.mTetherOn);
296 service.setBluetoothTethering(value);
365 void setBluetoothTethering(boolean value) {
367 Log.d(TAG, "setBluetoothTethering: " + value + ", mTetherOn: " + mTetherOn);
  /frameworks/base/services/core/java/com/android/server/connectivity/
Tethering.java 450 setBluetoothTethering(enable, receiver);
482 private void setBluetoothTethering(final boolean enable, final ResultReceiver receiver) {
497 ((BluetoothPan) proxy).setBluetoothTethering(enable);
    [all...]
  /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 
android-all-7.0.0_r1-robolectric-0.jar 

Completed in 99 milliseconds