HomeSort by relevance Sort by last modified time
    Searched defs:mRetryCount (Results 1 - 20 of 20) sorted by null

  /external/ims/rcs/rcsservice/src/com/android/service/ims/presence/
PresencePublishTask.java 63 private int mRetryCount = 0;
77 return mRetryCount;
81 mRetryCount = retryCount;
87 " mRetryCount=" + mRetryCount;
  /hardware/libhardware_legacy/audio/
A2dpAudioInterface.h 113 int mRetryCount;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
WordListMetadata.java 41 public int mRetryCount;
68 mRetryCount = retryCount;
126 sb.append("\nRetryCount: ").append(mRetryCount);
  /frameworks/av/services/audioflinger/
PlaybackTracks.h 167 int8_t mRetryCount;
  /frameworks/base/services/core/java/com/android/server/utils/
ManagedApplicationService.java 98 private int mRetryCount;
438 mRetryCount = 0;
443 mRetryCount++;
449 && mRetryCount >= MAX_RETRY_COUNT)) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
RetryManager.java 195 private int mRetryCount = 0;
410 if (mRetryCount < mRetryArray.size()) {
411 index = mRetryCount;
569 if (!mRetryForever && mRetryCount + 1 > mMaxRetryCount) {
574 ++mRetryCount;
606 mRetryCount = 0;
669 return "RetryManager: mApnType=" + mApnType + " mRetryCount=" + mRetryCount
SMSDispatcher.java 680 tracker.mRetryCount = MAX_SEND_RETRIES;
684 +" mRetryCount="+tracker.mRetryCount
695 tracker.mRetryCount < MAX_SEND_RETRIES) {
704 tracker.mRetryCount++;
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/handover/
BluetoothPeripheralHandover.java 106 int mRetryCount;
179 mRetryCount = 0;
396 if (mRetryCount == 0) {
399 if (mRetryCount < MAX_RETRY_COUNT) {
441 if (mRetryCount == 0) {
472 mRetryCount = 0;
475 if (mRetryCount < MAX_RETRY_COUNT) {
489 if (mAction == ACTION_CONNECT && mRetryCount < MAX_RETRY_COUNT) {
503 if (mAction == ACTION_CONNECT && mRetryCount < MAX_RETRY_COUNT) {
638 mRetryCount++
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
UiccCarrierPrivilegeRules.java 190 private int mRetryCount; // Number of retries for open logical channel.
439 if (ar.exception instanceof CommandException && mRetryCount < MAX_RETRY
442 mRetryCount++;
  /packages/apps/Email/provider_src/com/android/email/service/
AttachmentService.java 183 long mRetryCount;
225 mRetryCount = orig.mRetryCount;
    [all...]
  /frameworks/opt/net/ims/src/java/com/android/ims/
ImsManager.java 258 private int mRetryCount = 0;
264 int timeout = (1 << mRetryCount) * IMS_RETRY_STARTING_TIMEOUT_MS;
265 if (mRetryCount <= CEILING_SERVICE_RETRY_COUNT) {
266 mRetryCount++;
291 mRetryCount = 0;
353 mRetryCount = 0;
    [all...]
  /packages/apps/TV/tuner/src/com/android/tv/tuner/tvinput/
TunerSessionWorker.java 190 private int mRetryCount;
487 mRetryCount = 0;
759 mRetryCount++;
    [all...]
  /packages/services/Telephony/src/com/android/phone/
PhoneInterfaceManager.java     [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-6.0.0_r1-robolectric-0.jar 
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 

Completed in 1242 milliseconds