Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapAppParams.java389 if (getFilterRecipient() != null) in getParamMaxLength()
390 length += getFilterRecipient().getBytes("UTF-8").length; in getParamMaxLength()
439 if (getFilterRecipient() != null) { in EncodeParams()
441 appParamBuf.put((byte) getFilterRecipient().getBytes("UTF-8").length); in EncodeParams()
442 appParamBuf.put(getFilterRecipient().getBytes("UTF-8")); in EncodeParams()
620 public String getFilterRecipient() { in getFilterRecipient() method in BluetoothMapAppParams
DBluetoothMapContent.java805 String recip = ap.getFilterRecipient(); in matchRecipient()
1107 String recip = ap.getFilterRecipient(); in setWhereFilterRecipientEmail()
DBluetoothMapObexServer.java679 Log.d(TAG,"FilterRecipient = " + appParams.getFilterRecipient() + in onGet()