Searched defs:mHeadset (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
H A DBluetoothTestUtils.java323 mHeadset = (BluetoothHeadset) proxy;
343 mHeadset = null;
364 private BluetoothHeadset mHeadset = null; field in class:BluetoothTestUtils
1442 if (mHeadset != null) {
1443 return mHeadset;
1468 while (mHeadset == null && System.currentTimeMillis() - s < CONNECT_PROXY_TIMEOUT) {
1471 return mHeadset;

Completed in 32 milliseconds