Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/tests/util/src/android/bluetooth/test_utils/
DTestUtils.java201 private BluetoothProfile mProfileProxy = null; field in TestUtils.BluetoothCtsServiceConnector
222 return mProfileProxy; in getProfileProxy()
227 if (mProfileProxy != null) { in closeProfileProxy()
228 mAdapter.closeProfileProxy(mProfileId, mProfileProxy); in closeProfileProxy()
229 mProfileProxy = null; in closeProfileProxy()
308 mProfileProxy = proxy;