Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapAppParams.java626 appParamBuf.put((byte) getFilterPeriodBeginString().getBytes("UTF-8").length); in encodeParams()
627 appParamBuf.put(getFilterPeriodBeginString().getBytes("UTF-8")); in encodeParams()
856 public String getFilterPeriodBeginString() { in getFilterPeriodBeginString() method in BluetoothMapAppParams
DBluetoothMapObexServer.java1033 Log.d(TAG, "FilterPeriodBegin = " + appParams.getFilterPeriodBeginString() in onGet()