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

  /packages/apps/Settings/src/com/android/settings/network/
TetherPreferenceController.java 59 private final AtomicReference<BluetoothPan> mBluetoothPan;
66 mBluetoothPan.set((BluetoothPan) proxy);
71 mBluetoothPan.set(null);
83 mBluetoothPan = new AtomicReference<>();
90 mBluetoothPan = new AtomicReference<>();
166 final BluetoothProfile profile = mBluetoothPan.getAndSet(null);
217 final BluetoothPan pan = mBluetoothPan.get();
  /packages/apps/Settings/src/com/android/settings/
TetherSettings.java 88 private AtomicReference<BluetoothPan> mBluetoothPan = new AtomicReference<BluetoothPan>();
201 BluetoothPan pan = mBluetoothPan.get();
217 BluetoothProfile profile = mBluetoothPan.getAndSet(null);
468 BluetoothPan bluetoothPan = mBluetoothPan.get();
583 mBluetoothPan.set((BluetoothPan) proxy);
586 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 233 milliseconds