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

  /packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
BluetoothPbapRequestPullVcardListing.java 40 public BluetoothPbapRequestPullVcardListing(String folder, byte order, byte searchAttr,
66 oap.add(OAP_TAGID_SEARCH_ATTRIBUTE, searchAttr);
BluetoothPbapClient.java 745 * <code>searchAttr</code> attribute of vCard matches <code>searchVal</code>
749 * @param searchAttr vCard attribute which shall be used to carry out search
752 * of the attribute indicated by SearchAttr
758 public boolean pullVcardListing(String folder, byte searchAttr, String searchVal) {
759 return pullVcardListing(folder, ORDER_BY_DEFAULT, searchAttr, searchVal, 0, 0);
803 * @param searchAttr vCard attribute which shall be used to carry out search
806 * of the attribute indicated by SearchAttr
815 public boolean pullVcardListing(String folder, byte order, byte searchAttr,
818 searchAttr, searchVal, maxListCount, listStartOffset);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapObexServer.java 477 public String searchAttr;
497 searchAttr = "";
508 + " searchValue=" + searchValue + " searchAttr=" + searchAttr + " needTag="
554 appParamValue.searchAttr = Byte.toString(appParam[i]);
597 String searchAttr) {
606 if (searchAttr.equals("0")) { // search by name
609 } else if (searchAttr.equals("1")) { // search by number
834 String searchAttr = appParamValue.searchAttr.trim()
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgeContext.java 726 Pair<String, Boolean> defStyleAttribute = searchAttr(defStyleAttr);
    [all...]

Completed in 85 milliseconds