Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppNotification.java118 long timeStamp = 0; // Database time stamp. Used for sorting ongoing transfers. field in BluetoothOppNotification.NotificationItem
241 long timeStamp = cursor.getLong(timestampIndex); in updateActiveNotification() local
257 String batchID = Long.toString(timeStamp); in updateActiveNotification()
265 item.timeStamp = timeStamp; in updateActiveNotification()
321 b.setWhen(item.timeStamp); in updateActiveNotification()
345 long timeStamp = 0; in updateCompletedNotification() local
383 timeStamp = cursor.getLong(timestampIndex); in updateCompletedNotification()
411 outNoti.when = timeStamp; in updateCompletedNotification()
430 timeStamp = cursor.getLong(timestampIndex); in updateCompletedNotification()
458 inNoti.when = timeStamp; in updateCompletedNotification()
[all …]
DBluetoothOppUtility.java135 public static ArrayList<String> queryTransfersInBatch(Context context, Long timeStamp) { in queryTransfersInBatch() argument
137 final String WHERE = BluetoothShare.TIMESTAMP + " == " + timeStamp; in queryTransfersInBatch()
168 Long timeStamp, Uri uri) { in openReceivedFile() argument