Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapAppParams.java952 if (getFilterRecipient() != null) { in getParamMaxLength()
953 length += getFilterRecipient().getBytes("UTF-8").length; in getParamMaxLength()
1007 if (getFilterRecipient() != null) { in encodeParams()
1009 appParamBuf.put((byte) getFilterRecipient().getBytes("UTF-8").length); in encodeParams()
1010 appParamBuf.put(getFilterRecipient().getBytes("UTF-8")); in encodeParams()
1314 public String getFilterRecipient() { in getFilterRecipient() method in BluetoothMapAppParams
DBluetoothMapContent.java1561 String recip = ap.getFilterRecipient(); in matchRecipient()
1899 String recip = ap.getFilterRecipient(); in setWhereFilterRecipientEmail()
2741 && (ap.getFilterRecipient() == null)) { in convoListing()
2752 && ap.getFilterRecipient() == null) { in convoListing()
2788 if (ap.getFilterRecipient() == null) { in convoListing()
2812 convoElement, contacts, idsStr, ap.getFilterRecipient(), ap)) { in convoListing()
3297 if (ap.getFilterRecipient() == null) { in populateSmsMmsConvoElement()
3389 String str = ap.getFilterRecipient(); in appendConvoListQueryParameters()
DBluetoothMapObexServer.java1146 + appParams.getFilterRecipient() in onGet()
1195 Log.v(TAG, "FilterRecipient = " + appParams.getFilterRecipient()); in onGet()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapAppParamsTest.java128 assertThat(appParamsDecoded.getFilterRecipient()).isEqualTo(TEST_FILTER_RECIPIENT); in encodeToBuffer_thenDecode()
230 assertThat(appParams.getFilterRecipient()).isEqualTo(TEST_FILTER_RECIPIENT); in settersAndGetters()
DBluetoothMapContentTest.java1184 when(mParams.getFilterRecipient()).thenReturn(null); in convoListing_withNullFilterRecipient()
1272 when(mParams.getFilterRecipient()).thenReturn(TEST_CONTACT_NAME_FILTER); in convoListing_withNonNullFilterRecipient()