Searched refs:isCredentialManagementApp (Results 1 – 5 of 5) sorted by relevance
614 public static boolean isCredentialManagementApp(@NonNull Context context) { in isCredentialManagementApp() method in KeyChain615 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()
66 boolean isCredentialManagementApp(String packageName); in isCredentialManagementApp() method
6473 final boolean isCredentialManagementApp = isCredentialManagementApp(caller);6478 || isCredentialManagementApp);6482 || (caller.hasPackage() && (isCallerDelegate || isCredentialManagementApp)));6484 if (isCredentialManagementApp) {6499 logInstallKeyPairFailure(caller, isCredentialManagementApp);6510 .setStrings(isCredentialManagementApp6523 logInstallKeyPairFailure(caller, isCredentialManagementApp);6528 boolean isCredentialManagementApp) {6529 if (!isCredentialManagementApp) {6542 final boolean isCredentialManagementApp = isCredentialManagementApp(caller);[all …]
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
39411 …method @WorkerThread public static boolean isCredentialManagementApp(@NonNull android.content.Cont…