Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DHeadsetClientStateMachine.java143 private Pair<Integer, Object> mPendingAction; field in HeadsetClientStateMachine
192 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 …]