Searched defs:proceed (Results 1 - 8 of 8) sorted by last modified time

/frameworks/base/telecomm/java/android/telecom/
H A DCall.java1145 * @param proceed Whether or not to continue with the post-dial sequence.
1147 public void postDialContinue(boolean proceed) { argument
1148 mInCallAdapter.postDialContinue(mTelecomCallId, proceed);
1152 * Notifies this {@code Call} that an account has been selected and to proceed with placing
H A DConnection.java2670 * Notifies this Connection whether the user wishes to proceed with the post-dial DTMF codes.
2672 public void onPostDialContinue(boolean proceed) {} argument
H A DConnectionService.java474 public void onPostDialContinue(String callId, boolean proceed, Session.Info sessionInfo) {
480 args.argi1 = proceed ? 1 : 0;
905 boolean proceed = (args.argi1 == 1);
906 onPostDialContinue(callId, proceed);
1674 private void onPostDialContinue(String callId, boolean proceed) { argument
1676 findConnectionForAction(callId, "stopDtmfTone").onPostDialContinue(proceed);
H A DInCallAdapter.java185 * @param proceed Whether or not to continue with the post-dial sequence.
187 public void postDialContinue(String callId, boolean proceed) { argument
189 mAdapter.postDialContinue(callId, proceed);
H A DRemoteConnection.java1036 * @param proceed Whether or not to continue with the post-dial sequence.
1038 public void postDialContinue(boolean proceed) { argument
1041 mConnectionService.onPostDialContinue(mConnectionId, proceed,
/frameworks/base/core/java/android/webkit/
H A DClientCertRequest.java34 * WebView caches the {@link #proceed} and {@link #cancel} responses in memory
69 public abstract void proceed(PrivateKey privateKey, X509Certificate[] chain); method in class:ClientCertRequest
H A DHttpAuthHandler.java26 * call either {@link #proceed} or {@link #cancel} to set the WebView's
58 * Instructs the WebView to proceed with the authentication with the given
62 public void proceed(String username, String password) { method in class:HttpAuthHandler
H A DSslErrorHandler.java26 * either {@link #proceed} or {@link #cancel} to set the WebView's response
40 public void proceed() {} method in class:SslErrorHandler

Completed in 125 milliseconds