Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/hdmi/
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
/frameworks/base/packages/SystemUI/src/com/android/systemui/people/
DPeopleSpaceUtils.java149 int widgetId, String storageKey) { in addAppWidgetIdForKey()
158 int widgetId, String storageKey) { in removeAppWidgetIdForKey()