Home
last modified time | relevance | path

Searched refs:setRetry (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
DProcessPendingMessagesAction.java68 setRetry(0, subId); in processFirstPendingMessage()
92 setRetry(0, subId); in scheduleProcessPendingMessagesAction()
143 setRetry(0, subId); in scheduleProcessPendingMessagesAction()
197 private static void setRetry(final int retryAttempt, int subId) { in setRetry() method in ProcessPendingMessagesAction
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapAppParamsTest.java97 appParams.setRetry(TEST_RETRY); in encodeToBuffer_thenDecode()
194 appParams.setRetry(TEST_RETRY); in settersAndGetters()
372 IllegalArgumentException.class, () -> appParams.setRetry(ILLEGAL_PARAMETER_INT)); in setters_withIllegalArguments()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapAppParams.java433 setRetry(appParams[i] & 0x01); // Lower bit in parseParams()
1573 public void setRetry(int retry) throws IllegalArgumentException { in setRetry() method in BluetoothMapAppParams