Searched refs:ExtconStateConfig (Results 1 – 1 of 1) sorted by relevance
77 private final List<ExtconStateConfig> mExtconStateConfigs;126 private static final class ExtconStateConfig { class in DockObserver135 ExtconStateConfig(int extraStateValue) { in ExtconStateConfig() method in DockObserver.ExtconStateConfig140 private static List<ExtconStateConfig> loadExtconStateConfigs(Context context) { in loadExtconStateConfigs()144 ArrayList<ExtconStateConfig> configs = new ArrayList<>(); in loadExtconStateConfigs()147 ExtconStateConfig config = new ExtconStateConfig(Integer.parseInt(rowFields[0])); in loadExtconStateConfigs()341 for (ExtconStateConfig config : mExtconStateConfigs) { in getDockedStateExtraValue()