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.java614 appParamBuf.put((byte) getFilterPeriodBeginString().getBytes("UTF-8").length); in EncodeParams()
615 appParamBuf.put(getFilterPeriodBeginString().getBytes("UTF-8")); in EncodeParams()
841 public String getFilterPeriodBeginString() { in getFilterPeriodBeginString() method in BluetoothMapAppParams
DBluetoothMapObexServer.java888 Log.d(TAG,"FilterPeriodBegin = " + appParams.getFilterPeriodBeginString() + in onGet()