Searched refs:mBluetoothPan (Results 1 – 5 of 5) sorted by relevance
108 private AtomicReference<BluetoothPan> mBluetoothPan = new AtomicReference<>(); field in TetherSettings202 BluetoothPan pan = mBluetoothPan.get(); in onCreate()233 BluetoothProfile profile = mBluetoothPan.getAndSet(null); in onDestroy()291 final BluetoothProfile profile = mBluetoothPan.get(); in onReceive()502 final BluetoothPan bluetoothPan = mBluetoothPan.get(); in isBluetoothTetheringOn()610 if (mBluetoothPan.get() == null) {611 mBluetoothPan.set((BluetoothPan) proxy);
134 private final AtomicReference<BluetoothPan> mBluetoothPan; field in TetherEnabler153 mBluetoothPan = bluetoothPan; in TetherEnabler()258 final BluetoothPan pan = mBluetoothPan.get(); in getTetheringState()
80 private BluetoothPan mBluetoothPan; field in TetherEnablerTest104 panReference.set(mBluetoothPan); in setUp()
291 @Mock private BluetoothPan mBluetoothPan; field in TetheringTest3353 when(mBluetoothPan.isTetheringOn()).thenReturn(tetheringOn); in mockBluetoothSettings()3405 listener.onServiceConnected(BluetoothProfile.PAN, mBluetoothPan); in verifySetBluetoothTethering()3422 verify(mBluetoothPan).setBluetoothTethering(enable); in verifySetBluetoothTethering()3424 verify(mBluetoothPan).isTetheringOn(); in verifySetBluetoothTethering()3425 verifyNoMoreInteractions(mBluetoothAdapter, mBluetoothPan); in verifySetBluetoothTethering()3426 reset(mBluetoothAdapter, mBluetoothPan); in verifySetBluetoothTethering()
284 private BluetoothPan mBluetoothPan; field in Tethering783 setBluetoothTetheringSettings(mBluetoothPan, enable, listener); in setBluetoothTethering()815 mBluetoothPan = (BluetoothPan) proxy; in onServiceConnected()819 setBluetoothTetheringSettings(mBluetoothPan, request.first, request.second); in onServiceConnected()