Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/onboarding/
DSetupSourcesFragment.java136 private int mPendingAction = PENDING_ACTION_NONE; field in SetupSourcesFragment.ContentFragment
165 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()
/packages/services/Telecomm/src/com/android/server/telecom/
DCallsManager.java6594 private PendingAction mPendingAction;
6597 mPendingAction = pendingAction;
6602 if (mPendingAction != null) {
6603 mPendingAction.performAction();
6647 private PendingAction mPendingAction;
6654 mPendingAction = pendingAction;
6677 if (mPendingAction != null) {
6678 mPendingAction.performAction(); // set the call state