Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
DTestResultLogger.java15 public long timeStamp; // ms precision Unix Time UTC. field in TestResultLogger.Result
18 timeStamp = t; in Result()
46 (last.timeStamp - first.timeStamp+1)); in getAverageSpeed()
64 long firstTimeStamp = last.timeStamp - period; in getAverageSpeed()
65 if(first.timeStamp > firstTimeStamp || mResults.size() < 3) { in getAverageSpeed()
71 if(preFirst.timeStamp < firstTimeStamp) { in getAverageSpeed()
76 long timeError = period - (last.timeStamp-first.timeStamp); in getAverageSpeed()
81 /(preFirst.timeStamp - first.timeStamp+1); in getAverageSpeed()
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppNotification.java120 long timeStamp = 0; // Database time stamp. Used for sorting ongoing transfers. field in BluetoothOppNotification.NotificationItem
243 long timeStamp = cursor.getLong(timestampIndex); in updateActiveNotification() local
259 String batchID = Long.toString(timeStamp); in updateActiveNotification()
267 item.timeStamp = timeStamp; in updateActiveNotification()
333 b.setWhen(item.timeStamp); in updateActiveNotification()
358 long timeStamp = 0; in updateCompletedNotification() local
396 timeStamp = cursor.getLong(timestampIndex); in updateCompletedNotification()
429 outNoti.when = timeStamp; in updateCompletedNotification()
448 timeStamp = cursor.getLong(timestampIndex); in updateCompletedNotification()
481 inNoti.when = timeStamp; in updateCompletedNotification()
DBluetoothOppUtility.java140 public static ArrayList<String> queryTransfersInBatch(Context context, Long timeStamp) { in queryTransfersInBatch() argument
142 final String WHERE = BluetoothShare.TIMESTAMP + " == " + timeStamp; in queryTransfersInBatch()
173 Long timeStamp, Uri uri) { in openReceivedFile() argument
/packages/apps/Messaging/src/com/android/messaging/widget/
DWidgetConversationListService.java111 final String timeStamp = conv.getIsSendRequested() ? in getViewAt() local
117 boldifyIfUnread(timeStamp, hasUnreadMessages)); in getViewAt()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DBaseContactsProvider2Test.java1366 long timeStamp = c.getLong(index); in assertLastModified() local
1367 assertTrue(Math.abs(time - timeStamp) < tolerance); in assertLastModified()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapContent.java3007 long timeStamp = smsMmsCursor.getLong(MMS_SMS_THREAD_COL_DATE); in populateSmsMmsConvoElement() local
3008 ele.setLastActivity(timeStamp); in populateSmsMmsConvoElement()
/packages/apps/Browser2/test/webexposed/
Dglobal-interface-listing-expected.txt1066 getter timeStamp