Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
DSecurityLoggingTest.java328 final long lastId = events.get(events.size() - 1).getId(); in testVerifyLogIds() local
329 prefs.edit().putLong(currBatchLastIdKey, lastId).commit(); in testVerifyLogIds()