Searched defs:retry (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppTransfer.java526 retry) {
532 mRetry = retry;
537 retry) {
543 mRetry = retry;
644 // again, but we need to retry. There is no good way to
645 // inform this socket asking it to retry apart from a blind
646 // delayed retry.
525 SocketConnectThread(BluetoothDevice device, int channel, boolean retry) argument
536 SocketConnectThread(BluetoothDevice device, boolean retry) argument
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapContentObserver.java1110 int retry; field in class:BluetoothMapContentObserver.PushMsgInfo
1123 int retry, String phone, Uri uri) {
1126 this.retry = retry;
1147 int retry = ap.getRetry();
1289 retry, phone, uri);
1639 intentSent.putExtra(EXTRA_MESSAGE_SENT_RETRY, msgInfo.retry);
1664 public static final String EXTRA_MESSAGE_SENT_RETRY = "retry";
1779 if (msgInfo.retry == 1) {
1782 msgInfo.partsSent = 0; // Reset counter for the retry
1122 PushMsgInfo(long id, int transparent, int retry, String phone, Uri uri) argument
[all...]
H A DBluetoothMapAppParams.java670 public void setRetry(int retry) throws IllegalArgumentException { argument
671 if (retry < 0 || retry > 0x0001)
673 this.mRetry = retry;
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
H A DHeadsetClientStateMachine.java879 private void acceptCall(int flag, boolean retry) { argument
912 if (mCalls.size() == 1 && retry) {
925 if (retry) {

Completed in 1031 milliseconds