Searched refs:retry (Results 1 - 16 of 16) sorted by relevance

/packages/services/Car/libvehiclemonitor/native/
H A DVehicleMonitor.cpp31 int retry = 0; local
37 retry++;
38 if (retry > MAX_SERVICE_RETRY) {
/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/obex/
H A DRequestPushMessage.java45 boolean transparent, boolean retry) {
50 oap.add(OAP_TAGID_RETRY, retry ? RETRY_ON : RETRY_OFF);
43 RequestPushMessage(String folder, Bmessage msg, CharsetType charset, boolean transparent, boolean retry) argument
/packages/services/Car/tests/carservice_test/src/com/android/car/test/
H A DCarPackageManagerTest.java136 int retry = 0;
138 while (!checked && (retry < maxRetry)) {
140 retry++;
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/setting/usb/
H A DUsbDeviceStateController.java215 int retry = 0;
217 while (retry < MAX_USB_DETACH_CHANGE_WAIT) {
239 retry++;
246 retry = 0;
248 while (retry < MAX_USB_ATTACH_CHANGE_WAIT) {
263 retry++;
/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
H A DBackgroundWorkerService.java152 final boolean retry = false;
159 if (retry) {
/packages/services/BuiltInPrintService/jni/lib/
H A Dlib_wprint.c748 int retry = 0; local
785 } else if (retry >= MAX_IDLE_WAIT) {
816 retry++;
1118 int retry, result; local
1121 for (retry = 0, result = ERROR; ((result == ERROR) && (retry <= MAX_START_WAIT));
1122 retry++) {
1123 if (retry != 0) {
1130 for (retry = 0, result = ERROR; ((result == ERROR) && (retry <
[all...]
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppTransfer.java628 public SocketConnectThread(BluetoothDevice device, boolean retry) { argument
634 mRetry = retry;
640 BluetoothDevice device, boolean retry, boolean sdpInitiated, int l2capChannel) {
646 mRetry = retry;
697 // again, but we need to retry. There is no good way to
698 // inform this socket asking it to retry apart from a blind
699 // delayed retry.
639 SocketConnectThread( BluetoothDevice device, boolean retry, boolean sdpInitiated, int l2capChannel) argument
/packages/services/BuiltInPrintService/jni/ipphelper/
H A Dipp_print.c463 bool retry; local
468 retry = false;
494 retry = true;
495 LOGI("_start_job retry due to internal error");
496 // We will retry for one of these failures since we could have just
510 } while (retry);
H A Dipphelper.c171 "received. retry (%d) of (%d)", bad_request_retry_count,
187 LOGD("IPP_Status of IPP_BAD_REQUEST received. retry (%d) of (%d)",
1437 bool retry; local
1440 retry = false;
1448 // We need to retry when this happens.
1450 retry = true;
1459 } while (retry);
1487 // This is a no-op until we hit the error IPP_VERSION_NOT_SUPPORTED and retry.
1504 LOGE("ipp_doCupsRequest: %s %d received, retry %d of %d",
1524 LOGD("ipp_doCupsRequest: %s IPP_BAD_REQUEST received. retry (
[all...]
/packages/services/Car/service/src/com/android/car/
H A DBluetoothDevicesInfo.java39 * f) How many retry attempts have been made
340 // been exhausted and if you want to retry connecting on this profile, we will start
359 * If unsuccessful, check if we can retry on the same device. If no more retry attempts,
364 * @param retry - If Retries are available for the same device.
367 boolean retry) {
413 // Reset the retry count
432 if (!retry) {
437 // Reset the retry count
483 * Increment the retry coun
366 updateConnectionStatusLocked(BluetoothDevice device, boolean success, boolean retry) argument
[all...]
H A DBluetoothDeviceConnectionPolicy.java971 // Increment the retry count & cache what is being connected to
1083 boolean retry = canRetryConnection(profileToUpdate);
1084 // Update the status and also if a retry attempt can be made if the
1087 Log.d(TAG, "Retry? : " + retry);
1089 devInfo.updateConnectionStatusLocked(deviceThatConnected, didConnect, retry);
1096 * Returns if we can retry connection attempt on the given profile for the device that is
/packages/services/Car/tools/bootanalyze/
H A Dbootanalyze.py626 retry = 0
627 while retry < 20:
633 retry += 1
647 retry = 0
648 while retry < 5:
651 retry += 1
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapAppParams.java1155 public void setRetry(int retry) throws IllegalArgumentException { argument
1156 if (retry < 0 || retry > 0x0001)
1158 this.mRetry = retry;
H A DBluetoothMapContentObserver.java172 public static final String EXTRA_MESSAGE_SENT_RETRY = "retry";
2418 int retry; field in class:BluetoothMapContentObserver.PushMsgInfo
2431 int retry, String phone, Uri uri) {
2434 this.retry = retry;
2455 int retry = ap.getRetry();
2570 transparent, retry);
2627 retry, phone, uri);
2649 int transparent, int retry) {
2676 sentIntent.putExtra(EXTRA_MESSAGE_SENT_RETRY, retry);
2430 PushMsgInfo(long id, int transparent, int retry, String phone, Uri uri) argument
2648 sendMmsMessage(String folder, String to_address, BluetoothMapbMessageMime msg, int transparent, int retry) argument
[all...]
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DAbstractActivityController.java4000 actionTextResourceId = R.string.retry;
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 721 milliseconds