Home | History | Annotate | Download | only in bluetooth

Lines Matching refs:mHeadset

319                         mHeadset = (BluetoothHeadset) proxy;
339 mHeadset = null;
360 private BluetoothHeadset mHeadset = null;
1447 if (mHeadset != null) {
1448 return mHeadset;
1473 while (mHeadset == null && System.currentTimeMillis() - s < CONNECT_PROXY_TIMEOUT) {
1476 return mHeadset;