Searched refs:mRetryCount (Results 1 – 8 of 8) sorted by relevance
/packages/apps/Nfc/src/com/android/nfc/handover/ |
D | BluetoothPeripheralHandover.java | 108 int mRetryCount; field in BluetoothPeripheralHandover 184 mRetryCount = 0; in start() 405 if (mRetryCount == 0) { in nextStepConnect() 408 if (mRetryCount < MAX_RETRY_COUNT) { in nextStepConnect() 450 if (mRetryCount == 0) { in startBonding() 481 mRetryCount = 0; in handleIntent() 484 if (mRetryCount < MAX_RETRY_COUNT) { in handleIntent() 498 if (mAction == ACTION_CONNECT && mRetryCount < MAX_RETRY_COUNT) { in handleIntent() 512 if (mAction == ACTION_CONNECT && mRetryCount < MAX_RETRY_COUNT) { in handleIntent() 651 mRetryCount++;
|
/packages/apps/Email/provider_src/com/android/email/service/ |
D | AttachmentService.java | 183 long mRetryCount; field in AttachmentService.DownloadRequest 225 mRetryCount = orig.mRetryCount; in DownloadRequest() 877 if (req.mRetryCount > 0 && req.mRetryStartTime > currentTime) { in processQueue() 1024 req.mRetryCount++; in cancelDownload() 1025 if (req.mRetryCount > CONNECTION_ERROR_MAX_RETRIES) { in cancelDownload() 1071 req.mRetryCount++; in endDownload() 1072 if (req.mRetryCount > CONNECTION_ERROR_MAX_RETRIES) { in endDownload() 1082 } else if (req.mRetryCount > CONNECTION_ERROR_DELAY_THRESHOLD) { in endDownload() 1089 attachmentId, req.mRetryCount); in endDownload() 1097 attachmentId, req.mRetryCount); in endDownload() [all …]
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/ |
D | WordListMetadata.java | 41 public int mRetryCount; field in WordListMetadata 68 mRetryCount = retryCount; in WordListMetadata() 126 sb.append("\nRetryCount: ").append(mRetryCount); in toString()
|
D | ActionBatch.java | 314 mWordList.mChecksum, mWordList.mRetryCount, mWordList.mFileSize, in execute() 365 mWordList.mRawChecksum, mWordList.mChecksum, mWordList.mRetryCount, in execute() 407 mWordList.mChecksum, mWordList.mRetryCount, mWordList.mFileSize, in execute()
|
D | UpdateHandler.java | 799 newInfo.mRetryCount = currentInfo.mRetryCount; in compareMetadataForUpgrade()
|
/packages/apps/TV/tuner/src/com/android/tv/tuner/tvinput/ |
D | TunerSessionWorkerExoV2.java | 204 private int mRetryCount; field in TunerSessionWorkerExoV2 551 mRetryCount = 0; in onDrawnToSurface() 900 mRetryCount++; in handleMessageRetryPlayback() 902 Log.d(TAG, "MSG_RETRY_PLAYBACK " + mRetryCount); in handleMessageRetryPlayback() 905 if (mRetryCount <= MAX_IMMEDIATE_RETRY_COUNT) { in handleMessageRetryPlayback() 1782 mRetryCount = 0; in prepareTune()
|
D | TunerSessionWorker.java | 205 private int mRetryCount; field in TunerSessionWorker 543 mRetryCount = 0; in onDrawnToSurface() 890 mRetryCount++; in handleMessageRetryPlayback() 892 Log.d(TAG, "MSG_RETRY_PLAYBACK " + mRetryCount); in handleMessageRetryPlayback() 895 if (mRetryCount <= MAX_IMMEDIATE_RETRY_COUNT) { in handleMessageRetryPlayback() 1768 mRetryCount = 0; in prepareTune()
|
/packages/services/Telephony/src/com/android/phone/ |
D | PhoneInterfaceManager.java | 1515 private int mRetryCount = -1; field in PhoneInterfaceManager.UnlockSim 1539 mRetryCount = msg.arg1; in run() 1599 resultArray[1] = mRetryCount; in unlockSim()
|