Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/precall/impl/
DPreCallCoordinatorImpl.java57 private PendingAction pendingAction; field in PreCallCoordinatorImpl
94 pendingAction = null; in onPause()
113 if (pendingAction == null) { in runNextAction()
154 Assert.checkArgument(pendingAction == null); in startPendingAction()
155 pendingAction = new PendingActionImpl(); in startPendingAction()
156 return pendingAction; in startPendingAction()
163 Assert.checkArgument(pendingAction == this); in finish()
164 pendingAction = null; in finish()
DCallingAccountSelector.java129 PendingAction pendingAction = coordinator.startPendingAction(); in processPreferredAccount() local
157 pendingAction.finish(); in processPreferredAccount()
162 pendingAction, in processPreferredAccount()
176 PendingAction pendingAction, in showDialog() argument
188 pendingAction, in showDialog()
DDuoAction.java69 PendingAction pendingAction = coordinator.startPendingAction(); in runWithUi() local
82 pendingAction.finish(); in runWithUi()
89 pendingAction.finish(); in runWithUi()
/packages/services/Telecomm/src/com/android/server/telecom/
DCallsManager.java6596 RequestCallback(PendingAction pendingAction) {
6597 mPendingAction = pendingAction;
6621 PendingAction pendingAction = null;
6626 pendingAction = new ActionSetCallState(newCallFocus, CallState.ACTIVE,
6635 new TransactionalFocusRequestCallback(pendingAction, currentCallState,
6652 TransactionalFocusRequestCallback(PendingAction pendingAction, int previousState,
6654 mPendingAction = pendingAction;