Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DSecurityLoggingTest.java372 final int batchId = param == null ? 0 : Integer.parseInt(param); in testVerifyLogIds() local
378 if (batchId == 0) { in testVerifyLogIds()
381 final String prevBatchLastIdKey = PREF_KEY_PREFIX + (batchId - 1); in testVerifyLogIds()
389 final String currBatchLastIdKey = PREF_KEY_PREFIX + batchId; in testVerifyLogIds()