Home
last modified time | relevance | path

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

/aosp12/frameworks/base/keystore/java/android/security/
H A 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()
H A DIKeyChainService.aidl66 boolean isCredentialManagementApp(String packageName); in isCredentialManagementApp() method
/aosp12/packages/apps/KeyChain/src/com/android/keychain/
H A DKeyChainService.java730 private boolean isCredentialManagementApp(CallerIdentity caller) {
931 || isCredentialManagementApp(caller), MSG_NOT_SYSTEM_OR_CRED_MNG_APP);
958 || isCredentialManagementApp(caller)
973 public boolean isCredentialManagementApp(@NonNull String packageName) {
976 || isCredentialManagementApp(caller), MSG_NOT_SYSTEM_OR_CRED_MNG_APP);
/aosp12/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java5641 final boolean isCredentialManagementApp = isCredentialManagementApp(caller);
5645 if (isCredentialManagementApp) {
5693 if (!isCredentialManagementApp) {
5706 final boolean isCredentialManagementApp = isCredentialManagementApp(caller);
5710 if (isCredentialManagementApp) {
5748 final boolean isCredentialManagementApp = isCredentialManagementApp(caller);
5751 if (isCredentialManagementApp) {
5994 final boolean isCredentialManagementApp = isCredentialManagementApp(caller);
6109 if (!isCredentialManagementApp) {
6134 final boolean isCredentialManagementApp = isCredentialManagementApp(caller);
[all …]
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt37295 …method @WorkerThread public static boolean isCredentialManagementApp(@NonNull android.content.Cont…
/aosp12/frameworks/base/services/
H A Dart-profile16878 PLcom/android/server/devicepolicy/DevicePolicyManagerService;->isCredentialManagementApp(Lcom/andro…