/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/ |
D | WrappedKey.java | 104 /*platformKeyGenerationId=*/ wrappingKey.getGenerationId(), in fromSecretKey() 207 int platformKeyGenerationId = platformKey.getGenerationId(); in unwrapKeys() 218 platformKey.getGenerationId())); in unwrapKeys()
|
D | PlatformKeyManager.java | 129 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()
|
D | PlatformEncryptionKey.java | 52 public int getGenerationId() { in getGenerationId() method in PlatformEncryptionKey
|
D | PlatformDecryptionKey.java | 53 public int getGenerationId() { in getGenerationId() method in PlatformDecryptionKey
|
D | KeySyncTask.java | 167 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/ |
D | PlatformKeyManagerTest.java | 288 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/ |
D | OutputConfiguration.java | 264 mConfiguredGenerationId = surface.getGenerationId(); in OutputConfiguration() 560 mConfiguredGenerationId = mSurfaces.get(0).getGenerationId(); in OutputConfiguration()
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | NotificationTest.java | 146 when(bitA.getGenerationId()).thenReturn(100); in testBigPictureChange() 148 when(bitB.getGenerationId()).thenReturn(200); in testBigPictureChange()
|
/frameworks/base/core/java/com/android/internal/util/ |
D | ContrastColorUtil.java | 96 if (cached.second == bitmap.getGenerationId()) { in isGrayscaleIcon() 109 generationId = bitmap.getGenerationId(); in isGrayscaleIcon()
|
/frameworks/base/core/java/android/view/ |
D | Surface.java | 343 public int getGenerationId() { in getGenerationId() method in Surface
|
D | SurfaceView.java | 1033 == viewRoot.mSurface.getGenerationId())) { in updateSurface() 1036 mParentSurfaceGenerationId = viewRoot.mSurface.getGenerationId(); in updateSurface()
|
D | ViewRootImpl.java | 2567 final int surfaceGenerationId = mSurface.getGenerationId(); in performTraversals() 2662 surfaceReplaced = (surfaceGenerationId != mSurface.getGenerationId()) in performTraversals()
|
/frameworks/base/graphics/java/android/graphics/ |
D | Bitmap.java | 400 public int getGenerationId() { in getGenerationId() method in Bitmap
|
/frameworks/base/core/java/android/app/ |
D | Notification.java | 6909 || a.getGenerationId() != b.getGenerationId();
|
/frameworks/base/services/ |
D | art-profile | 19087 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/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 10446 method public int getGenerationId();
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 22031 HSPLandroid/view/Surface;->getGenerationId()I
|
/frameworks/base/api/ |
D | current.txt | 14072 method public int getGenerationId();
|