Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapAppParams.java583 if (getFilterRecipient() != null) { in getParamMaxLength()
584 length += getFilterRecipient().getBytes("UTF-8").length; in getParamMaxLength()
639 if (getFilterRecipient() != null) { in encodeParams()
641 appParamBuf.put((byte) getFilterRecipient().getBytes("UTF-8").length); in encodeParams()
642 appParamBuf.put(getFilterRecipient().getBytes("UTF-8")); in encodeParams()
943 public String getFilterRecipient() { in getFilterRecipient() method in BluetoothMapAppParams
H A DBluetoothMapContent.java1610 String recip = ap.getFilterRecipient(); in matchRecipient()
1943 String recip = ap.getFilterRecipient(); in setWhereFilterRecipientEmail()
2737 if ((!sizeOnly) && (ap.getMaxListCount() > 0) && (ap.getFilterRecipient() in convoListing()
2746 && ap.getFilterRecipient() == null) { in convoListing()
2782 if (ap.getFilterRecipient() == null) { in convoListing()
2806 ap.getFilterRecipient(), ap)) { in convoListing()
3295 if (ap.getFilterRecipient() == null) { in populateSmsMmsConvoElement()
3389 String str = ap.getFilterRecipient(); in appendConvoListQueryParameters()
H A DBluetoothMapObexServer.java1041 Log.d(TAG, "FilterRecipient = " + appParams.getFilterRecipient() in onGet()
1069 Log.d(TAG, "FilterRecipient = " + appParams.getFilterRecipient()); in onGet()