Home
last modified time | relevance | path

Searched defs:newKey (Results 1 – 12 of 12) sorted by relevance

/frameworks/libs/modules-utils/javatests/com/android/modules/utils/testing/
DTestableDeviceConfigTest.java107 String newKey = "key2"; in setProperties() local
131 String newKey = "key2"; in getProperties_empty() local
154 String newKey = "key2"; in getProperties() local
193 String newKey = "key2"; in testListener_setProperties() local
/frameworks/base/core/java/android/accounts/
DAuthenticatorDescription.java77 public static AuthenticatorDescription newKey(String type) { in newKey() method in AuthenticatorDescription
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/pipeline/
DMediaTimeoutListenerTest.kt191 val newKey = "NEWKEY" in testOnMediaDataLoaded_migratesKeys() constant
211 val newKey = "NEWKEY" in testOnMediaDataLoaded_migratesKeys_noTimeoutExtension() constant
/frameworks/base/packages/BackupEncryption/test/robolectric/src/com/android/server/backup/encryption/keys/
DTertiaryKeyStoreTest.java134 SecretKey newKey = generateAesKey(); in save_overwritesPreviousKey() local
/frameworks/base/core/java/android/content/
DSyncAdapterType.java177 public static SyncAdapterType newKey(String authority, String accountType) { in newKey() method in SyncAdapterType
/frameworks/base/core/java/android/app/
DActivityTransitionState.java126 int newKey = mExitTransitionCoordinatorsKey++; in addExitTransitionCoordinator() local
DResourcesManager.java1211 final ResourcesKey newKey = rebaseActivityOverrideConfig(activityResource, in updateResourcesForActivity() local
1288 final ResourcesKey newKey = new ResourcesKey(oldKey.mResDir, in rebaseActivityOverrideConfig() local
1617 final ResourcesKey newKey = new ResourcesKey( in onLoadersChanged() local
DNotification.java8322 String newKey = newM.getSenderPerson() == null in areNotificationsVisiblyDifferent() local
/frameworks/base/services/core/java/com/android/server/locksettings/
DSyntheticPasswordCrypto.java249 final KeyDescriptor newKey = new KeyDescriptor(); in migrateLockSettingsKey() local
/frameworks/base/services/core/java/com/android/server/content/
DSyncOperation.java312 String newKey = key.substring(8); // Strip off the 'ACCOUNT:' prefix. in maybeCreateFromJobExtras() local
/frameworks/base/core/java/android/inputmethodservice/
DKeyboardView.java891 Key newKey = keys[mCurrentKeyIndex]; in showPreview() local
/frameworks/av/media/libstagefright/httplive/
DPlaylistFetcher.cpp419 bool newKey = memcmp(mKeyData, key->data(), AES_BLOCK_SIZE) != 0; in decryptBuffer() local