HomeSort by relevance Sort by last modified time
    Searched refs:btPhone (Results 1 - 2 of 2) sorted by null

  /packages/apps/Phone/src/com/android/phone/
PhoneUtils.java 258 IBluetoothHeadsetPhone btPhone = null;
291 btPhone = app.getBluetoothPhoneService();
292 if (btPhone != null) {
294 btPhone.cdmaSetSecondCallState(true);
334 // restore the cdmaPhoneCallState and btPhone.cdmaSetSecondCallState:
337 if (btPhone != null) {
339 btPhone.cdmaSetSecondCallState(false);
    [all...]
InCallScreen.java     [all...]

Completed in 26 milliseconds