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