Searched defs:storageKey (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/core/java/com/android/server/hdmi/ |
D | HdmiCecConfig.java | 133 public String retrieveSystemProperty(@NonNull String storageKey, in retrieveSystemProperty() 141 public void storeSystemProperty(@NonNull String storageKey, in storeSystemProperty() 150 public String retrieveGlobalSetting(@NonNull String storageKey, in retrieveGlobalSetting() 159 public void storeGlobalSetting(@NonNull String storageKey, in storeGlobalSetting() 161 Global.putString(mContext.getContentResolver(), storageKey, value); in storeGlobalSetting() local 168 public String retrieveSharedPref(@NonNull String storageKey, in retrieveSharedPref() 176 public void storeSharedPref(@NonNull String storageKey, in storeSharedPref() 844 String storageKey = getStorageKey(setting); in retrieveValue() local 860 String storageKey = getStorageKey(setting); in storeValue() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/people/ |
D | PeopleSpaceUtils.java | 149 int widgetId, String storageKey) { in addAppWidgetIdForKey() 158 int widgetId, String storageKey) { in removeAppWidgetIdForKey()
|