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

/packages/apps/Phone/src/com/android/phone/
H A DBluetoothHandsfree.java662 private int mBattchg; field in class:BluetoothHandsfree.BluetoothPhoneState
717 mBattchg = 5; // There is currently no API to get battery level
940 if (mBattchg != batteryLevel) {
941 mBattchg = batteryLevel;
943 sendURC("+CIEV: 7," + mBattchg);
1322 mCallheld + "," + mSignal + "," + mRoam + "," + mBattchg;

Completed in 8 milliseconds