Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
DBluetoothPbapRequestPullVcardListing.java40 public BluetoothPbapRequestPullVcardListing(String folder, byte order, byte searchAttr, in BluetoothPbapRequestPullVcardListing()
DBluetoothPbapClient.java758 public boolean pullVcardListing(String folder, byte searchAttr, String searchVal) { in pullVcardListing()
815 public boolean pullVcardListing(String folder, byte order, byte searchAttr, in pullVcardListing()
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapObexServer.java477 public String searchAttr; field in BluetoothPbapObexServer.AppParamValue
597 String searchAttr) { in sendVcardListingXml()
834 String searchAttr = appParamValue.searchAttr.trim(); in pullVcardListing() local