Searched refs:NO_ACTION (Results 1 – 1 of 1) sorted by relevance
81 static final int NO_ACTION = 0; field in HeadsetClientStateMachine222 mPendingAction = new Pair<Integer, Object>(NO_ACTION, 0); in clearPendingAction()1349 if (queuedAction == null || queuedAction.first == NO_ACTION) { in processMessage()