Searched refs:sharedPrefValue (Results 1 – 1 of 1) sorted by relevance
323 String sharedPrefValue = sharedPreferences.getString(sharedPrefKey, ""); in restoreDeviceState() local324 if (TextUtils.isEmpty(sharedPrefValue)) { in restoreDeviceState()327 String[] valueAry = sharedPrefValue.split(","); in restoreDeviceState()