Searched refs:mBluetoothPan (Results 1 – 5 of 5) sorted by relevance
60 private final AtomicReference<BluetoothPan> mBluetoothPan; field in TetherPreferenceController67 mBluetoothPan.set((BluetoothPan) proxy);72 mBluetoothPan.set(null);84 mBluetoothPan = new AtomicReference<>(); in TetherPreferenceController()91 mBluetoothPan = new AtomicReference<>(); in TetherPreferenceController()161 final BluetoothProfile profile = mBluetoothPan.getAndSet(null); in onDestroy()212 final BluetoothPan pan = mBluetoothPan.get(); in updateSummary()
59 private BluetoothPan mBluetoothPan = null; field in CarBluetoothUserService138 mBluetoothAdapter.closeProfileProxy(BluetoothProfile.PAN, mBluetoothPan); in closeBluetoothConnectionProxies()139 mBluetoothPan = null; in closeBluetoothConnectionProxies()174 mBluetoothPan = (BluetoothPan) proxy;292 return mBluetoothPan.connect(device); in bluetoothConnectToProfile()334 return mBluetoothPan.disconnect(device); in bluetoothDisconnectFromProfile()
83 private AtomicReference<BluetoothPan> mBluetoothPan = new AtomicReference<>(); field in TetherSettings165 BluetoothPan pan = mBluetoothPan.get(); in onCreate()181 BluetoothProfile profile = mBluetoothPan.getAndSet(null); in onDestroy()366 BluetoothPan bluetoothPan = mBluetoothPan.get(); in updateBluetoothState()420 mBluetoothPan.set((BluetoothPan) proxy);423 mBluetoothPan.set(null);
92 private AtomicReference<BluetoothPan> mBluetoothPan = new AtomicReference<>(); field in TetherSettings184 BluetoothPan pan = mBluetoothPan.get(); in onCreate()201 BluetoothProfile profile = mBluetoothPan.getAndSet(null); in onDestroy()398 BluetoothPan bluetoothPan = mBluetoothPan.get(); in updateBluetoothState()483 mBluetoothPan.set((BluetoothPan) proxy);486 mBluetoothPan.set(null);