Searched defs:storageKey (Results 1 – 10 of 10) sorted by relevance
/aosp12/frameworks/base/services/core/java/com/android/server/hdmi/ |
H A D | HdmiCecConfig.java | 140 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 D | IKeystoreSecurityLevel.aidl | 42 …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 D | IKeystoreSecurityLevel.aidl | 42 …alStorageKeyResponse convertStorageKeyToEphemeral(in android.system.keystore2.KeyDescriptor storag… in convertStorageKeyToEphemeral()
|
/aosp12/system/hardware/interfaces/keystore2/aidl/android/system/keystore2/ |
H A D | IKeystoreSecurityLevel.aidl | 196 EphemeralStorageKeyResponse convertStorageKeyToEphemeral(in KeyDescriptor storageKey); in convertStorageKeyToEphemeral()
|
/aosp12/hardware/interfaces/identity/aidl/default/libeic/ |
H A D | EicProvisioning.h | 47 uint8_t storageKey[EIC_AES_128_KEY_SIZE]; member
|
H A D | EicPresentation.h | 36 uint8_t storageKey[EIC_AES_128_KEY_SIZE]; member
|
/aosp12/hardware/interfaces/identity/aidl/vts/ |
H A D | TestCredentialTests.cpp | 175 const vector<uint8_t> storageKey = storageKeyItem->value(); in TEST_P() local
|
H A D | EndToEndTests.cpp | 77 vector<uint8_t> storageKey; in extractFromTestCredentialData() local
|
/aosp12/system/vold/ |
H A D | Keymaster.cpp | 155 ks2::KeyDescriptor storageKey = { in exportKey() local
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/people/ |
H A D | PeopleSpaceUtils.java | 149 int widgetId, String storageKey) { in addAppWidgetIdForKey() 158 int widgetId, String storageKey) { in removeAppWidgetIdForKey()
|