Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapAppParams.java631 appParamBuf.put((byte) getFilterPeriodEndString().getBytes("UTF-8").length); in encodeParams()
632 appParamBuf.put(getFilterPeriodEndString().getBytes("UTF-8")); in encodeParams()
916 public String getFilterPeriodEndString() { in getFilterPeriodEndString() method in BluetoothMapAppParams
DBluetoothMapObexServer.java1040 + ", FilterPeriodEnd = " + appParams.getFilterPeriodEndString() in onGet()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapAppParamsTest.java279 String filterPeriodEndString = appParams.getFilterPeriodEndString(); in setAndGetFilterPeriod_withString()