Home
last modified time | relevance | path

Searched defs:auths (Results 1 – 13 of 13) sorted by relevance

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
H A DFakeStorageManager.java40 ArrayList<Pair<byte[], byte[]>> auths = getUserAuth(userId); in clearUserKeyAuth() local
49 ArrayList<Pair<byte[], byte[]>> auths = mAuth.get(userId); in fixateNewestUserKeyAuth() local
57 ArrayList<Pair<byte[], byte[]>> auths = new ArrayList<Pair<byte[], byte[]>>(); in getUserAuth() local
65 ArrayList<Pair<byte[], byte[]>> auths = getUserAuth(userId); in getUserUnlockToken() local
76 ArrayList<Pair<byte[], byte[]>> auths = getUserAuth(userId); in unlockUser() local
/aosp12/hardware/interfaces/security/keymint/aidl/vts/functional/
H A DDeviceUniqueAttestationTest.cpp157 AuthorizationSet auths; in TEST_P() local
210 AuthorizationSet auths; in TEST_P() local
278 AuthorizationSet auths; in TEST_P() local
H A DKeyMintTest.cpp503 AuthorizationSet auths; in CheckCommonParams() local
1051 AuthorizationSet auths; in TEST_P() local
1238 AuthorizationSet auths; in TEST_P() local
1294 AuthorizationSet auths; in TEST_P() local
1878 AuthorizationSet auths; in TEST_P() local
2065 AuthorizationSet auths; in TEST_P() local
5352 auto auths = AuthorizationSetBuilder() in TEST_P() local
5911 AuthorizationSet auths; in TEST_P() local
5955 AuthorizationSet auths; in TEST_P() local
6000 AuthorizationSet auths; in TEST_P() local
[all …]
/aosp12/packages/apps/Contacts/src/com/android/contacts/model/account/
H A DAccountTypeProvider.java141 public boolean shouldUpdate(AuthenticatorDescription[] auths, SyncAdapterType[] syncTypes) { in shouldUpdate()
244 AuthenticatorDescription[] auths, SyncAdapterType[] syncTypes) { in onlyContactSyncable()
/aosp12/packages/apps/Settings/src/com/android/settings/accounts/
H A DAccountRestrictionHelper.java117 public static boolean showAccount(String[] authorities, ArrayList<String> auths) { in showAccount()
H A DChooseAccountPreferenceController.java193 final StringBuilder auths = new StringBuilder(); in onAuthDescriptionsUpdated() local
H A DAccountPreferenceController.java528 final ArrayList<String> auths = in getAccountTypePreferences() local
/aosp12/packages/apps/Dialer/java/com/android/contacts/common/model/
H A DAccountTypeManager.java318 AuthenticatorDescription[] auths, String accountType) { in findAuthenticator()
424 final AuthenticatorDescription[] auths = am.getAuthenticatorTypes(); in loadAccountsInBackground() local
/aosp12/system/keymaster/km_openssl/
H A Dattestation_utils.cpp211 auto auths = key.authorizations(); in check_attest_key_auths() local
/aosp12/hardware/interfaces/keymaster/4.0/vts/functional/
H A Dkeymaster_hidl_hal_test.cpp563 AuthorizationSet auths(keyCharacteristics.hardwareEnforced); in CheckBaseParams() local
3787 auto auths = AuthorizationSetBuilder() in TEST_P() local
/aosp12/system/keymaster/tests/
H A Dandroid_keymaster_test.cpp215 AuthorizationSet auths = sw_enforced(); in CheckBaseParams() local
3097 auto auths = AuthorizationSetBuilder() in TEST_P() local
/aosp12/frameworks/base/core/java/android/app/
H A DActivityThread.java1849 final String auths[] = authorities.split(";"); in notifyContentProviderPublishStatus() local
7345 final String auths[] = holder.info.authority.split(";"); in installProviderAuthoritiesLocked() local
/aosp12/hardware/interfaces/keymaster/3.0/vts/functional/
H A Dkeymaster_hidl_hal_test.cpp1052 AuthorizationSet auths(keyCharacteristics.teeEnforced); in CheckBaseParams() local