Home
last modified time | relevance | path

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

/frameworks/base/packages/BackupEncryption/src/com/android/server/backup/encryption/tasks/
DRotateSecondaryKeyTask.java107 RecoverableKeyStoreSecondaryKey nextKey = maybeNextKey.get(); in runInternal() local
110 isReady = isSecondaryKeyRotationReady(nextKey); in runInternal()
121 rotateToKey(nextKey); in runInternal()
136 private boolean isSecondaryKeyRotationReady(RecoverableKeyStoreSecondaryKey nextKey) in isSecondaryKeyRotationReady() argument
138 String nextAlias = nextKey.getAlias(); in isSecondaryKeyRotationReady()
/frameworks/libs/net/common/src_frameworkcommon/android/net/util/nsd/
DDnsSdTxtRecord.java142 int count = 0, nextKey; in keyCount() local
143 for (nextKey = 0; nextKey < mData.length; count++) { in keyCount()
144 nextKey += (0xFF & (mData[nextKey] + 1)); in keyCount()
/frameworks/base/packages/BackupEncryption/test/robolectric/src/com/android/server/backup/encryption/tasks/
DStartSecondaryKeyRotationTaskTest.java81 RecoverableKeyStoreSecondaryKey nextKey = mSecondaryKeyManager.generate(); in run_doesRemoveExistingNextSecondaryKeyIfItIsNotYetActive() local
82 String nextAlias = nextKey.getAlias(); in run_doesRemoveExistingNextSecondaryKeyIfItIsNotYetActive()
/frameworks/base/media/java/android/media/
DSubtitleTrack.java506 nextKey(); in next()
540 nextKey(); in EntryIterator()
543 private void nextKey() { in nextKey() method in EntryIterator