Home
last modified time | relevance | path

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

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