/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
D | IccIoResult.java | 54 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/ |
D | SystemBarHelper.java | 261 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/ |
D | SimpleDecodingSource.cpp | 246 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/ |
D | UceRequest.java | 84 default void setRetryCount(int retries) { in setRetryCount() argument
|
/frameworks/base/services/core/java/com/android/server/camera/ |
D | CameraServiceProxy.java | 1217 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/ |
D | SyncOperation.java | 104 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()
|
D | SyncManager.md | 90 `SyncOperation.syncExemptionFlag`, unless the number of retries (not counting the original sync
|
D | SyncManager.java | 3921 syncOperation.retries++; in runSyncFinishedOrCanceledH() 3922 if (syncOperation.retries > mConstants.getMaxRetriesWithAppStandbyExemption()) { in runSyncFinishedOrCanceledH()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/emergency/ |
D | RadioOnStateListener.java | 551 public void setMaxNumRetries(int retries) { in setMaxNumRetries() argument 552 MAX_NUM_RETRIES = retries; in setMaxNumRetries()
|
/frameworks/av/media/libaudioclient/ |
D | AudioRecord.cpp | 1526 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()
|
D | AudioTrack.cpp | 2883 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/ |
D | AppLaunch.java | 527 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/ |
D | background_extension_dexopt_atoms.proto | 178 // The number of times the job is run due to retries.
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | GsmCdmaPhone.java | 3659 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/ |
D | AppStandbyControllerTests.java | 815 int retries = 0; in waitUntil() local 823 retries++; in waitUntil() 824 } while (retries < ASSERT_RETRY_ATTEMPTS); in waitUntil()
|
/frameworks/av/services/audioflinger/ |
D | Threads.cpp | 8541 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/ |
D | atoms.proto | 14021 // Number of retries to unwrap the escrow key asynchronously.
|