Searched refs:SEARCH_ATTR_NAME (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/ |
D | BluetoothPbapClient.java | 158 public static final byte SEARCH_ATTR_NAME = 0; field in BluetoothPbapClient 726 return pullVcardListing(folder, ORDER_BY_DEFAULT, SEARCH_ATTR_NAME, null, 0, 0); in pullVcardListing() 740 return pullVcardListing(folder, order, SEARCH_ATTR_NAME, null, 0, 0); in pullVcardListing() 777 return pullVcardListing(folder, order, SEARCH_ATTR_NAME, null, maxListCount, in pullVcardListing() 794 return pullVcardListing(folder, ORDER_BY_DEFAULT, SEARCH_ATTR_NAME, null, maxListCount, in pullVcardListing()
|