Searched refs:timeStamp (Results 1 – 9 of 9) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
D | BluetoothOppNotification.java | 127 long timeStamp = 0; // Database time stamp. Used for sorting ongoing transfers. field in BluetoothOppNotification.NotificationItem 257 long timeStamp = cursor.getLong(timestampIndex); in updateActiveNotification() local 273 String batchID = Long.toString(timeStamp); in updateActiveNotification() 281 item.timeStamp = timeStamp; in updateActiveNotification() 349 b.setWhen(item.timeStamp); in updateActiveNotification() 369 long timeStamp = 0; in updateCompletedNotification() local 390 timeStamp = cursor.getLong(timestampIndex); in updateCompletedNotification() 430 .setWhen(timeStamp) in updateCompletedNotification() 450 timeStamp = cursor.getLong(timestampIndex); in updateCompletedNotification() 490 .setWhen(timeStamp) in updateCompletedNotification()
|
D | BluetoothOppUtility.java | 144 public static ArrayList<String> queryTransfersInBatch(Context context, Long timeStamp) { in queryTransfersInBatch() argument 146 final String WHERE = BluetoothShare.TIMESTAMP + " == " + timeStamp; in queryTransfersInBatch() 177 Long timeStamp, Uri uri) { in openReceivedFile() argument
|
/packages/apps/ExactCalculator/src/com/android/calculator2/ |
D | ExpressionDB.java | 84 private RowData(byte[] expr, int flags, long timeStamp) { in RowData() argument 87 mTimeStamp = timeStamp; in RowData() 94 public RowData(byte[] expr, boolean degreeMode, boolean longTimeout, long timeStamp) { in RowData() argument 95 this(expr, flagsFromDegreeAndTimeout(degreeMode, longTimeout), timeStamp); in RowData()
|
/packages/apps/Car/Stream/src/com/android/car/stream/telecom/ |
D | CurrentCallConverter.java | 71 long timeStamp = System.currentTimeMillis() - call.getDetails().getConnectTimeMillis(); in convert() local 86 digits /* id */, timeStamp); in convert()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/ |
D | BluetoothPbapUtils.java | 279 long timeStamp = Calendar.getInstance().getTimeInMillis(); in fetchPbapParams() local 280 BluetoothPbapUtils.mDbIdentifier.set(pref.getLong("mDbIdentifier", timeStamp)); in fetchPbapParams() 284 BluetoothPbapUtils.contactsLastUpdated = pref.getLong("lastUpdatedTimestamp", timeStamp); in fetchPbapParams()
|
/packages/apps/Messaging/src/com/android/messaging/widget/ |
D | WidgetConversationListService.java | 111 final String timeStamp = conv.getIsSendRequested() ? in getViewAt() local 117 boldifyIfUnread(timeStamp, hasUnreadMessages)); in getViewAt()
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | BaseContactsProvider2Test.java | 1374 long timeStamp = c.getLong(index); in assertLastModified() local 1375 assertEquals(timeStamp, time); in assertLastModified()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
D | BluetoothMapContent.java | 3006 long timeStamp = smsMmsCursor.getLong(MMS_SMS_THREAD_COL_DATE); in populateSmsMmsConvoElement() local 3007 ele.setLastActivity(timeStamp); in populateSmsMmsConvoElement()
|
/packages/apps/Browser2/test/webexposed/ |
D | global-interface-listing-expected.txt | 1066 getter timeStamp
|