Searched refs:mPendingAction (Results 1 – 1 of 1) sorted by relevance
143 private Pair<Integer, Object> mPendingAction; field in HeadsetClientStateMachine192 mPendingAction = new Pair<Integer, Object>(NO_ACTION, 0); in clearPendingAction()447 Log.d(TAG, "updateCallSetupIndicator " + callsetup + " " + mPendingAction.first); in updateCallSetupIndicator()465 switch (mPendingAction.first) { in updateCallSetupIndicator()467 switch ((Integer) mPendingAction.second) { in updateCallSetupIndicator()499 switch ((Integer) mPendingAction.second) { in updateCallSetupIndicator()526 mPendingAction.first); in updateCallSetupIndicator()534 if (mPendingAction.first == DIAL_NUMBER) { in updateCallSetupIndicator()536 (String) mPendingAction.second); in updateCallSetupIndicator()544 switch (mPendingAction.first) { in updateCallSetupIndicator()[all …]