/aosp12/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/ |
H A D | PlatformKeyManager.java | 126 public int getGenerationId(int userId) { in getGenerationId() method in PlatformKeyManager 179 int generationId = getGenerationId(userId); in regenerate() 234 int generationId = getGenerationId(userId); in getEncryptKeyInternal() 286 int generationId = getGenerationId(userId); in getDecryptKeyInternal() 334 int generationId = getGenerationId(userId); in init()
|
H A D | WrappedKey.java | 104 /*platformKeyGenerationId=*/ wrappingKey.getGenerationId(), in fromSecretKey() 207 int platformKeyGenerationId = platformKey.getGenerationId(); in unwrapKeys() 218 platformKey.getGenerationId())); in unwrapKeys()
|
H A D | PlatformDecryptionKey.java | 53 public int getGenerationId() { in getGenerationId() method in PlatformDecryptionKey
|
H A D | PlatformEncryptionKey.java | 52 public int getGenerationId() { in getGenerationId() method in PlatformEncryptionKey
|
H A D | KeySyncTask.java | 167 int generation = mPlatformKeyManager.getGenerationId(mUserId); in syncKeys() 430 mUserId, recoveryAgentUid, decryptKey.getGenerationId()); in getKeysToSync()
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/ |
H A D | PlatformKeyManagerTest.java | 277 assertEquals(MIN_GENERATION_ID, mPlatformKeyManager.getGenerationId(USER_ID_FIXTURE)); in init_setsGenerationId() 286 assertEquals(MIN_GENERATION_ID + 1, mPlatformKeyManager.getGenerationId(USER_ID_FIXTURE)); in init_incrementsGenerationIdIfKeyIsUnavailable() 299 assertEquals(MIN_GENERATION_ID, mPlatformKeyManager.getGenerationId(USER_ID_FIXTURE)); in init_doesNotIncrementGenerationIdIfKeyAvailable() 304 assertEquals(-1, mPlatformKeyManager.getGenerationId(USER_ID_FIXTURE)); in getGenerationId_returnsMinusOneIfNotInitialized() 507 assertEquals(MIN_GENERATION_ID + 1, mPlatformKeyManager.getGenerationId(USER_ID_FIXTURE)); in regenerate_incrementsTheGenerationId()
|
/aosp12/frameworks/base/core/java/android/hardware/camera2/params/ |
H A D | OutputConfiguration.java | 316 mConfiguredGenerationId = surface.getGenerationId(); in OutputConfiguration() 752 mConfiguredGenerationId = mSurfaces.get(0).getGenerationId(); in OutputConfiguration()
|
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | NotificationTest.java | 146 when(bitA.getGenerationId()).thenReturn(100); in testBigPictureChange() 148 when(bitB.getGenerationId()).thenReturn(200); in testBigPictureChange()
|
/aosp12/frameworks/base/core/java/com/android/internal/util/ |
H A D | ContrastColorUtil.java | 96 if (cached.second == bitmap.getGenerationId()) { in isGrayscaleIcon() 109 generationId = bitmap.getGenerationId(); in isGrayscaleIcon()
|
/aosp12/frameworks/base/core/java/android/view/ |
H A D | Surface.java | 382 public int getGenerationId() { in getGenerationId() method in Surface
|
H A D | ViewRootImpl.java | 2816 final int surfaceGenerationId = mSurface.getGenerationId(); in performTraversals() 2941 surfaceReplaced = (surfaceGenerationId != mSurface.getGenerationId() in performTraversals()
|
/aosp12/frameworks/base/graphics/java/android/graphics/ |
H A D | Bitmap.java | 390 public int getGenerationId() { in getGenerationId() method in Bitmap
|
/aosp12/frameworks/base/core/java/android/app/ |
H A D | Notification.java | 7535 || aBitmap.getGenerationId() != bBitmap.getGenerationId(); in areIconsObviouslyDifferent()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/services/ |
H A D | art-profile | 23956 PLcom/android/server/locksettings/recoverablekeystore/PlatformDecryptionKey;->getGenerationId()I 23959 PLcom/android/server/locksettings/recoverablekeystore/PlatformEncryptionKey;->getGenerationId()I 23973 HPLcom/android/server/locksettings/recoverablekeystore/PlatformKeyManager;->getGenerationId(I)I+]Lc…
|
/aosp12/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 17215 HSPLandroid/view/Surface;->getGenerationId()I
|
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 14711 method public int getGenerationId();
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 10446 method public int getGenerationId();
|
/aosp12/frameworks/base/config/ |
H A D | boot-image-profile.txt | 17264 HSPLandroid/view/Surface;->getGenerationId()I
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 65248 Landroid/view/Surface;->getGenerationId()I
|