/packages/modules/ImsMedia/tests/unit/src/com/android/telephony/imsmedia/ |
D | RtpContextParamsTest.java | 34 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()
|
D | TextConfigTest.java | 55 private static final long TIMESTAMP = 3277637148L; field in TextConfigTest 67 .setTimestamp(TIMESTAMP)
|
/packages/apps/Dialer/java/com/android/dialer/voicemail/listui/ |
D | VoicemailCursorLoader.java | 39 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/ |
D | RegulatoryInfoTest.java | 45 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/ |
D | ConnectivityDiagnosticsManagerTest.java | 59 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/ |
D | CallDetailsCursorLoader.java | 42 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/ |
D | BluetoothOppNotificationTest.java | 98 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()
|
D | BluetoothOppReceiverTest.java | 244 new BluetoothOppTestUtils.CursorMockData(BluetoothShare.TIMESTAMP, 6, in onReceive_withActionTransferCompletedAndHandoverInitiated_contextSendBroadcast() 286 new BluetoothOppTestUtils.CursorMockData(BluetoothShare.TIMESTAMP, 6, in onReceive_withActionTransferComplete_noBroadcastSent()
|
D | BluetoothOppUtilityTest.java | 124 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/ |
D | EventTest.java | 44 private static final long TIMESTAMP = 1234L; field in EventTest 56 .setTimestamp(TIMESTAMP) in createAndReadFromParcel()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/ |
D | BluetoothOppProvider.java | 154 + 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()
|
D | BluetoothOppNotification.java | 271 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()
|
D | BluetoothOppTransferHistory.java | 119 final String sortOrder = BluetoothShare.TIMESTAMP + " DESC"; in onCreate() 127 BluetoothShare.TIMESTAMP, in onCreate()
|
D | BluetoothShare.java | 219 public static final String TIMESTAMP = "timestamp"; field in BluetoothShare
|
D | BluetoothOppTransferAdapter.java | 119 int dateColumnId = cursor.getColumnIndexOrThrow(BluetoothShare.TIMESTAMP); in bindView()
|
D | BluetoothOppUtility.java | 120 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/ |
D | LastAccessedProvider.java | 72 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/ |
D | AnnotatedCallLogDatabaseHelper.java | 75 + (AnnotatedCallLog.TIMESTAMP + " integer, ") 187 + AnnotatedCallLog.TIMESTAMP); in upgradeToV2()
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/ |
D | DatabaseHelper.java | 341 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/ |
D | ConnectivityDiagnosticsManagerTest.java | 114 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/ |
D | AnnotatedCallLogCursorLoader.java | 34 /* sortOrder = */ AnnotatedCallLog.TIMESTAMP + " DESC"); in AnnotatedCallLogCursorLoader()
|
/packages/apps/Dialer/java/com/android/dialer/calllog/database/contract/ |
D | AnnotatedCallLogContract.java | 53 public static final String TIMESTAMP = "timestamp"; field in AnnotatedCallLogContract.AnnotatedCallLog
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/ |
D | OccupantAwarenessServiceTest.java | 49 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/ |
D | voicemail_entry.proto | 17 // Value in column AnnotatedCallLog.TIMESTAMP
|
/packages/apps/Dialer/java/com/android/dialer/calllog/model/ |
D | coalesced_row.proto | 19 // Value in column CoalescedAnnotatedCallLog.TIMESTAMP
|