Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DHeadsetClientStateMachine.java77 static final int NO_ACTION = 0; field in HeadsetClientStateMachine
196 mPendingAction = new Pair<Integer, Object>(NO_ACTION, 0); in clearPendingAction()
1312 if (queuedAction == null || queuedAction.first == NO_ACTION) { in processMessage()