Home
last modified time | relevance | path

Searched refs:proceed (Results 1 – 7 of 7) sorted by relevance

/cts/tests/tests/webkit/src/android/webkit/cts/
DWebViewSslTest.java528 handler.proceed(); in testInsecureSiteClearsCertificate()
558 handler.proceed(); in testSecureSiteSetsCertificate()
622 handler.proceed(); in testOnReceivedSslError()
651 handler.proceed(); in testOnReceivedSslErrorProceed()
960 handler.proceed(); in onReceivedSslError()
1066 request.proceed(key, certChain); in onReceivedClientCertRequest()
DHttpAuthHandlerTest.java128 handler.proceed(mUser, mPassword); in onReceivedHttpAuthRequest()
DWebViewZoomTest.java396 handler.proceed(); in onReceivedSslError()
DWebViewClientTest.java1045 response.proceed(/* report */ true); in onSafeBrowsingHit()
DWebSettingsTest.java1052 handler.proceed(); in testAllowMixedMode()
/cts/tests/tests/telecom/src/android/telecom/cts/
DMockConnection.java207 public void onPostDialContinue(boolean proceed) { in onPostDialContinue() argument
208 super.onPostDialContinue(proceed); in onPostDialContinue()
210 mInvokeCounterMap.get(ON_POST_DIAL_WAIT).invoke(proceed); in onPostDialContinue()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt57628 …method public abstract void proceed(java.security.PrivateKey, java.security.cert.X509Certificate[]…
57706 method public void proceed(String, String);
57757 method public abstract void proceed(boolean);
57787 method public void proceed();