Searched refs:BluetoothPbapObexServer (Results 1 – 3 of 3) sorted by relevance
155 case BluetoothPbapObexServer.ContentType.PHONEBOOK: in getPhonebookSize()156 case BluetoothPbapObexServer.ContentType.FAVORITES: in getPhonebookSize()178 if (type == BluetoothPbapObexServer.ContentType.FAVORITES) { in getContactsSize()189 if (type == BluetoothPbapObexServer.ContentType.PHONEBOOK) { in getContactsSize()205 String selection = BluetoothPbapObexServer.createSelectionPara(type); in getCallHistorySize()231 String selection = BluetoothPbapObexServer.createSelectionPara(type); in loadCallHistoryList()286 if (orderByWhat == BluetoothPbapObexServer.ORDER_BY_ALPHABETICAL) { in getPhonebookNameList()390 if (orderByWhat == BluetoothPbapObexServer.ORDER_BY_INDEXED) { in getSelectedPhonebookNameList()395 } else if (orderByWhat == BluetoothPbapObexServer.ORDER_BY_ALPHABETICAL) { in getSelectedPhonebookNameList()462 String selection = BluetoothPbapObexServer.createSelectionPara(type); in getCallHistoryPrimaryFolderVersion()[all …]
61 public class BluetoothPbapObexServer extends ServerRequestHandler { class226 public BluetoothPbapObexServer(Handler callback, Context context, in BluetoothPbapObexServer() method in BluetoothPbapObexServer1285 if (appParamValue.needTag == BluetoothPbapObexServer.ContentType.PHONEBOOK) { in pullPhonebook()1301 if ((appParamValue.needTag != BluetoothPbapObexServer.ContentType.PHONEBOOK) in pullPhonebook()1302 && (appParamValue.needTag != BluetoothPbapObexServer.ContentType.FAVORITES)) { in pullPhonebook()1315 (appParamValue.needTag == BluetoothPbapObexServer.ContentType.FAVORITES); in pullPhonebook()1316 if ((appParamValue.needTag == BluetoothPbapObexServer.ContentType.PHONEBOOK) in pullPhonebook()
88 private BluetoothPbapObexServer mPbapServer;243 new BluetoothPbapObexServer(mServiceHandler, mService, PbapStateMachine.this); in rejectConnection()339 new BluetoothPbapObexServer(mServiceHandler, mService, PbapStateMachine.this); in startObexServerSession()