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

  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
HeadsetClientStateMachine.java 89 static final int ACCEPT_CALL = 12;
466 case ACCEPT_CALL:
494 Log.e(TAG, "Unexpected callsetup=0 while in action ACCEPT_CALL");
597 case ACCEPT_CALL:
631 case ACCEPT_CALL:
758 if (mPendingAction.first == ACCEPT_CALL &&
    [all...]
HeadsetClientService.java 586 Message msg = mStateMachine.obtainMessage(HeadsetClientStateMachine.ACCEPT_CALL);

Completed in 329 milliseconds