Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
DBluetoothPbapClient.java158 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()