Home
last modified time | relevance | path

Searched refs:ACTION_TRUST_STORE_CHANGED (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DSecurityControllerImpl.java142 filter.addAction(KeyChain.ACTION_TRUST_STORE_CHANGED); in SecurityControllerImpl()
501 if (KeyChain.ACTION_TRUST_STORE_CHANGED.equals(intent.getAction())) {
/aosp14/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DCertificateMonitor.java71 filter.addAction(KeyChain.ACTION_TRUST_STORE_CHANGED); in CertificateMonitor()
/aosp14/frameworks/base/keystore/java/android/security/
H A DKeyChain.java274 public static final String ACTION_TRUST_STORE_CHANGED = field in KeyChain
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
H A DDevicePolicyManagerTest.java6462 new Intent(KeyChain.ACTION_TRUST_STORE_CHANGED) in verifyCanGetOwnerInstalledCaCerts()
6491 new Intent(KeyChain.ACTION_TRUST_STORE_CHANGED) in verifyCanGetOwnerInstalledCaCerts()
6536 new Intent(KeyChain.ACTION_TRUST_STORE_CHANGED) in verifyCantGetOwnerInstalledCaCertsProfileOwnerRemoval()
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java15006 case android.security.KeyChain.ACTION_TRUST_STORE_CHANGED: in broadcastIntentLockedTraced()
/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.txt39205 …field public static final String ACTION_TRUST_STORE_CHANGED = "android.security.action.TRUST_STORE…