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

  /packages/apps/Settings/src/com/android/settings/network/
TetherPreferenceController.java 56 private final AtomicReference<BluetoothPan> mBluetoothPan;
62 mBluetoothPan.set((BluetoothPan) proxy);
67 mBluetoothPan.set(null);
79 mBluetoothPan = new AtomicReference<>();
86 mBluetoothPan = new AtomicReference<>();
159 final BluetoothProfile profile = mBluetoothPan.getAndSet(null);
205 final BluetoothPan pan = mBluetoothPan.get();
  /packages/apps/Settings/src/com/android/settings/
TetherSettings.java 87 private AtomicReference<BluetoothPan> mBluetoothPan = new AtomicReference<BluetoothPan>();
189 BluetoothPan pan = mBluetoothPan.get();
205 BluetoothProfile profile = mBluetoothPan.getAndSet(null);
481 BluetoothPan bluetoothPan = mBluetoothPan.get();
611 mBluetoothPan.set((BluetoothPan) proxy);
614 mBluetoothPan.set(null);
  /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 77 milliseconds