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.java60 private final AtomicReference<BluetoothPan> mBluetoothPan; field in TetherPreferenceController
67 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()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/network/
DTetherPreferenceController.java60 private final AtomicReference<BluetoothPan> mBluetoothPan; field in TetherPreferenceController
67 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()
/packages/services/Car/service/src/com/android/car/
DCarBluetoothUserService.java59 private BluetoothPan mBluetoothPan = null; field in CarBluetoothUserService
138 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()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/
DTetherSettings.java83 private AtomicReference<BluetoothPan> mBluetoothPan = new AtomicReference<>(); field in TetherSettings
165 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);
/packages/apps/Settings/src/com/android/settings/
DTetherSettings.java92 private AtomicReference<BluetoothPan> mBluetoothPan = new AtomicReference<>(); field in TetherSettings
184 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);