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.java407 private void notifySwitchWithRetries(int retries) { in notifySwitchWithRetries() argument
409 notifySwitchWithRetriesLocked(retries); in notifySwitchWithRetries()
413 private void notifySwitchWithRetriesLocked(int retries) { in notifySwitchWithRetriesLocked() argument
418 retries = 0; in notifySwitchWithRetriesLocked()
420 if (retries <= 0) { in notifySwitchWithRetriesLocked()
424 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/av/media/libaaudio/src/binding/
DAAudioBinderClient.cpp87 int retries = 4; in getAAudioService() local
93 } while (retries-- > 0); in getAAudioService()
/frameworks/base/services/core/java/com/android/server/content/
DSyncOperation.java104 int retries; field in SyncOperation
252 jobInfoExtras.putInt("retries", retries); in toJobInfoExtras()
320 op.retries = jobExtras.getInt("retries"); in maybeCreateFromJobExtras()
433 if (retries > 0) { in dump()
435 sb.append(retries); in dump()
DSyncManager.java3682 syncOperation.retries++; in runSyncFinishedOrCanceledH()
3683 if (syncOperation.retries > mConstants.getMaxRetriesWithAppStandbyExemption()) { in runSyncFinishedOrCanceledH()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DREADME.txt61 could change it to perform 4 retries at 5 second intervals:
/frameworks/av/media/libaudioclient/
DAudioRecord.cpp1400 int retries = INITIAL_RETRIES; in restoreRecord_l() local
1402 if (retries < INITIAL_RETRIES) { in restoreRecord_l()
1427 ALOGW("%s(%d): failed status %d, retries %d", __func__, mPortId, result, retries); in restoreRecord_l()
1428 if (--retries > 0) { in restoreRecord_l()
DAudioTrack.cpp2477 int retries = INITIAL_RETRIES; in restoreTrack_l() local
2479 if (retries < INITIAL_RETRIES) { in restoreTrack_l()
2536 ALOGW("%s(%d): failed status %d, retries %d", __func__, mPortId, result, retries); in restoreTrack_l()
2537 if (--retries > 0) { in restoreTrack_l()
/frameworks/base/tests/AppLaunch/src/com/android/tests/applaunch/
DAppLaunch.java527 private void compileAppForIorapWithRetries(String appPkgName, int retries) throws IOException { in compileAppForIorapWithRetries() argument
528 for (int i = 0; i < retries; ++i) { in compileAppForIorapWithRetries()
536 + retries + " retries"); in compileAppForIorapWithRetries()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DGsmCdmaPhone.java3083 int retries = userObject.second; in handleMessage() local
3087 + " Error code: " + error + " retry count left: " + retries); in handleMessage()
3088 if (retries > 0 && (error == GENERIC_FAILURE || error == SIM_BUSY)) { in handleMessage()
3091 postDelayed(()->reapplyUiccAppsEnablementIfNeeded(retries - 1), in handleMessage()
4357 private void reapplyUiccAppsEnablementIfNeeded(int retries) { in reapplyUiccAppsEnablementIfNeeded() argument
4380 new Pair<Boolean, Integer>(expectedValue, retries))); in reapplyUiccAppsEnablementIfNeeded()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiVendorHal.java1024 stats.retries_be = iface.wmeBePktStats.retries; in setIfaceStats()
1029 stats.retries_bk = iface.wmeBkPktStats.retries; in setIfaceStats()
1034 stats.retries_vi = iface.wmeViPktStats.retries; in setIfaceStats()
1039 stats.retries_vo = iface.wmeVoPktStats.retries; in setIfaceStats()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiVendorHalTest.java1029 assertEquals(iface.wmeBePktStats.retries, wifiLinkLayerStats.retries_be); in verifyIFaceStats()
1034 assertEquals(iface.wmeBkPktStats.retries, wifiLinkLayerStats.retries_bk); in verifyIFaceStats()
1039 assertEquals(iface.wmeViPktStats.retries, wifiLinkLayerStats.retries_vi); in verifyIFaceStats()
1044 assertEquals(iface.wmeVoPktStats.retries, wifiLinkLayerStats.retries_vo); in verifyIFaceStats()
1102 pstats.retries = r.nextLong() & 0xFFFFFFFFFFL; in randomizePacketStats()
/frameworks/av/services/audioflinger/
DThreads.cpp7306 for (int retries = 0; retries <= 2; ++retries) { in threadLoop() local
7307 ALOGW_IF(retries > 0, "overrun on read from pipe, retry #%d", retries); in threadLoop()
/frameworks/opt/net/wifi/service/proto/src/
Dmetrics.proto2366 // The total number of MPDU data packet retries counted from the last radio chip reset