Searched refs:persistedString (Results 1 – 1 of 1) sorted by relevance
245 public static AdiDeviceState fromPersistedString(@Nullable String persistedString) { in fromPersistedString() argument246 if (persistedString == null) { in fromPersistedString()249 if (persistedString.isEmpty()) { in fromPersistedString()252 String[] fields = TextUtils.split(persistedString, SETTING_FIELD_SEPARATOR); in fromPersistedString()280 Log.e(TAG, "unable to parse setting for AdiDeviceState: " + persistedString, e); in fromPersistedString()