Home
last modified time | relevance | path

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

12

/frameworks/base/core/java/android/webkit/
DSslErrorHandler.java40 public void proceed() {} in proceed() method in SslErrorHandler
DHttpAuthHandler.java62 public void proceed(String username, String password) { in proceed() method in HttpAuthHandler
DClientCertRequest.java69 public abstract void proceed(PrivateKey privateKey, X509Certificate[] chain); in proceed() method in ClientCertRequest
/frameworks/base/telecomm/java/android/telecom/
DInCallAdapter.java187 public void postDialContinue(String callId, boolean proceed) { in postDialContinue() argument
189 mAdapter.postDialContinue(callId, proceed); in postDialContinue()
DConnectionService.java245 public void onPostDialContinue(String callId, boolean proceed) {
248 args.argi1 = proceed ? 1 : 0;
403 boolean proceed = (args.argi1 == 1);
404 onPostDialContinue(callId, proceed);
1013 private void onPostDialContinue(String callId, boolean proceed) { in onPostDialContinue() argument
1015 findConnectionForAction(callId, "stopDtmfTone").onPostDialContinue(proceed); in onPostDialContinue()
DRemoteConnection.java983 public void postDialContinue(boolean proceed) { in postDialContinue() argument
986 mConnectionService.onPostDialContinue(mConnectionId, proceed); in postDialContinue()
DCall.java912 public void postDialContinue(boolean proceed) { in postDialContinue() argument
913 mInCallAdapter.postDialContinue(mTelecomCallId, proceed); in postDialContinue()
DConnection.java2120 public void onPostDialContinue(boolean proceed) {} in onPostDialContinue() argument
/frameworks/base/telecomm/java/com/android/internal/telecom/
DIInCallAdapter.aidl48 void postDialContinue(String callId, boolean proceed); in postDialContinue() argument
DIConnectionService.aidl77 void onPostDialContinue(String callId, boolean proceed); in onPostDialContinue() argument
/frameworks/base/docs/html/design/patterns/
Dconfirming-acknowledging.jd10 …<p><strong>Confirming</strong> is asking the user to verify that they truly want to proceed with a…
35 …tent to be shared (in this example, it's a photo). If they decide not to proceed, they simply move…
/frameworks/base/docs/html/about/
Dstart.jd58 <p>How you proceed depends on a variety of factors, such as your monetization strategy and which
/frameworks/base/docs/html/distribute/analyze/
Dbuild-better-apps.jd54 app, in order to see where users find it difficult to proceed. You can then
/frameworks/base/docs/html/training/sync-adapters/
Dcreating-stub-provider.jd62 In that case, you can skip this lesson and proceed to the lesson
/frameworks/base/docs/html/training/animation/
Dzoom.jd195 // immediately and proceed with this one.
/frameworks/base/docs/html/training/performance/battery/network/
Dgather-data.jd236 device. Select <strong>OK</strong> to allow debugging to proceed.
/frameworks/base/docs/html/training/articles/
Dassistant.jd211 callbacks are implemented, the system will still proceed and pass the
Dsecurity-ssl.jd470 // we have performed hostname verification, so it is safe to proceed.
/frameworks/base/docs/html/training/permissions/
Drequesting.jd139 PackageManager.PERMISSION_GRANTED}, and the app can proceed with the
/frameworks/base/docs/html/guide/topics/ui/
Ddialogs.jd46 normally used for modal events that require users to take an action before they can proceed.</p>
252 <dd>You should use this when the user may not want to proceed with the action,
/frameworks/base/docs/html/wear/preview/
Ddownloads.jd247 void the device's warranty--proceed at your own risk.
289 shall void the device's warranty--proceed at your own risk.
/frameworks/base/docs/html/training/basics/data-storage/
Dfiles.jd347 is less than 90% full, then it's probably safe to proceed.
/frameworks/base/docs/html/distribute/essentials/
Doptimizing-your-app.jd378 where they get confused, are unsure of how to proceed, or are surprised by
/frameworks/base/docs/html/ndk/downloads/
Drevision_history.jd1357 <li>Fixed the <code>ndk-stack</code> script to proceed even when it can't parse
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt35980 …method public abstract void proceed(java.security.PrivateKey, java.security.cert.X509Certificate[]…
36058 method public void proceed(java.lang.String, java.lang.String);
36101 method public void proceed();

12