Searched refs:mPendingAction (Results 1 – 3 of 3) sorted by relevance
136 private int mPendingAction = PENDING_ACTION_NONE; field in SetupSourcesFragment.ContentFragment165 mPendingAction = PENDING_ACTION_INPUT_CHANGED;195 if (mPendingAction != PENDING_ACTION_INPUT_CHANGED) {196 mPendingAction = PENDING_ACTION_CHANNEL_CHANGED;387 switch (mPendingAction) { in executePendingAction()396 mPendingAction = PENDING_ACTION_NONE; in executePendingAction()
172 private Pair<Integer, Object> mPendingAction; field in HeadsetClientStateMachine316 mPendingAction = new Pair<Integer, Object>(NO_ACTION, 0); in clearPendingAction()
5426 private PendingAction mPendingAction;5429 mPendingAction = pendingAction;5434 if (mPendingAction != null) {5435 mPendingAction.performAction();