Home | History | Annotate | Download | only in phone

Lines Matching full:dialpad

89      * Intent extra used to specify whether the DTMF dialpad should be
91 * extra is present, the dialpad will be initially shown if the extra
582 // Update the onscreen dialpad state to match the InCallUiState.
589 // Reset the dialpad context
590 // TODO: Dialpad digits should be set here as well (once they are saved)
1202 // dialpad should be initially visible. If the extra isn't
1203 // present at all, we just leave the dialpad in its previous state.
1216 // wants to use the dialpad toward the exact line, so un-hold the holding line.
1221 // ...and in onResume() we'll update the onscreen dialpad state to
1301 // The DTMF Dialpad.
1326 // TODO: If the dialpad isn't currently visible, maybe
2403 // If an incoming call is ringing, make sure the dialpad is
2408 Log.i(LOG_TAG, "During RINGING state we force hiding dialpad.");
2416 // dialpad.)
2422 // TODO: This clears out the dialpad context as well so when a second
2424 // dialpad will no longer have the "Voice Mail" context. It's a small
2431 // Now that we're sure DTMF dialpad is in an appropriate state, reflect
2432 // the dialpad state into CallCard
2811 // Also, any time we hold or unhold, force the DTMF dialpad to close.
2955 * Handle a click on the "Open/Close dialpad" button.
2973 // And update the InCallUiState (so that we'll restore the dialpad
2981 // And update the InCallUiState (so that we'll restore the dialpad
3685 // Any time we swap calls, force the DTMF dialpad to close.
3897 * Updates {@link #mCallCard}'s visibility state per DTMF dialpad visibility. They
3898 * cannot be shown simultaneously and thus we should reflect DTMF dialpad visibility into
3907 // We need to hide the CallCard while the dialpad is visible.
3911 + animate + "): dialpad open, hide mCallCard...");
3919 // Dialpad is dismissed; bring back the CallCard if it's supposed to be visible.
3924 + animate + "): dialpad dismissed, show mCallCard...");
3943 * Called any time the DTMF dialpad is opened.
3952 // Update CallCard UI, which depends on the dialpad.
3959 // TODO: This may not be necessary, now that the dialpad is
3969 * Called any time the DTMF dialpad is closed.
3975 // OTA-specific cleanup upon closing the dialpad.
3989 // Update CallCard UI, which depends on the dialpad.
4026 * @return true if the in-call DTMF dialpad should be available to the
4029 * dialpad" onscreen button; see InCallControlState.dialpadEnabled.)