Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DSecurityLoggingTest.java389 final String currBatchLastIdKey = PREF_KEY_PREFIX + batchId; in testVerifyLogIds() local
391 prefs.edit().putLong(currBatchLastIdKey, lastId).commit(); in testVerifyLogIds()