Home
last modified time | relevance | path

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

/aosp14/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
/aosp14/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java6275 final boolean isCredentialManagementApp = isCredentialManagementApp(caller);
6286 if (isCredentialManagementApp) {
6334 if (!isCredentialManagementApp) {
6347 final boolean isCredentialManagementApp = isCredentialManagementApp(caller);
6358 if (isCredentialManagementApp) {
6396 final boolean isCredentialManagementApp = isCredentialManagementApp(caller);
6399 if (isCredentialManagementApp) {
6613 final boolean isCredentialManagementApp = isCredentialManagementApp(caller);
6735 if (!isCredentialManagementApp) {
6760 final boolean isCredentialManagementApp = isCredentialManagementApp(caller);
[all …]
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt39199 …method @WorkerThread public static boolean isCredentialManagementApp(@NonNull android.content.Cont…