Searched refs:retries (Results 1 – 13 of 13) sorted by relevance
/frameworks/base/services/core/java/com/android/server/camera/ |
D | CameraService.java | 234 private void notifySwitchWithRetries(int retries) { in notifySwitchWithRetries() argument 240 retries = 0; in notifySwitchWithRetries() 243 if (retries <= 0) { in notifySwitchWithRetries() 247 mHandler.sendMessageDelayed(mHandler.obtainMessage(MSG_SWITCH_USER, retries - 1, 0, null), in notifySwitchWithRetries()
|
/frameworks/av/media/libstagefright/ |
D | SimpleDecodingSource.cpp | 213 for (int retries = 0; ++retries; ) { in doRead() local 315 mComponentName.c_str(), retries); in doRead()
|
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/util/ |
D | SystemBarHelper.java | 274 int retries) { in getDecorView() argument 276 mRetries = retries; in getDecorView()
|
/frameworks/base/services/core/java/com/android/server/content/ |
D | SyncOperation.java | 95 int retries; field in SyncOperation 230 jobInfoExtras.putInt("retries", retries); in toJobInfoExtras() 290 op.retries = jobExtras.getInt("retries"); in maybeCreateFromJobExtras()
|
/frameworks/opt/telephony/ |
D | README.txt | 61 could change it to perform 4 retries at 5 second intervals:
|
/frameworks/base/docs/html/google/play/licensing/ |
D | licensing-reference.jd | 290 <td>Maximum retries count. Specifies how many consecutive {@code RETRY} license checks 401 retries count. The server includes these values in all license check responses, 411 either the retry grace period is still active or the maximum retries count has 433 // or we haven't used up our max retries.
|
D | adding-licensing.jd | 226 errors. Note that the Google Play client automatically retries failed
|
/frameworks/base/docs/html/training/efficient-downloads/ |
D | regular_updates.jd | 91 …an exponential back-off algorithm can be used to reduce the frequency of retries in order to minim…
|
/frameworks/opt/net/wifi/service/jni/ |
D | com_android_server_wifi_WifiNative.cpp | 1064 helper.setLongField(wifiLinkLayerStats, "retries_be", link_stat.ac[WIFI_AC_BE].retries); in android_net_wifi_getLinkLayerStats() 1065 helper.setLongField(wifiLinkLayerStats, "retries_bk", link_stat.ac[WIFI_AC_BK].retries); in android_net_wifi_getLinkLayerStats() 1066 helper.setLongField(wifiLinkLayerStats, "retries_vi", link_stat.ac[WIFI_AC_VI].retries); in android_net_wifi_getLinkLayerStats() 1067 helper.setLongField(wifiLinkLayerStats, "retries_vo", link_stat.ac[WIFI_AC_VO].retries); in android_net_wifi_getLinkLayerStats()
|
/frameworks/base/docs/html/training/safetynet/ |
D | index.jd | 262 …exponential backoff</a> technique for retries, to avoid flooding the service with additional reque…
|
/frameworks/base/docs/html/sdk/ |
D | OLD_RELEASENOTES.jd | 379 <li>Now retries to launch the app on the emulator if it fails due to timing issues when the emulato…
|
/frameworks/base/docs/html/distribute/essentials/quality/ |
D | billions.jd | 623 network connectivity, device charging state, retries, and backoff. Use
|
/frameworks/base/docs/html/ndk/downloads/ |
D | revision_history.jd | 2410 retries {@code enable_break()} during every call to {@code svr4_current_sos()} until
|