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.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
DBluetoothMapContent.java1610 String recip = ap.getFilterRecipient(); in matchRecipient()
1943 String recip = ap.getFilterRecipient(); in setWhereFilterRecipientEmail()
2743 if ((!sizeOnly) && (ap.getMaxListCount() > 0) && (ap.getFilterRecipient() in convoListing()
2752 && ap.getFilterRecipient() == null) { in convoListing()
2788 if (ap.getFilterRecipient() == null) { in convoListing()
2812 ap.getFilterRecipient(), ap)) { in convoListing()
3301 if (ap.getFilterRecipient() == null) { in populateSmsMmsConvoElement()
3395 String str = ap.getFilterRecipient(); in appendConvoListQueryParameters()
DBluetoothMapObexServer.java1036 Log.d(TAG, "FilterRecipient = " + appParams.getFilterRecipient() in onGet()
1064 Log.d(TAG, "FilterRecipient = " + appParams.getFilterRecipient()); in onGet()