Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapAppParams.java994 appParamBuf.put((byte) getFilterPeriodBeginString().getBytes("UTF-8").length); in encodeParams()
995 appParamBuf.put(getFilterPeriodBeginString().getBytes("UTF-8")); in encodeParams()
1227 public String getFilterPeriodBeginString() { in getFilterPeriodBeginString() method in BluetoothMapAppParams
DBluetoothMapObexServer.java1138 + appParams.getFilterPeriodBeginString() in onGet()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapAppParamsTest.java282 String filterPeriodBeginString = appParams.getFilterPeriodBeginString(); in setAndGetFilterPeriod_withString()