Searched refs:valueAry (Results 1 – 1 of 1) sorted by relevance
327 String[] valueAry = sharedPrefValue.split(","); in restoreDeviceState() local328 if (valueAry == null || valueAry.length != 4) { in restoreDeviceState()332 int deviceState = Integer.valueOf(valueAry[0]); in restoreDeviceState()333 Optional<Integer> errorCode = (Integer.valueOf(valueAry[1]) == -1L) ? in restoreDeviceState()334 Optional.empty() : Optional.of(Integer.valueOf(valueAry[1])); in restoreDeviceState()336 long retryTimeMillis = Long.valueOf(valueAry[2]); in restoreDeviceState()340 long exitStateTimeMillis = Long.valueOf(valueAry[3]); in restoreDeviceState()