Searched refs:ExtconStateProvider (Results 1 – 2 of 2) sorted by relevance
80 static final class ExtconStateProvider { class in DockObserver83 ExtconStateProvider(Map<String, String> state) { in ExtconStateProvider() method in DockObserver.ExtconStateProvider92 static ExtconStateProvider fromString(String stateString) { in fromString()103 return new ExtconStateProvider(states); in fromString()106 static ExtconStateProvider fromFile(String stateFilePath) { in fromFile()111 return ExtconStateProvider.fromString(stateString); in fromFile()114 return new ExtconStateProvider(new HashMap<>()); in fromFile()117 return new ExtconStateProvider(new HashMap<>()); in fromFile()340 private int getDockedStateExtraValue(ExtconStateProvider state) { in getDockedStateExtraValue()360 void setDockStateFromProviderForTesting(ExtconStateProvider provider) { in setDockStateFromProviderForTesting()[all …]
56 DockObserver.ExtconStateProvider.fromString(extconDockState)); in updateExtconDockState()