Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/service/tests/src/com/android/server/bluetooth/
DBluetoothManagerServiceTest.java85 @Spy BluetoothServerProxy mBluetoothServerProxy; field in BluetoothManagerServiceTest
112 .when(mBluetoothServerProxy) in setUp()
115 .when(mBluetoothServerProxy) in setUp()
119 .when(mBluetoothServerProxy) in setUp()
125 .when(mBluetoothServerProxy) in setUp()
129 .when(mBluetoothServerProxy) in setUp()
138 doReturn(mAdapterBinder).when(mBluetoothServerProxy).createAdapterBinder(any()); in setUp()
153 BluetoothServerProxy.setInstanceForTesting(mBluetoothServerProxy); in setUp()