Home
last modified time | relevance | path

Searched refs:searchAttr (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/
DBluetoothPbapRequestPullVcardListing.java40 public BluetoothPbapRequestPullVcardListing(String folder, byte order, byte searchAttr, in BluetoothPbapRequestPullVcardListing() argument
66 oap.add(OAP_TAGID_SEARCH_ATTRIBUTE, searchAttr); in BluetoothPbapRequestPullVcardListing()
DBluetoothPbapClient.java748 public boolean pullVcardListing(String folder, byte searchAttr, String searchVal) { in pullVcardListing() argument
749 return pullVcardListing(folder, ORDER_BY_DEFAULT, searchAttr, searchVal, 0, 0); in pullVcardListing()
805 public boolean pullVcardListing(String folder, byte order, byte searchAttr, in pullVcardListing() argument
808 searchAttr, searchVal, maxListCount, listStartOffset); in pullVcardListing()
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeContext.java722 Pair<String, Boolean> defStyleAttribute = searchAttr(defStyleAttr); in obtainStyledAttributes()
999 public Pair<String, Boolean> searchAttr(int attr) { in searchAttr() method in BridgeContext