Home
last modified time | relevance | path

Searched refs:getFractionRequest (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapAppParamsTest.java142 assertThat(appParamsDecoded.getFractionRequest()).isEqualTo(TEST_FRACTION_REQUEST); in encodeToBuffer_thenDecode()
235 assertThat(appParams.getFractionRequest()).isEqualTo(TEST_FRACTION_REQUEST); in settersAndGetters()
DBluetoothMapContentTest.java877 when(mParams.getFractionRequest()).thenReturn(BluetoothMapAppParams.FRACTION_REQUEST_FIRST); in getEmailMessage_withFileNotFoundExceptionForEmailBodyAccess()
930 when(mParams.getFractionRequest()).thenReturn(BluetoothMapAppParams.FRACTION_REQUEST_FIRST); in getEmailMessage_withNullPointerExceptionForEmailBodyAccess()
983 when(mParams.getFractionRequest()).thenReturn(BluetoothMapAppParams.FRACTION_REQUEST_FIRST); in getEmailMessage()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapAppParams.java1082 if (getFractionRequest() != INVALID_VALUE_PARAMETER) { in encodeParams()
1085 appParamBuf.put((byte) getFractionRequest()); in encodeParams()
1699 public int getFractionRequest() { in getFractionRequest() method in BluetoothMapAppParams
DBluetoothMapObexServer.java1229 + appParams.getFractionRequest()); in onGet()
2044 && (appParams.getFractionRequest() in sendGetMessageRsp()
DBluetoothMapContent.java3569 if (appParams.getFractionRequest() == BluetoothMapAppParams.FRACTION_REQUEST_NEXT) { in getMessage()
4048 + appParams.getFractionRequest()); in getEmailMessage()
4075 int fractionRequest = appParams.getFractionRequest(); in getEmailMessage()