HomeSort by relevance Sort by last modified time
    Searched refs:getFilterRecipient (Results 1 - 3 of 3) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapAppParams.java 372 if (getFilterRecipient() != null)
373 length += getFilterRecipient().getBytes("UTF-8").length;
422 if (getFilterRecipient() != null) {
424 appParamBuf.put((byte) getFilterRecipient().getBytes("UTF-8").length);
425 appParamBuf.put(getFilterRecipient().getBytes("UTF-8"));
603 public String getFilterRecipient() {
    [all...]
BluetoothMapObexServer.java 408 Log.d(TAG,"FilterRecipient = " + appParams.getFilterRecipient() +
BluetoothMapContent.java 780 String recip = ap.getFilterRecipient();
    [all...]

Completed in 265 milliseconds