Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
DSecurityLoggingTest.java316 final int batchId = param == null ? 0 : Integer.parseInt(param); in testVerifyLogIds() local
322 if (batchId == 0) { in testVerifyLogIds()
325 final String prevBatchLastIdKey = PREF_KEY_PREFIX + (batchId - 1); in testVerifyLogIds()
333 final String currBatchLastIdKey = PREF_KEY_PREFIX + batchId; in testVerifyLogIds()