Searched refs:BluetoothPbapUtils (Results 1 – 4 of 4) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/ |
D | BluetoothPbapUtils.java | 48 class BluetoothPbapUtils { class 190 BluetoothPbapUtils.sDbIdentifier.set(pref.getLong("DbIdentifier", timeStamp)); in fetchPbapParams() 191 BluetoothPbapUtils.sPrimaryVersionCounter = pref.getLong("primary", 0); in fetchPbapParams() 192 BluetoothPbapUtils.sSecondaryVersionCounter = pref.getLong("secondary", 0); in fetchPbapParams() 193 BluetoothPbapUtils.sTotalFields = pref.getLong("totalContacts", 0); in fetchPbapParams() 194 BluetoothPbapUtils.sContactsLastUpdated = pref.getLong("lastUpdatedTimestamp", timeStamp); in fetchPbapParams() 195 BluetoothPbapUtils.sTotalFields = pref.getLong("totalFields", 0); in fetchPbapParams() 196 BluetoothPbapUtils.sTotalSvcFields = pref.getLong("totalSvcFields", 0); in fetchPbapParams()
|
D | BluetoothPbapService.java | 275 BluetoothPbapUtils.savePbapParams(this); in closeService() 357 BluetoothPbapUtils.fetchPbapParams(mContext); in handleMessage() 402 BluetoothPbapUtils.rolloverCounters(); in handleMessage() 751 BluetoothPbapUtils.loadAllContacts(mContext, in loadAllContacts() 766 BluetoothPbapUtils.updateSecondaryVersionCounter(mContext, in updateSecondaryVersion()
|
D | BluetoothPbapVcardManager.java | 131 return BluetoothPbapUtils.createProfileVCard(mContext, vcardType, filter); in getOwnerPhoneNumberVcardFromProfile() 258 ownerName = BluetoothPbapUtils.getProfileName(mContext); in getPhonebookNameList() 306 composer = BluetoothPbapUtils.createFilteredVCardComposer(mContext, vcardType, null); in getSelectedPhonebookNameList() 321 ownerName = BluetoothPbapUtils.getProfileName(mContext); in getSelectedPhonebookNameList() 473 Log.d(TAG, "primaryVersionCounter is " + BluetoothPbapUtils.sPrimaryVersionCounter); in getCallHistoryPrimaryFolderVersion() 715 composer = BluetoothPbapUtils.createFilteredVCardComposer(mContext, vcardType, null); in composeContactsAndSendVCards() 817 composer = BluetoothPbapUtils.createFilteredVCardComposer(mContext, vcardType, null); in composeContactsAndSendSelectedVCards()
|
D | BluetoothPbapObexServer.java | 1446 mDatabaseIdentifierLow = BluetoothPbapUtils.sDbIdentifier.get(); in getDatabaseIdentifier() 1463 Log.d(TAG, "primaryVersionCounter is " + BluetoothPbapUtils.sPrimaryVersionCounter); in getPBPrimaryFolderVersion() 1464 pvc.putLong(BluetoothPbapUtils.sPrimaryVersionCounter); in getPBPrimaryFolderVersion() 1473 Log.d(TAG, "secondaryVersionCounter is " + BluetoothPbapUtils.sSecondaryVersionCounter); in getPBSecondaryFolderVersion() 1474 svc.putLong(BluetoothPbapUtils.sSecondaryVersionCounter); in getPBSecondaryFolderVersion()
|