Home
last modified time | relevance | path

Searched defs:isCredentialManagementApp (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/keystore/java/android/security/
H A DIKeyChainService.aidl66 boolean isCredentialManagementApp(String packageName); in isCredentialManagementApp() method
H A DKeyChain.java614 public static boolean isCredentialManagementApp(@NonNull Context context) { in isCredentialManagementApp() method in KeyChain