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

/packages/apps/TV/src/com/android/tv/onboarding/
H A DSetupSourcesFragment.java148 private int mPendingAction = PENDING_ACTION_NONE; field in class:SetupSourcesFragment.ContentFragment
170 mPendingAction = PENDING_ACTION_INPUT_CHANGED;
203 if (mPendingAction != PENDING_ACTION_INPUT_CHANGED) {
204 mPendingAction = PENDING_ACTION_CHANNEL_CHANGED;
389 switch (mPendingAction) {
397 mPendingAction = PENDING_ACTION_NONE;
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
H A DHeadsetClientStateMachine.java151 private Pair<Integer, Object> mPendingAction; field in class:HeadsetClientStateMachine
208 mPendingAction = new Pair<Integer, Object>(NO_ACTION, 0);
456 Log.d(TAG, "updateCallSetupIndicator " + callsetup + " " + mPendingAction.first);
469 switch (mPendingAction.first) {
471 switch ((Integer) mPendingAction.second) {
503 switch ((Integer) mPendingAction.second) {
530 mPendingAction.first);
538 if (mPendingAction.first == DIAL_NUMBER) {
540 (String) mPendingAction.second);
548 switch (mPendingAction
[all...]

Completed in 7025 milliseconds