Searched defs:storageKey (Results  1 – 2 of 2) sorted by relevance
| /frameworks/base/services/core/java/com/android/server/hdmi/ | 
| D | HdmiCecConfig.java | 136         public String retrieveSystemProperty(@NonNull String storageKey,  in retrieveSystemProperty() 144         public void storeSystemProperty(@NonNull String storageKey,  in storeSystemProperty() 153         public String retrieveGlobalSetting(@NonNull String storageKey,  in retrieveGlobalSetting() 162         public void storeGlobalSetting(@NonNull String storageKey,  in storeGlobalSetting() 164             Global.putString(mContext.getContentResolver(), storageKey, value);  in storeGlobalSetting()  local 171         public String retrieveSharedPref(@NonNull String storageKey,  in retrieveSharedPref() 179         public void storeSharedPref(@NonNull String storageKey,  in storeSharedPref() 875         String storageKey = getStorageKey(setting);  in retrieveValue()  local 891         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()
  |