Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapAppParams.java431 appParamBuf.put((byte) getFilterPeriodEndString().getBytes("UTF-8").length); in EncodeParams()
432 appParamBuf.put(getFilterPeriodEndString().getBytes("UTF-8")); in EncodeParams()
594 public String getFilterPeriodEndString() { in getFilterPeriodEndString() method in BluetoothMapAppParams