Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppService.java818 int i = findBatchWithTimeStamp(info.mTimestamp); in insertShare()
898 int i = findBatchWithTimeStamp(info.mTimestamp); in updateShare()
906 int i = findBatchWithTimeStamp(info.mTimestamp); in updateShare()
953 int i = findBatchWithTimeStamp(info.mTimestamp); in deleteShare()
999 private int findBatchWithTimeStamp(long timestamp) { in findBatchWithTimeStamp() method in BluetoothOppService