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.java509 if (getFractionRequest() != INVALID_VALUE_PARAMETER) { in EncodeParams()
512 appParamBuf.put((byte) getFractionRequest()); in EncodeParams()
756 public int getFractionRequest() { in getFractionRequest() method in BluetoothMapAppParams
DBluetoothMapObexServer.java688 ", FractionRequest = " + appParams.getFractionRequest()); in onGet()
940 (appParams.getFractionRequest() == in sendGetMessageRsp()
DBluetoothMapContent.java1540 if(appParams.getFractionRequest() == BluetoothMapAppParams.FRACTION_REQUEST_NEXT) { in getMessage()
1882 ", FractionRequest = " + appParams.getFractionRequest()); in getEmailMessage()
1901 int fractionRequest = appParams.getFractionRequest(); in getEmailMessage()