Searched refs:timeStamp (Results 1 – 2 of 2) sorted by relevance
118 long timeStamp = 0; // Database time stamp. Used for sorting ongoing transfers. field in BluetoothOppNotification.NotificationItem241 long timeStamp = cursor.getLong(timestampIndex); in updateActiveNotification() local257 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() local383 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 …]
135 public static ArrayList<String> queryTransfersInBatch(Context context, Long timeStamp) { in queryTransfersInBatch() argument137 final String WHERE = BluetoothShare.TIMESTAMP + " == " + timeStamp; in queryTransfersInBatch()168 Long timeStamp, Uri uri) { in openReceivedFile() argument