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.java703 if (getFractionRequest() != INVALID_VALUE_PARAMETER) { in EncodeParams()
706 appParamBuf.put((byte) getFractionRequest()); in EncodeParams()
1268 public int getFractionRequest() { in getFractionRequest() method in BluetoothMapAppParams
DBluetoothMapObexServer.java913 ", FractionRequest = " + appParams.getFractionRequest()); in onGet()
1470 (appParams.getFractionRequest() == in sendGetMessageRsp()
DBluetoothMapContent.java3295 if(appParams.getFractionRequest() == BluetoothMapAppParams.FRACTION_REQUEST_NEXT) { in getMessage()
3745 ", FractionRequest = " + appParams.getFractionRequest()); in getEmailMessage()
3765 int fractionRequest = appParams.getFractionRequest(); in getEmailMessage()