Home | History | Annotate | Download | only in hfpclient

Lines Matching defs:NO_ACTION

77     static final int NO_ACTION = 0;
201 mPendingAction = new Pair<Integer, Object>(NO_ACTION, 0);
1328 if (queuedAction == null || queuedAction.first == NO_ACTION) {