Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapAppParams.java714 if (getFractionRequest() != INVALID_VALUE_PARAMETER) { in encodeParams()
717 appParamBuf.put((byte) getFractionRequest()); in encodeParams()
1322 public int getFractionRequest() { in getFractionRequest() method in BluetoothMapAppParams
DBluetoothMapObexServer.java1084 + ", FractionRequest = " + appParams.getFractionRequest()); in onGet()
1730 appParams.getFractionRequest() in sendGetMessageRsp()
DBluetoothMapContent.java3569 if (appParams.getFractionRequest() == BluetoothMapAppParams.FRACTION_REQUEST_NEXT) { in getMessage()
4037 + appParams.getFractionRequest()); in getEmailMessage()
4057 int fractionRequest = appParams.getFractionRequest(); in getEmailMessage()