Home
last modified time | relevance | path

Searched refs:types1 (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/storage/
H A DRecoverableKeyStoreDbTest.java716 int[] types1 = new int[]{1}; in setRecoverySecretTypes_updateValue() local
719 mRecoverableKeyStoreDb.setRecoverySecretTypes(userId, uid, types1); in setRecoverySecretTypes_updateValue()
729 int[] types1 = new int[]{11, 2000}; in setRecoverySecretTypes_withMultiElementArrays() local
733 mRecoverableKeyStoreDb.setRecoverySecretTypes(userId, uid, types1); in setRecoverySecretTypes_withMultiElementArrays()
735 types1); in setRecoverySecretTypes_withMultiElementArrays()
749 int[] types1 = new int[]{1}; in setRecoverySecretTypes_withDifferentUid() local
752 mRecoverableKeyStoreDb.setRecoverySecretTypes(userId, uid1, types1); in setRecoverySecretTypes_withDifferentUid()
755 types1); in setRecoverySecretTypes_withDifferentUid()
766 int[] types1 = new int[]{1}; in setRecoveryServiceMetadataMethods() local
772 mRecoverableKeyStoreDb.setRecoverySecretTypes(userId, uid, types1); in setRecoveryServiceMetadataMethods()
[all …]
/aosp12/art/test/046-reflect/src/
H A DMain.java610 List<Type> types1 = Arrays.asList(method1.getGenericParameterTypes()); in checkParametrizedTypeEqualsAndHashCode() local
614 Type type1 = types1.get(0); in checkParametrizedTypeEqualsAndHashCode()
666 List<Type> types1 = Arrays.asList(method1.getGenericParameterTypes()); in checkGenericArrayTypeEqualsAndHashCode() local
670 Type type1 = types1.get(0); in checkGenericArrayTypeEqualsAndHashCode()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/
H A DRecoverableKeyStoreManagerTest.java1134 int[] types1 = new int[]{11, 2000}; in setRecoverySecretTypes_updatesSecretTypes() local
1138 mRecoverableKeyStoreManager.setRecoverySecretTypes(types1); in setRecoverySecretTypes_updatesSecretTypes()
1140 types1); in setRecoverySecretTypes_updatesSecretTypes()
/aosp12/art/runtime/
H A Dclass_linker.cc5739 const dex::TypeList* types1 = method1->GetParameterTypeList(); in HasSameSignatureWithDifferentClassLoaders() local
5741 if (types1 == nullptr) { in HasSameSignatureWithDifferentClassLoaders()
5750 if (types1->Size() != 0) { in HasSameSignatureWithDifferentClassLoaders()
5758 uint32_t num_types = types1->Size(); in HasSameSignatureWithDifferentClassLoaders()
5767 dex::TypeIndex param_type_idx = types1->GetTypeItem(i).type_idx_; in HasSameSignatureWithDifferentClassLoaders()