Home | History | Annotate | Download | only in opp

Lines Matching refs:TIMESTAMP

583                 cursor.getLong(cursor.getColumnIndexOrThrow(BluetoothShare.TIMESTAMP)),
601 Log.v(TAG, "TIMESTAMP : " + info.mTimestamp);
616 * 3) If there is existing batch and timestamp match, insert transfer into batch
617 * 4) If there is existing batch and timestamp does not match, create a new batch and
736 info.mTimestamp = cursor.getLong(cursor.getColumnIndexOrThrow(BluetoothShare.TIMESTAMP));
837 private int findBatchWithTimeStamp(long timestamp) {
839 if (mBatchs.get(i).mTimestamp == timestamp) {