Home
last modified time | relevance | path

Searched refs:retry (Results 1 – 25 of 29) sorted by relevance

12

/frameworks/base/packages/StatementService/src/com/android/statementservice/retriever/
DURLFetcher.java61 int connectionTimeoutMillis, int backoffMillis, int retry) in getWebContentFromUrlWithRetry() argument
63 if (retry <= 0) { in getWebContentFromUrlWithRetry()
66 while (retry > 0) { in getWebContentFromUrlWithRetry()
70 retry--; in getWebContentFromUrlWithRetry()
71 if (retry == 0) { in getWebContentFromUrlWithRetry()
/frameworks/compile/libbcc/lib/Support/
DFileBase.cpp139 unsigned retry = 0; in lock() local
179 retry++; in lock()
196 retry++; in lock()
204 } while (retry <= pMaxRetry); in lock()
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
DBluetoothMasRequestPushMessage.java44 boolean transparent, boolean retry) { in BluetoothMasRequestPushMessage() argument
49 oap.add(OAP_TAGID_RETRY, retry ? RETRY_ON : RETRY_OFF); in BluetoothMasRequestPushMessage()
DBluetoothMasClient.java1076 boolean transparent, boolean retry) { in pushMessage() argument
1084 new BluetoothMasRequestPushMessage(folder, bmsgString, charset, transparent, retry); in pushMessage()
/frameworks/base/docs/html/google/play/licensing/
Dlicensing-reference.jd60 retry.</td>
65 license response from the server only. No caching or request retry.</td>
186 <td><em>Retry the license check according to {@code Policy} retry limits.</em></td>
194 <td><em>Retry the license check according to {@code Policy} retry limits.</em>
203 <td><em>Do not retry the license check.</em>
214 <td><em>Do not retry the license check.</em>
224 <td><em>Do not retry the license check.</em>
252 application's license validity period, retry grace period, maximum allowable retry count, and other
286 below about <a href="#GTGR">Retry period and maximum retry count</a>.</p></td>
294 below about <a href="#GTGR">Retry period and maximum retry count</a>.</p></td>
[all …]
Dadding-licensing.jd158 retry count, the license validity period, and similar information in a
175 such cases, your implementation can maintain a count of retry responses and
227 requests, so in most cases there is no need for your {@code Policy} to retry them.</li>
241 help manage validity and caching, retry grace period, and more. Extracting the
272 <p>ServerManagedPolicy provides all of the handling for license and retry
288 application's license validity period, retry grace period, and maximum allowable
289 retry count, among others. ServerManagedPolicy extracts the values from the
321 retry requests are not tracked and cached responses can not be used to fulfill
370 maintain the timestamp of the last successful license check, the retry count,
679 // user a chance to retry. So show a dialog to retry.
/frameworks/volley/src/main/java/com/android/volley/
DRetryPolicy.java40 public void retry(VolleyError error) throws VolleyError; in retry() method
DDefaultRetryPolicy.java91 public void retry(VolleyError error) throws VolleyError { in retry() method in DefaultRetryPolicy
/frameworks/opt/telephony/
DREADME.txt31 *) Causes bringUp and retry requests to fail for all DC's
60 You can replace the connection retry configuration. For example, you
/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/util/
DConnectionUtil.java565 for (int retry = 0; retry < 5; retry++) { in connectToWifiWithConfiguration()
573 Log.v(LOG_TAG, "Retry: " + retry); in connectToWifiWithConfiguration()
/frameworks/base/rs/java/android/renderscript/
DFieldPacker.java790 boolean retry; in addSafely()
793 retry = false; in addSafely()
799 retry = true; in addSafely()
801 } while (retry); in addSafely()
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DFailureDialogFragment.java93 .setPositiveButton(R.string.retry, this) in onCreateDialog()
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
DFieldPacker.java928 boolean retry; in addSafely()
931 retry = false; in addSafely()
937 retry = true; in addSafely()
939 } while (retry); in addSafely()
/frameworks/av/media/libmediaplayerservice/
DDrm.cpp360 bool retry = false; in openSession() local
364 retry = DrmSessionManager::Instance()->reclaimSession(getCallingPid()); in openSession()
373 if (retry) { in openSession()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipCommandInterface.java230 int retry, int messageRef, Message response) { in sendImsGsmSms() argument
234 public void sendImsCdmaSms(byte[] pdu, int retry, int messageRef, in sendImsCdmaSms() argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCommandInterface.java229 int retry, int messageRef, Message response) { in sendImsGsmSms() argument
233 public void sendImsCdmaSms(byte[] pdu, int retry, int messageRef, in sendImsCdmaSms() argument
/frameworks/volley/src/main/java/com/android/volley/toolbox/
DBasicNetwork.java196 retryPolicy.retry(exception); in attemptRetryOnException()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCommandsInterface.java1110 void sendImsGsmSms (String smscPDU, String pdu, int retry, int messageRef, in sendImsGsmSms() argument
1122 void sendImsCdmaSms(byte[] pdu, int retry, int messageRef, Message response); in sendImsCdmaSms() argument
DRIL.java1389 sendImsGsmSms (String smscPDU, String pdu, int retry, int messageRef, in sendImsGsmSms() argument
1394 rr.mParcel.writeByte((byte)retry); in sendImsGsmSms()
1405 sendImsCdmaSms(byte[] pdu, int retry, int messageRef, Message result) { in sendImsCdmaSms() argument
1409 rr.mParcel.writeByte((byte)retry); in sendImsCdmaSms()
/frameworks/base/docs/html/training/volley/
Dindex.jd49 <li>Ease of customization, for example, for retry and backoff.</li>
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DUsimDataDownloadCommands.java.broken363 int retry, int messageRef, Message response) {
367 public void sendImsCdmaSms(byte[] pdu, int retry, int messageRef,
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
DSimulatedCommands.java1708 public void sendImsCdmaSms(byte[] pdu, int retry, int messageRef, in sendImsCdmaSms() argument
1715 int retry, int messageRef, Message response){ in sendImsGsmSms() argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcTracker.java1434 boolean retry = true; in retryAfterDisconnected()
1440 retry = false; in retryAfterDisconnected()
1442 return retry; in retryAfterDisconnected()
/frameworks/base/docs/html/training/articles/
Dsecurity-gms-provider.jd285 // We can now safely retry installation.
/frameworks/base/docs/html/guide/practices/app-design/
Dseamlessness.jd242 constantly retry a network operation if one failed. If it failed once, it's

12