Home
last modified time | relevance | path

Searched refs:retries (Results 1 – 17 of 17) 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/av/media/libstagefright/
DSimpleDecodingSource.cpp246 for (int retries = 0; retries < kTimeoutMaxRetries; ++retries) { in doRead() local
362 mComponentName.c_str(), retries); in doRead()
/frameworks/opt/net/ims/src/java/com/android/ims/rcs/uce/request/
DUceRequest.java84 default void setRetryCount(int retries) { in setRetryCount() argument
/frameworks/base/services/core/java/com/android/server/camera/
DCameraServiceProxy.java1217 private void notifySwitchWithRetries(int retries) { in notifySwitchWithRetries() argument
1219 notifySwitchWithRetriesLocked(retries); in notifySwitchWithRetries()
1223 private void notifySwitchWithRetriesLocked(int retries) { in notifySwitchWithRetriesLocked() argument
1228 retries = 0; in notifySwitchWithRetriesLocked()
1230 if (retries <= 0) { in notifySwitchWithRetriesLocked()
1234 mHandler.sendMessageDelayed(mHandler.obtainMessage(MSG_SWITCH_USER, retries - 1, 0, null), in notifySwitchWithRetriesLocked()
1257 private void notifyDeviceStateWithRetries(int retries) { in notifyDeviceStateWithRetries() argument
1259 notifyDeviceStateWithRetriesLocked(retries); in notifyDeviceStateWithRetries()
1263 private void notifyDeviceStateWithRetriesLocked(int retries) { in notifyDeviceStateWithRetriesLocked() argument
1267 if (retries <= 0) { in notifyDeviceStateWithRetriesLocked()
[all …]
/frameworks/base/services/core/java/com/android/server/content/
DSyncOperation.java104 int retries; field in SyncOperation
259 jobInfoExtras.putInt("retries", retries); in toJobInfoExtras()
328 op.retries = jobExtras.getInt("retries"); in maybeCreateFromJobExtras()
448 if (retries > 0) { in dump()
450 sb.append(retries); in dump()
DSyncManager.md90 `SyncOperation.syncExemptionFlag`, unless the number of retries (not counting the original sync
DSyncManager.java3921 syncOperation.retries++; in runSyncFinishedOrCanceledH()
3922 if (syncOperation.retries > mConstants.getMaxRetriesWithAppStandbyExemption()) { in runSyncFinishedOrCanceledH()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/emergency/
DRadioOnStateListener.java551 public void setMaxNumRetries(int retries) { in setMaxNumRetries() argument
552 MAX_NUM_RETRIES = retries; in setMaxNumRetries()
/frameworks/av/media/libaudioclient/
DAudioRecord.cpp1526 int retries = INITIAL_RETRIES; in restoreRecord_l() local
1528 if (retries < INITIAL_RETRIES) { in restoreRecord_l()
1553 ALOGW("%s(%d): failed status %d, retries %d", __func__, mPortId, result, retries); in restoreRecord_l()
1554 if (--retries > 0) { in restoreRecord_l()
DAudioTrack.cpp2883 int retries = INITIAL_RETRIES; in restoreTrack_l() local
2885 if (retries < INITIAL_RETRIES) { in restoreTrack_l()
2960 ALOGW("%s(%d): failed status %d, retries %d", __func__, mPortId, result, retries); in restoreTrack_l()
2961 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/proto_logging/stats/atoms/art/
Dbackground_extension_dexopt_atoms.proto178 // The number of times the job is run due to retries.
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DGsmCdmaPhone.java3659 int retries = userObject.second; in handleMessage() local
3663 + " Error code: " + error + " retry count left: " + retries); in handleMessage()
3664 if (retries > 0 && (error == GENERIC_FAILURE || error == SIM_BUSY)) { in handleMessage()
3667 postDelayed(()->reapplyUiccAppsEnablementIfNeeded(retries - 1), in handleMessage()
5178 private void reapplyUiccAppsEnablementIfNeeded(int retries) { in reapplyUiccAppsEnablementIfNeeded() argument
5205 logd("reapplyUiccAppsEnablementIfNeeded: retries=" + retries + ", subInfo=" + info); in reapplyUiccAppsEnablementIfNeeded()
5215 new Pair<>(expectedValue, retries))); in reapplyUiccAppsEnablementIfNeeded()
/frameworks/base/services/tests/servicestests/src/com/android/server/usage/
DAppStandbyControllerTests.java815 int retries = 0; in waitUntil() local
823 retries++; in waitUntil()
824 } while (retries < ASSERT_RETRY_ATTEMPTS); in waitUntil()
/frameworks/av/services/audioflinger/
DThreads.cpp8541 for (int retries = 0; retries <= 2; ++retries) { in threadLoop() local
8542 ALOGW_IF(retries > 0, "overrun on read from pipe, retry #%d", retries); in threadLoop()
/frameworks/proto_logging/stats/
Datoms.proto14021 // Number of retries to unwrap the escrow key asynchronously.