Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/network/
DTetherPreferenceController.java61 private final AtomicReference<BluetoothPan> mBluetoothPan; field in TetherPreferenceController
68 mBluetoothPan.set((BluetoothPan) proxy);
73 mBluetoothPan.set(null);
85 mBluetoothPan = new AtomicReference<>(); in TetherPreferenceController()
92 mBluetoothPan = new AtomicReference<>(); in TetherPreferenceController()
165 final BluetoothProfile profile = mBluetoothPan.getAndSet(null); in onDestroy()
216 final BluetoothPan pan = mBluetoothPan.get(); in updateSummary()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/network/
DTetherPreferenceController.java61 private final AtomicReference<BluetoothPan> mBluetoothPan; field in TetherPreferenceController
68 mBluetoothPan.set((BluetoothPan) proxy);
73 mBluetoothPan.set(null);
85 mBluetoothPan = new AtomicReference<>(); in TetherPreferenceController()
92 mBluetoothPan = new AtomicReference<>(); in TetherPreferenceController()
165 final BluetoothProfile profile = mBluetoothPan.getAndSet(null); in onDestroy()
216 final BluetoothPan pan = mBluetoothPan.get(); in updateSummary()
/packages/services/Car/service/src/com/android/car/
DCarBluetoothUserService.java59 private BluetoothPan mBluetoothPan = null; field in CarBluetoothUserService
158 if (mBluetoothPan != null) { in closeBluetoothConnectionProxies()
159 mBluetoothAdapter.closeProfileProxy(BluetoothProfile.PAN, mBluetoothPan); in closeBluetoothConnectionProxies()
204 mBluetoothPan = (BluetoothPan) proxy;
247 mBluetoothPan = null;
316 return mBluetoothPan.connect(device); in bluetoothConnectToProfile()
348 return mBluetoothPan.disconnect(device); in bluetoothDisconnectFromProfile()
/packages/apps/Settings/src/com/android/settings/
DTetherSettings.java84 private AtomicReference<BluetoothPan> mBluetoothPan = new AtomicReference<>(); field in TetherSettings
166 BluetoothPan pan = mBluetoothPan.get(); in onCreate()
182 BluetoothProfile profile = mBluetoothPan.getAndSet(null); in onDestroy()
367 BluetoothPan bluetoothPan = mBluetoothPan.get(); in updateBluetoothState()
440 mBluetoothPan.set((BluetoothPan) proxy);
443 mBluetoothPan.set(null);
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/
DTetherSettings.java84 private AtomicReference<BluetoothPan> mBluetoothPan = new AtomicReference<>(); field in TetherSettings
166 BluetoothPan pan = mBluetoothPan.get(); in onCreate()
182 BluetoothProfile profile = mBluetoothPan.getAndSet(null); in onDestroy()
367 BluetoothPan bluetoothPan = mBluetoothPan.get(); in updateBluetoothState()
440 mBluetoothPan.set((BluetoothPan) proxy);
443 mBluetoothPan.set(null);