Home
last modified time | relevance | path

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

/cts/tests/app/AppStartTest/src/android/app/cts/
DActivityManagerAppStartInfoTest.java301 final long timestampFirst = System.nanoTime(); in testAddingTimestamps() local
302 final long timestampLast = timestampFirst + 1000L; in testAddingTimestamps()
311 REQUEST_KEY_TIMESTAMP_VALUE_FIRST, timestampFirst, // first timestamp value in testAddingTimestamps()
332 assertEquals(timestampFirst, timestampFirstFromInfo); in testAddingTimestamps()