Home
last modified time | relevance | path

Searched refs:AT_OK (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hfpclient/
DHeadsetClientStateMachineTest.java3 import static com.android.bluetooth.hfpclient.HeadsetClientStateMachine.AT_OK;
327 eventCommandStatus.valueInt = AT_OK; in testInBandRingtone()
598 event.valueInt = AT_OK; in testVoiceRecognitionStateChange()
610 event.valueInt = AT_OK; in testVoiceRecognitionStateChange()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DHeadsetClientStateMachine.java94 public static final int AT_OK = 0; field in HeadsetClientStateMachine
1483 if (event.valueInt == AT_OK) { in processMessage()
1492 if (event.valueInt == AT_OK) { in processMessage()