Searched refs:searchAttr (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/ |
D | BluetoothPbapObexServer.java | 477 public String searchAttr; field in BluetoothPbapObexServer.AppParamValue 497 searchAttr = ""; in AppParamValue() 508 + " searchValue=" + searchValue + " searchAttr=" + searchAttr + " needTag=" in dump() 554 appParamValue.searchAttr = Byte.toString(appParam[i]); in parseApplicationParameter() 597 String searchAttr) { in sendVcardListingXml() argument 606 if (searchAttr.equals("0")) { // search by name in sendVcardListingXml() 609 } else if (searchAttr.equals("1")) { // search by number in sendVcardListingXml() 834 String searchAttr = appParamValue.searchAttr.trim(); in pullVcardListing() local 836 if (searchAttr == null || searchAttr.length() == 0) { in pullVcardListing() 838 appParamValue.searchAttr = "0"; in pullVcardListing() [all …]
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/ |
D | BluetoothPbapClient.java | 758 public boolean pullVcardListing(String folder, byte searchAttr, String searchVal) { in pullVcardListing() argument 759 return pullVcardListing(folder, ORDER_BY_DEFAULT, searchAttr, searchVal, 0, 0); in pullVcardListing() 815 public boolean pullVcardListing(String folder, byte order, byte searchAttr, in pullVcardListing() argument 818 searchAttr, searchVal, maxListCount, listStartOffset); in pullVcardListing()
|
D | BluetoothPbapRequestPullVcardListing.java | 40 public BluetoothPbapRequestPullVcardListing(String folder, byte order, byte searchAttr, in BluetoothPbapRequestPullVcardListing() argument 66 oap.add(OAP_TAGID_SEARCH_ATTRIBUTE, searchAttr); in BluetoothPbapRequestPullVcardListing()
|