Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/StartInfoApp/src/com/android/cts/startinfoapp/
DApiTestActivity.java43 private static final String REQUEST_KEY_TIMESTAMP_VALUE_FIRST = "timestamp_value_first"; field in ApiTestActivity
141 long valFirst = extras.getLong(REQUEST_KEY_TIMESTAMP_VALUE_FIRST, 123456789L); in addTimestamp()
/cts/tests/app/AppStartTest/src/android/app/cts/
DActivityManagerAppStartInfoTest.java66 private static final String REQUEST_KEY_TIMESTAMP_VALUE_FIRST = "timestamp_value_first"; field in ActivityManagerAppStartInfoTest
311 REQUEST_KEY_TIMESTAMP_VALUE_FIRST, timestampFirst, // first timestamp value in testAddingTimestamps()