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.java999 appParamBuf.put((byte) getFilterPeriodEndString().getBytes("UTF-8").length); in encodeParams()
1000 appParamBuf.put(getFilterPeriodEndString().getBytes("UTF-8")); in encodeParams()
1287 public String getFilterPeriodEndString() { in getFilterPeriodEndString() method in BluetoothMapAppParams
DBluetoothMapObexServer.java1140 + appParams.getFilterPeriodEndString() in onGet()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapAppParamsTest.java283 String filterPeriodEndString = appParams.getFilterPeriodEndString(); in setAndGetFilterPeriod_withString()