Home
last modified time | relevance | path

Searched refs:mBluetoothPan (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/
DTetherSettings.java88 private AtomicReference<BluetoothPan> mBluetoothPan = new AtomicReference<BluetoothPan>(); field in TetherSettings
188 BluetoothPan pan = mBluetoothPan.get(); in onCreate()
465 BluetoothPan bluetoothPan = mBluetoothPan.get(); in updateBluetoothState()
592 mBluetoothPan.set((BluetoothPan) proxy);
595 mBluetoothPan.set(null);