Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/pbap/
DBluetoothPbapUtilsTest.java254 BluetoothPbapUtils.updateSecondaryVersionCounter(mContext, handler); in updateSecondaryVersionCounter_whenCursorIsNull_shouldNotCrash()
289 BluetoothPbapUtils.updateSecondaryVersionCounter(mContext, handler); in updateSecondaryVersionCounter_whenContactsAreAdded()
320 BluetoothPbapUtils.updateSecondaryVersionCounter(mContext, handler); in updateSecondaryVersionCounter_whenContactsAreDeleted()
352 BluetoothPbapUtils.updateSecondaryVersionCounter(mContext, null); in updateSecondaryVersionCounter_whenContactsAreUpdated()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/
DBluetoothPbapUtils.java290 static synchronized void updateSecondaryVersionCounter(Context context, Handler handler) { in updateSecondaryVersionCounter() method in BluetoothPbapUtils
DBluetoothPbapService.java1044 BluetoothPbapUtils.updateSecondaryVersionCounter( in updateSecondaryVersion()