Home
last modified time | relevance | path

Searched defs:storageKey (Results 1 – 10 of 10) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiCecConfig.java140 public String retrieveSystemProperty(@NonNull String storageKey, in retrieveSystemProperty()
148 public void storeSystemProperty(@NonNull String storageKey, in storeSystemProperty()
157 public String retrieveGlobalSetting(@NonNull String storageKey, in retrieveGlobalSetting()
166 public void storeGlobalSetting(@NonNull String storageKey, in storeGlobalSetting()
168 Global.putString(mContext.getContentResolver(), storageKey, value); in storeGlobalSetting() local
175 public String retrieveSharedPref(@NonNull String storageKey, in retrieveSharedPref()
183 public void storeSharedPref(@NonNull String storageKey, in storeSharedPref()
571 String storageKey = getStorageKey(setting); in retrieveValue() local
587 String storageKey = getStorageKey(setting); in storeValue() local
/aosp12/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/1/android/system/keystore2/
H A DIKeystoreSecurityLevel.aidl42 …alStorageKeyResponse convertStorageKeyToEphemeral(in android.system.keystore2.KeyDescriptor storag… in convertStorageKeyToEphemeral()
/aosp12/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/current/android/system/keystore2/
H A DIKeystoreSecurityLevel.aidl42 …alStorageKeyResponse convertStorageKeyToEphemeral(in android.system.keystore2.KeyDescriptor storag… in convertStorageKeyToEphemeral()
/aosp12/system/hardware/interfaces/keystore2/aidl/android/system/keystore2/
H A DIKeystoreSecurityLevel.aidl196 EphemeralStorageKeyResponse convertStorageKeyToEphemeral(in KeyDescriptor storageKey); in convertStorageKeyToEphemeral()
/aosp12/hardware/interfaces/identity/aidl/default/libeic/
H A DEicProvisioning.h47 uint8_t storageKey[EIC_AES_128_KEY_SIZE]; member
H A DEicPresentation.h36 uint8_t storageKey[EIC_AES_128_KEY_SIZE]; member
/aosp12/hardware/interfaces/identity/aidl/vts/
H A DTestCredentialTests.cpp175 const vector<uint8_t> storageKey = storageKeyItem->value(); in TEST_P() local
H A DEndToEndTests.cpp77 vector<uint8_t> storageKey; in extractFromTestCredentialData() local
/aosp12/system/vold/
H A DKeymaster.cpp155 ks2::KeyDescriptor storageKey = { in exportKey() local
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/people/
H A DPeopleSpaceUtils.java149 int widgetId, String storageKey) { in addAppWidgetIdForKey()
158 int widgetId, String storageKey) { in removeAppWidgetIdForKey()