Searched refs:getGenerationId (Results 1 - 14 of 14) sorted by relevance

/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/
H A DPlatformDecryptionKey.java53 public int getGenerationId() { method in class:PlatformDecryptionKey
H A DPlatformEncryptionKey.java52 public int getGenerationId() { method in class:PlatformEncryptionKey
H A DPlatformKeyManager.java115 public int getGenerationId(int userId) { method in class:PlatformKeyManager
172 int generationId = getGenerationId(userId);
226 int generationId = getGenerationId(userId);
276 int generationId = getGenerationId(userId);
304 int generationId = getGenerationId(userId);
H A DWrappedKey.java99 /*platformKeyGenerationId=*/ wrappingKey.getGenerationId(),
191 int platformKeyGenerationId = platformKey.getGenerationId();
202 platformKey.getGenerationId()));
H A DKeySyncTask.java168 int generation = mPlatformKeyManager.getGenerationId(mUserId);
414 mUserId, recoveryAgentUid, decryptKey.getGenerationId());
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/
H A DPlatformKeyManagerTest.java221 assertEquals(1, mPlatformKeyManager.getGenerationId(USER_ID_FIXTURE));
230 assertEquals(2, mPlatformKeyManager.getGenerationId(USER_ID_FIXTURE));
245 assertEquals(1, mPlatformKeyManager.getGenerationId(USER_ID_FIXTURE));
250 assertEquals(-1, mPlatformKeyManager.getGenerationId(USER_ID_FIXTURE));
476 assertEquals(2, mPlatformKeyManager.getGenerationId(USER_ID_FIXTURE));
/frameworks/base/core/java/android/hardware/camera2/params/
H A DOutputConfiguration.java263 mConfiguredGenerationId = surface.getGenerationId();
559 mConfiguredGenerationId = mSurfaces.get(0).getGenerationId();
/frameworks/base/core/java/android/view/
H A DSurface.java284 public int getGenerationId() { method in class:Surface
H A DViewRootImpl.java1949 final int surfaceGenerationId = mSurface.getGenerationId();
2133 } else if ((surfaceGenerationId != mSurface.getGenerationId()
2220 if (surfaceChanged || surfaceGenerationId != mSurface.getGenerationId()) {
/frameworks/base/core/java/com/android/internal/util/
H A DNotificationColorUtil.java96 if (cached.second == bitmap.getGenerationId()) {
109 generationId = bitmap.getGenerationId();
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationTest.java229 when(bitA.getGenerationId()).thenReturn(100);
231 when(bitB.getGenerationId()).thenReturn(200);
/frameworks/base/graphics/java/android/graphics/
H A DBitmap.java378 public int getGenerationId() { method in class:Bitmap
380 Log.w(TAG, "Called getGenerationId() on a recycle()'d bitmap! This is undefined behavior!");
/frameworks/base/core/java/android/app/
H A DNotification.java6420 || a.getGenerationId() != b.getGenerationId();
/frameworks/base/config/
H A Dboot-image-profile.txt[all...]

Completed in 1107 milliseconds