Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/
DWrappedKey.java104 /*platformKeyGenerationId=*/ wrappingKey.getGenerationId(), in fromSecretKey()
207 int platformKeyGenerationId = platformKey.getGenerationId(); in unwrapKeys()
218 platformKey.getGenerationId())); in unwrapKeys()
DPlatformKeyManager.java129 public int getGenerationId(int userId) { in getGenerationId() method in PlatformKeyManager
182 int generationId = getGenerationId(userId); in regenerate()
237 int generationId = getGenerationId(userId); in getEncryptKeyInternal()
289 int generationId = getGenerationId(userId); in getDecryptKeyInternal()
337 int generationId = getGenerationId(userId); in init()
DPlatformEncryptionKey.java52 public int getGenerationId() { in getGenerationId() method in PlatformEncryptionKey
DPlatformDecryptionKey.java53 public int getGenerationId() { in getGenerationId() method in PlatformDecryptionKey
DKeySyncTask.java167 int generation = mPlatformKeyManager.getGenerationId(mUserId); in syncKeys()
432 mUserId, recoveryAgentUid, decryptKey.getGenerationId()); in getKeysToSync()
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/
DPlatformKeyManagerTest.java288 assertEquals(MIN_GENERATION_ID, mPlatformKeyManager.getGenerationId(USER_ID_FIXTURE)); in init_setsGenerationId()
297 assertEquals(MIN_GENERATION_ID + 1, mPlatformKeyManager.getGenerationId(USER_ID_FIXTURE)); in init_incrementsGenerationIdIfKeyIsUnavailable()
310 assertEquals(MIN_GENERATION_ID, mPlatformKeyManager.getGenerationId(USER_ID_FIXTURE)); in init_doesNotIncrementGenerationIdIfKeyAvailable()
315 assertEquals(-1, mPlatformKeyManager.getGenerationId(USER_ID_FIXTURE)); in getGenerationId_returnsMinusOneIfNotInitialized()
518 assertEquals(MIN_GENERATION_ID + 1, mPlatformKeyManager.getGenerationId(USER_ID_FIXTURE)); in regenerate_incrementsTheGenerationId()
/frameworks/base/core/java/android/hardware/camera2/params/
DOutputConfiguration.java264 mConfiguredGenerationId = surface.getGenerationId(); in OutputConfiguration()
560 mConfiguredGenerationId = mSurfaces.get(0).getGenerationId(); in OutputConfiguration()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationTest.java146 when(bitA.getGenerationId()).thenReturn(100); in testBigPictureChange()
148 when(bitB.getGenerationId()).thenReturn(200); in testBigPictureChange()
/frameworks/base/core/java/com/android/internal/util/
DContrastColorUtil.java96 if (cached.second == bitmap.getGenerationId()) { in isGrayscaleIcon()
109 generationId = bitmap.getGenerationId(); in isGrayscaleIcon()
/frameworks/base/core/java/android/view/
DSurface.java343 public int getGenerationId() { in getGenerationId() method in Surface
DSurfaceView.java1033 == viewRoot.mSurface.getGenerationId())) { in updateSurface()
1036 mParentSurfaceGenerationId = viewRoot.mSurface.getGenerationId(); in updateSurface()
DViewRootImpl.java2567 final int surfaceGenerationId = mSurface.getGenerationId(); in performTraversals()
2662 surfaceReplaced = (surfaceGenerationId != mSurface.getGenerationId()) in performTraversals()
/frameworks/base/graphics/java/android/graphics/
DBitmap.java400 public int getGenerationId() { in getGenerationId() method in Bitmap
/frameworks/base/core/java/android/app/
DNotification.java6909 || a.getGenerationId() != b.getGenerationId();
/frameworks/base/services/
Dart-profile19087 PLcom/android/server/locksettings/recoverablekeystore/PlatformDecryptionKey;->getGenerationId()I
19090 PLcom/android/server/locksettings/recoverablekeystore/PlatformEncryptionKey;->getGenerationId()I
19105 PLcom/android/server/locksettings/recoverablekeystore/PlatformKeyManager;->getGenerationId(I)I
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt10446 method public int getGenerationId();
/frameworks/base/config/
Dboot-image-profile.txt22031 HSPLandroid/view/Surface;->getGenerationId()I
/frameworks/base/api/
Dcurrent.txt14072 method public int getGenerationId();