Searched defs:searchAttr (Results 1 - 3 of 3) sorted by last modified time

/frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/
H A DBluetoothPbapClient.java735 * <code>searchAttr</code> attribute of vCard matches <code>searchVal</code>
739 * @param searchAttr vCard attribute which shall be used to carry out search
748 public boolean pullVcardListing(String folder, byte searchAttr, String searchVal) { argument
749 return pullVcardListing(folder, ORDER_BY_DEFAULT, searchAttr, searchVal, 0, 0);
793 * @param searchAttr vCard attribute which shall be used to carry out search
805 public boolean pullVcardListing(String folder, byte order, byte searchAttr, argument
808 searchAttr, searchVal, maxListCount, listStartOffset);
H A DBluetoothPbapRequestPullVcardListing.java40 public BluetoothPbapRequestPullVcardListing(String folder, byte order, byte searchAttr, argument
66 oap.add(OAP_TAGID_SEARCH_ATTRIBUTE, searchAttr);
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContext.java585 Pair<String, Boolean> defStyleAttribute = searchAttr(defStyleAttr);
818 public Pair<String, Boolean> searchAttr(int attr) { method in class:BridgeContext

Completed in 85 milliseconds