Home
last modified time | relevance | path

Searched refs:getFilterPeriodEndString (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapAppParams.java620 appParamBuf.put((byte) getFilterPeriodEndString().getBytes("UTF-8").length); in EncodeParams()
621 appParamBuf.put(getFilterPeriodEndString().getBytes("UTF-8")); in EncodeParams()
897 public String getFilterPeriodEndString() { in getFilterPeriodEndString() method in BluetoothMapAppParams
DBluetoothMapObexServer.java871 ", FilterPeriodEnd = " + appParams.getFilterPeriodEndString() + in onGet()