/frameworks/base/graphics/java/android/graphics/ |
D | PathIterator.java | 82 mPathGenerationId = mPath.getGenerationId(); in PathIterator() 153 if (mPathGenerationId != mPath.getGenerationId()) { in peek() 176 if (mPathGenerationId != mPath.getGenerationId()) { in nextInternal()
|
D | Path.java | 822 public int getGenerationId() { in getGenerationId() method in Path
|
D | Bitmap.java | 405 public int getGenerationId() { in getGenerationId() method in Bitmap
|
/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 | 125 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()
|
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 | 174 int generation = mPlatformKeyManager.getGenerationId(mUserId); in syncKeys() 437 mUserId, recoveryAgentUid, decryptKey.getGenerationId()); in getKeysToSync()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/ |
D | PlatformKeyManagerTest.java | 279 assertEquals(MIN_GENERATION_ID, mPlatformKeyManager.getGenerationId(USER_ID_FIXTURE)); in init_setsGenerationId() 288 assertEquals(MIN_GENERATION_ID + 1, mPlatformKeyManager.getGenerationId(USER_ID_FIXTURE)); in init_incrementsGenerationIdIfKeyIsUnavailable() 301 assertEquals(MIN_GENERATION_ID, mPlatformKeyManager.getGenerationId(USER_ID_FIXTURE)); in init_doesNotIncrementGenerationIdIfKeyAvailable() 306 assertEquals(-1, mPlatformKeyManager.getGenerationId(USER_ID_FIXTURE)); in getGenerationId_returnsMinusOneIfNotInitialized() 521 assertEquals(MIN_GENERATION_ID + 1, mPlatformKeyManager.getGenerationId(USER_ID_FIXTURE)); in regenerate_incrementsTheGenerationId()
|
/frameworks/base/libs/hwui/ |
D | ColorFilter.h | 53 [[nodiscard]] int32_t getGenerationId() const { return mGenerationId; } in getGenerationId() function
|
/frameworks/base/core/java/android/hardware/camera2/params/ |
D | OutputConfiguration.java | 588 mConfiguredGenerationId = surface.getGenerationId(); in OutputConfiguration() 1540 mConfiguredGenerationId = mSurfaces.get(0).getGenerationId(); in OutputConfiguration()
|
/frameworks/base/core/java/com/android/internal/util/ |
D | ContrastColorUtil.java | 98 if (cached.second == bitmap.getGenerationId()) { in isGrayscaleIcon() 111 generationId = bitmap.getGenerationId(); in isGrayscaleIcon()
|
/frameworks/base/core/java/android/view/ |
D | Surface.java | 470 public int getGenerationId() { in getGenerationId() method in Surface
|
D | ViewRootImpl.java | 3597 final int surfaceGenerationId = mSurface.getGenerationId(); in performTraversals() 3756 surfaceReplaced = (surfaceGenerationId != mSurface.getGenerationId() in performTraversals()
|
/frameworks/base/core/java/android/app/ |
D | Notification.java | 3608 || aBitmap.getGenerationId() != bBitmap.getGenerationId(); in areIconsMaybeDifferent()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/base/core/api/ |
D | current.txt | 15492 method public int getGenerationId(); 16727 method public int getGenerationId();
|
/frameworks/base/boot/ |
D | boot-image-profile.txt | 16699 HSPLandroid/view/Surface;->getGenerationId()I
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 10446 method public int getGenerationId();
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 16763 HSPLandroid/view/Surface;->getGenerationId()I
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 61282 Landroid/view/Surface;->getGenerationId()I
|