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

/packages/apps/Phone/src/com/android/phone/
H A DBluetoothHandsfree.java103 private boolean mPendingSco; // waiting for a2dp sink to suspend before establishing SCO field in class:BluetoothHandsfree
917 if (mPendingSco) {
921 mPendingSco = false;
1418 // Protect test/change of mPendingSco
1419 if (mPendingSco && isA2dpMultiProfile()) {
1423 mPendingSco = false;
1550 if (mPendingSco) {
1556 mPendingSco = false;
1561 mPendingSco = true;
1569 if (!mPendingSco) {
[all...]

Completed in 61 milliseconds