Searched refs:stateName (Results 1 – 3 of 3) sorted by relevance
228 String stateName = element.getAttribute(ATTR_STATE); in fromXml() local229 if (stateName.isEmpty() || stateName.equals("null")) { in fromXml()230 description.state = Configuration.getState(d, stateName); in fromXml()
753 String stateName = null; in initialize() local756 stateName = values[1]; in initialize()757 config = DeviceConfigHelper.getFolderConfig(mDevice, stateName); in initialize()760 stateName = first.getName(); in initialize()763 mState = getState(mDevice, stateName); in initialize()
1391 String stateName = null; in onDeviceChange() local1399 stateName = ConfigurationMatcher.getClosestMatch(oldConfig, device.getAllStates()); in onDeviceChange()1403 State newState = Configuration.getState(device, stateName); in onDeviceChange()