Home
last modified time | relevance | path

Searched refs:retries (Results 1 – 16 of 16) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DIccIoResult.java54 int retries = sw2 & 0x0F; in getErrorString() local
56 + retries + " times," in getErrorString()
57 + " or verification failed, " + retries + " retries remaining"; in getErrorString()
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/util/
DSystemBarHelper.java261 private int retries; field in SystemBarHelper.DecorViewFinder
274 retries--;
275 if (retries >= 0) {
285 public void getDecorView(Window window, OnDecorViewInstalledListener callback, int retries) { in getDecorView() argument
287 this.retries = retries; in getDecorView()
/frameworks/base/services/core/java/com/android/server/camera/
DCameraServiceProxy.java373 private void notifySwitchWithRetries(int retries) { in notifySwitchWithRetries() argument
375 notifySwitchWithRetriesLocked(retries); in notifySwitchWithRetries()
379 private void notifySwitchWithRetriesLocked(int retries) { in notifySwitchWithRetriesLocked() argument
384 retries = 0; in notifySwitchWithRetriesLocked()
386 if (retries <= 0) { in notifySwitchWithRetriesLocked()
390 mHandler.sendMessageDelayed(mHandler.obtainMessage(MSG_SWITCH_USER, retries - 1, 0, null), in notifySwitchWithRetriesLocked()
/frameworks/av/media/libstagefright/
DSimpleDecodingSource.cpp246 for (int retries = 0; retries < kTimeoutMaxRetries; ++retries) { in doRead() local
357 mComponentName.c_str(), retries); in doRead()
/frameworks/base/services/core/java/com/android/server/content/
DSyncOperation.java97 int retries; field in SyncOperation
238 jobInfoExtras.putInt("retries", retries); in toJobInfoExtras()
306 op.retries = jobExtras.getInt("retries"); in maybeCreateFromJobExtras()
417 if (retries > 0) { in dump()
419 sb.append(retries); in dump()
DSyncManager.java3676 syncOperation.retries++; in runSyncFinishedOrCanceledH()
3677 if (syncOperation.retries > mConstants.getMaxRetriesWithAppStandbyExemption()) { in runSyncFinishedOrCanceledH()
/frameworks/av/media/libaaudio/src/binding/
DAAudioBinderClient.cpp87 int retries = 4; in getAAudioService() local
93 } while (retries-- > 0); in getAAudioService()
/frameworks/av/media/libaudioclient/
DAudioRecord.cpp1319 int retries = INITIAL_RETRIES; in restoreRecord_l() local
1321 if (retries < INITIAL_RETRIES) { in restoreRecord_l()
1346 ALOGW("%s(%d): failed status %d, retries %d", __func__, mPortId, result, retries); in restoreRecord_l()
1347 if (--retries > 0) { in restoreRecord_l()
DAudioTrack.cpp2325 int retries = INITIAL_RETRIES; in restoreTrack_l() local
2327 if (retries < INITIAL_RETRIES) { in restoreTrack_l()
2384 ALOGW("%s(%d): failed status %d, retries %d", __func__, mPortId, result, retries); in restoreTrack_l()
2385 if (--retries > 0) { in restoreTrack_l()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DREADME.txt61 could change it to perform 4 retries at 5 second intervals:
/frameworks/base/tests/AppLaunch/src/com/android/tests/applaunch/
DAppLaunch.java525 private void compileAppForIorapWithRetries(String appPkgName, int retries) throws IOException { in compileAppForIorapWithRetries() argument
526 for (int i = 0; i < retries; ++i) { in compileAppForIorapWithRetries()
534 + retries + " retries"); in compileAppForIorapWithRetries()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiVendorHal.java977 stats.retries_be = iface.wmeBePktStats.retries; in setIfaceStats()
982 stats.retries_bk = iface.wmeBkPktStats.retries; in setIfaceStats()
987 stats.retries_vi = iface.wmeViPktStats.retries; in setIfaceStats()
992 stats.retries_vo = iface.wmeVoPktStats.retries; in setIfaceStats()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DGsmCdmaPhone.java3109 int retries = userObject.second; in handleMessage() local
3113 + " Error code: " + error + " retry count left: " + retries); in handleMessage()
3114 if (retries > 0 && (error == GENERIC_FAILURE || error == SIM_BUSY)) { in handleMessage()
3117 postDelayed(()->reapplyUiccAppsEnablementIfNeeded(retries - 1), in handleMessage()
4413 private void reapplyUiccAppsEnablementIfNeeded(int retries) { in reapplyUiccAppsEnablementIfNeeded() argument
4436 new Pair<Boolean, Integer>(expectedValue, retries))); in reapplyUiccAppsEnablementIfNeeded()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiVendorHalTest.java959 assertEquals(iface.wmeBePktStats.retries, wifiLinkLayerStats.retries_be); in verifyIFaceStats()
964 assertEquals(iface.wmeBkPktStats.retries, wifiLinkLayerStats.retries_bk); in verifyIFaceStats()
969 assertEquals(iface.wmeViPktStats.retries, wifiLinkLayerStats.retries_vi); in verifyIFaceStats()
974 assertEquals(iface.wmeVoPktStats.retries, wifiLinkLayerStats.retries_vo); in verifyIFaceStats()
1032 pstats.retries = r.nextLong() & 0xFFFFFFFFFFL; in randomizePacketStats()
/frameworks/av/services/audioflinger/
DThreads.cpp7123 for (int retries = 0; retries <= 2; ++retries) { in threadLoop() local
7124 ALOGW_IF(retries > 0, "overrun on read from pipe, retry #%d", retries); in threadLoop()
/frameworks/base/proto/src/
Dwifi.proto2068 // The total number of MPDU data packet retries counted from the last radio chip reset