Searched refs:mBluetoothPhoneState (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Phone/src/com/android/phone/
H A DBluetoothHandsfree.java126 private final BluetoothPhoneState mBluetoothPhoneState; // for CIND and CIEV updates field in class:BluetoothHandsfree
248 mBluetoothPhoneState = new BluetoothPhoneState();
578 mBluetoothPhoneState.ring();
1386 // notify mBluetoothPhoneState that the SCO channel has closed
1387 mBluetoothPhoneState.scoClosed();
1434 synchronized (mBluetoothPhoneState) {
1436 if (mBluetoothPhoneState.mCall == 1) {
1445 mBluetoothPhoneState.updateBatteryState((Intent) msg.obj);
1448 mBluetoothPhoneState.updateSignalState((Intent) msg.obj);
1521 mBluetoothPhoneState
[all...]

Completed in 8 milliseconds