Home
last modified time | relevance | path

Searched refs:TIMESTAMP (Results 1 – 25 of 40) sorted by relevance

12

/packages/modules/ImsMedia/tests/unit/src/com/android/telephony/imsmedia/
DRtpContextParamsTest.java34 private static final long TIMESTAMP = 3277537485L; field in RtpContextParamsTest
45 assertThat(rtpContextParams.getTimestamp()).isEqualTo(TIMESTAMP); in testConstructorAndGetters()
75 .setTimestamp(TIMESTAMP) in testNotEqual()
91 .setTimestamp(TIMESTAMP) in testNotEqual()
102 .setTimestamp(TIMESTAMP) in testInvalidSsrc()
112 .setTimestamp(TIMESTAMP) in testNegativeSsrc()
142 .setTimestamp(TIMESTAMP) in testInvalidSequenceNumber()
152 .setTimestamp(TIMESTAMP) in testNegativeSequenceNumber()
161 .setTimestamp(TIMESTAMP) in createRtpContextParams()
DTextConfigTest.java55 private static final long TIMESTAMP = 3277637148L; field in TextConfigTest
67 .setTimestamp(TIMESTAMP)
/packages/apps/Dialer/java/com/android/dialer/voicemail/listui/
DVoicemailCursorLoader.java39 AnnotatedCallLog.TIMESTAMP,
56 private static final int TIMESTAMP = 1; field in VoicemailCursorLoader
78 AnnotatedCallLog.TIMESTAMP + " DESC"); in VoicemailCursorLoader()
106 .setTimestamp(cursor.getLong(TIMESTAMP)) in toVoicemailEntry()
148 return cursor.getLong(TIMESTAMP); in getTimestamp()
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/discovery/info/
DRegulatoryInfoTest.java45 private static final int TIMESTAMP = 1646148479; field in RegulatoryInfoTest
90 assertThat(info.timestampSecondsSinceEpoch).isEqualTo(TIMESTAMP); in fromBytes_succeed()
106 TIMESTAMP, in toBytes_succeed()
135 TIMESTAMP, in testSourceOfInfo()
155 assertThat(regulatoryInfoResult.timestampSecondsSinceEpoch).isEqualTo(TIMESTAMP); in testSourceOfInfo()
/packages/modules/Connectivity/tests/common/java/android/net/
DConnectivityDiagnosticsManagerTest.java59 private static final long TIMESTAMP = 10L; field in ConnectivityDiagnosticsManagerTest
105 new Network(NET_ID), TIMESTAMP, linkProperties, networkCapabilities, bundle); in createSampleConnectivityReport()
173 TIMESTAMP, in testConnectivityReportEquals()
189 TIMESTAMP, in testConnectivityReportEquals()
197 TIMESTAMP, in testConnectivityReportEquals()
220 TIMESTAMP, in createSampleDataStallReport()
261 TIMESTAMP, in testDataStallReportEquals()
/packages/apps/Dialer/java/com/android/dialer/calldetails/
DCallDetailsCursorLoader.java42 AnnotatedCallLog.TIMESTAMP,
53 private static final int TIMESTAMP = 3; field in CallDetailsCursorLoader
66 AnnotatedCallLog.TIMESTAMP + " DESC"); in CallDetailsCursorLoader()
142 .setDate(cursor.getLong(TIMESTAMP)) in toCallDetailsEntry()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/
DBluetoothOppNotificationTest.java98 BluetoothShare.TIMESTAMP, BluetoothShare.DIRECTION, BluetoothShare._ID, in updateActiveNotification()
140 BluetoothShare.TIMESTAMP, BluetoothShare.DIRECTION, BluetoothShare._ID, in updateCompletedNotification_withOutBoundShare_showsNoti()
179 BluetoothShare.TIMESTAMP, BluetoothShare.DIRECTION, BluetoothShare._ID, in updateCompletedNotification_withInBoundShare_showsNoti()
219 BluetoothShare.TIMESTAMP, BluetoothShare.DIRECTION, BluetoothShare._ID, in updateIncomingFileConfirmationNotification()
DBluetoothOppReceiverTest.java244 new BluetoothOppTestUtils.CursorMockData(BluetoothShare.TIMESTAMP, 6, in onReceive_withActionTransferCompletedAndHandoverInitiated_contextSendBroadcast()
286 new BluetoothOppTestUtils.CursorMockData(BluetoothShare.TIMESTAMP, 6, in onReceive_withActionTransferComplete_noBroadcastSent()
DBluetoothOppUtilityTest.java124 String where = BluetoothShare.TIMESTAMP + " == " + timestampValue; in queryTransfersInBatch_returnsCorrectUrlArrayList()
261 new CursorMockData(BluetoothShare.TIMESTAMP, 5, timestampValue), in fillRecord_filledAllProperties()
/packages/modules/Connectivity/nearby/tests/unit/src/com/android/server/nearby/common/bluetooth/fastpair/
DEventTest.java44 private static final long TIMESTAMP = 1234L; field in EventTest
56 .setTimestamp(TIMESTAMP) in createAndReadFromParcel()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppProvider.java154 + BluetoothShare.TIMESTAMP + " INTEGER," + Constants.MEDIA_SCANNED in createTable()
246 BluetoothShare.TIMESTAMP)); in oppDatabaseMigration()
299 Long ts = values.getAsLong(BluetoothShare.TIMESTAMP); in insert()
303 filteredValues.put(BluetoothShare.TIMESTAMP, ts); in insert()
DBluetoothOppNotification.java271 final int timestampIndex = cursor.getColumnIndexOrThrow(BluetoothShare.TIMESTAMP); in updateActiveNotification()
417 WHERE_COMPLETED_OUTBOUND, null, BluetoothShare.TIMESTAMP + " DESC"); in updateCompletedNotification()
422 final int timestampIndex = cursor.getColumnIndexOrThrow(BluetoothShare.TIMESTAMP); in updateCompletedNotification()
485 WHERE_COMPLETED_INBOUND, null, BluetoothShare.TIMESTAMP + " DESC"); in updateCompletedNotification()
DBluetoothOppTransferHistory.java119 final String sortOrder = BluetoothShare.TIMESTAMP + " DESC"; in onCreate()
127 BluetoothShare.TIMESTAMP, in onCreate()
DBluetoothShare.java219 public static final String TIMESTAMP = "timestamp"; field in BluetoothShare
DBluetoothOppTransferAdapter.java119 int dateColumnId = cursor.getColumnIndexOrThrow(BluetoothShare.TIMESTAMP); in bindView()
DBluetoothOppUtility.java120 info.mTimeStamp = cursor.getLong(cursor.getColumnIndexOrThrow(BluetoothShare.TIMESTAMP)); in fillRecord()
165 final String where = BluetoothShare.TIMESTAMP + " == " + timeStamp; in queryTransfersInBatch()
/packages/apps/DocumentsUI/src/com/android/documentsui/picker/
DLastAccessedProvider.java72 public static final String TIMESTAMP = "timestamp"; field in LastAccessedProvider.Columns
105 Columns.TIMESTAMP + " INTEGER," + in onCreate()
172 values.put(Columns.TIMESTAMP, System.currentTimeMillis()); in insert()
/packages/apps/Dialer/java/com/android/dialer/calllog/database/
DAnnotatedCallLogDatabaseHelper.java75 + (AnnotatedCallLog.TIMESTAMP + " integer, ")
187 + AnnotatedCallLog.TIMESTAMP); in upgradeToV2()
/packages/apps/Messaging/src/com/android/messaging/datamodel/
DDatabaseHelper.java341 public static final String TIMESTAMP = "timestamp"; field in DatabaseHelper.PartColumns
356 + PartColumns.TIMESTAMP + " INT, "
368 + " SET " + PartColumns.TIMESTAMP + "="
377 + " FOR EACH ROW BEGIN UPDATE " + PARTS_TABLE + " SET " + PartColumns.TIMESTAMP
/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DConnectivityDiagnosticsManagerTest.java114 private static final long TIMESTAMP = 123456789L; field in ConnectivityDiagnosticsManagerTest
378 verifyOnDataStallSuspected(DETECTION_METHOD_DNS_EVENTS, TIMESTAMP, extras); in testOnDataStallSuspected_DnsEvents()
387 verifyOnDataStallSuspected(DETECTION_METHOD_TCP_METRICS, TIMESTAMP, extras); in testOnDataStallSuspected_TcpMetrics()
395 TIMESTAMP, in testOnDataStallSuspected_UnknownDetectionMethod()
/packages/apps/Dialer/java/com/android/dialer/calllog/ui/
DAnnotatedCallLogCursorLoader.java34 /* sortOrder = */ AnnotatedCallLog.TIMESTAMP + " DESC"); in AnnotatedCallLogCursorLoader()
/packages/apps/Dialer/java/com/android/dialer/calllog/database/contract/
DAnnotatedCallLogContract.java53 public static final String TIMESTAMP = "timestamp"; field in AnnotatedCallLogContract.AnnotatedCallLog
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DOccupantAwarenessServiceTest.java49 private static final int TIMESTAMP = 1234; // In milliseconds. field in OccupantAwarenessServiceTest
122 detections.timeStampMillis = TIMESTAMP; in fireDetectionEvent()
/packages/apps/Dialer/java/com/android/dialer/voicemail/model/
Dvoicemail_entry.proto17 // Value in column AnnotatedCallLog.TIMESTAMP
/packages/apps/Dialer/java/com/android/dialer/calllog/model/
Dcoalesced_row.proto19 // Value in column CoalescedAnnotatedCallLog.TIMESTAMP

12