Home
last modified time | relevance | path

Searched refs:isCredentialManagementApp (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/keystore/java/android/security/
DKeyChain.java614 public static boolean isCredentialManagementApp(@NonNull Context context) { in isCredentialManagementApp() method in KeyChain
615 boolean isCredentialManagementApp = false; in isCredentialManagementApp()
617 isCredentialManagementApp = keyChainConnection.getService() in isCredentialManagementApp()
618 .isCredentialManagementApp(context.getPackageName()); in isCredentialManagementApp()
625 isCredentialManagementApp = false; in isCredentialManagementApp()
627 return isCredentialManagementApp; in isCredentialManagementApp()
DIKeyChainService.aidl66 boolean isCredentialManagementApp(String packageName); in isCredentialManagementApp() method
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java6473 final boolean isCredentialManagementApp = isCredentialManagementApp(caller);
6478 || isCredentialManagementApp);
6482 || (caller.hasPackage() && (isCallerDelegate || isCredentialManagementApp)));
6484 if (isCredentialManagementApp) {
6499 logInstallKeyPairFailure(caller, isCredentialManagementApp);
6510 .setStrings(isCredentialManagementApp
6523 logInstallKeyPairFailure(caller, isCredentialManagementApp);
6528 boolean isCredentialManagementApp) {
6529 if (!isCredentialManagementApp) {
6542 final boolean isCredentialManagementApp = isCredentialManagementApp(caller);
[all …]
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt39411 …method @WorkerThread public static boolean isCredentialManagementApp(@NonNull android.content.Cont…