Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
DSecurityLoggingTest.java87 private static final String PREF_KEY_PREFIX = "batch-last-id-"; field in SecurityLoggingTest
319 final String prevBatchLastIdKey = PREF_KEY_PREFIX + (batchId - 1); in testVerifyLogIds()
327 final String currBatchLastIdKey = PREF_KEY_PREFIX + batchId; in testVerifyLogIds()