Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/StartInfoApp/src/com/android/cts/startinfoapp/
DApiTestActivity.java45 private static final String REQUEST_KEY_TIMESTAMP_VALUE_LAST = "timestamp_value_last"; field in ApiTestActivity
143 long valLast = extras.getLong(REQUEST_KEY_TIMESTAMP_VALUE_LAST, 123456789L); in addTimestamp()
/cts/tests/app/AppStartTest/src/android/app/cts/
DActivityManagerAppStartInfoTest.java68 private static final String REQUEST_KEY_TIMESTAMP_VALUE_LAST = "timestamp_value_last"; field in ActivityManagerAppStartInfoTest
313 REQUEST_KEY_TIMESTAMP_VALUE_LAST, timestampLast); // last timestamp value in testAddingTimestamps()