Searched refs:getFractionRequest (Results 1 – 5 of 5) sorted by relevance
142 assertThat(appParamsDecoded.getFractionRequest()).isEqualTo(TEST_FRACTION_REQUEST); in encodeToBuffer_thenDecode()235 assertThat(appParams.getFractionRequest()).isEqualTo(TEST_FRACTION_REQUEST); in settersAndGetters()
877 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()
1082 if (getFractionRequest() != INVALID_VALUE_PARAMETER) { in encodeParams()1085 appParamBuf.put((byte) getFractionRequest()); in encodeParams()1699 public int getFractionRequest() { in getFractionRequest() method in BluetoothMapAppParams
1229 + appParams.getFractionRequest()); in onGet()2044 && (appParams.getFractionRequest() in sendGetMessageRsp()
3569 if (appParams.getFractionRequest() == BluetoothMapAppParams.FRACTION_REQUEST_NEXT) { in getMessage()4048 + appParams.getFractionRequest()); in getEmailMessage()4075 int fractionRequest = appParams.getFractionRequest(); in getEmailMessage()