Home
last modified time | relevance | path

Searched refs:LEGACY_KEYSTORE_SERVICE_NAME (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/keystore/java/android/security/
H A DLegacyVpnProfileStore.java38 private static final String LEGACY_KEYSTORE_SERVICE_NAME = "android.security.legacykeystore"; field in LegacyVpnProfileStore
42 ServiceManager.checkService(LEGACY_KEYSTORE_SERVICE_NAME)); in getService()
/aosp14/frameworks/base/wifi/java/src/android/net/wifi/
H A DWifiKeystore.java32 private static final String LEGACY_KEYSTORE_SERVICE_NAME = "android.security.legacykeystore"; field in WifiKeystore
36 ServiceManager.checkService(LEGACY_KEYSTORE_SERVICE_NAME)); in getService()