Searched refs:prevBatchLastIdKey (Results 1 – 1 of 1) sorted by relevance
381 final String prevBatchLastIdKey = PREF_KEY_PREFIX + (batchId - 1); in testVerifyLogIds() local383 prefs.contains(prevBatchLastIdKey)); in testVerifyLogIds()384 final long prevBatchLastId = prefs.getLong(prevBatchLastIdKey, 0); in testVerifyLogIds()