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.java575 if (getFilterRecipient() != null) in getParamMaxLength()
576 length += getFilterRecipient().getBytes("UTF-8").length; in getParamMaxLength()
628 if (getFilterRecipient() != null) { in EncodeParams()
630 appParamBuf.put((byte) getFilterRecipient().getBytes("UTF-8").length); in EncodeParams()
631 appParamBuf.put(getFilterRecipient().getBytes("UTF-8")); in EncodeParams()
922 public String getFilterRecipient() { in getFilterRecipient() method in BluetoothMapAppParams
DBluetoothMapContent.java1485 String recip = ap.getFilterRecipient(); in matchRecipient()
1814 String recip = ap.getFilterRecipient(); in setWhereFilterRecipientEmail()
2513 (ap.getFilterRecipient()==null)){ in convoListing()
2522 && ap.getFilterRecipient() == null){ in convoListing()
2551 if(ap.getFilterRecipient() == null) { in convoListing()
2575 ap.getFilterRecipient(), ap)) { in convoListing()
3035 if(ap.getFilterRecipient() == null) { in populateSmsMmsConvoElement()
3132 String str = ap.getFilterRecipient(); in appendConvoListQueryParameters()
DBluetoothMapObexServer.java873 Log.d(TAG,"FilterRecipient = " + appParams.getFilterRecipient() + in onGet()
896 Log.d(TAG,"FilterRecipient = " + appParams.getFilterRecipient()); in onGet()