Searched refs:getState (Results 1 – 12 of 12) sorted by relevance
317 return device.getState(state.getName()); in getDeviceState()334 State equivalentState = device.getState(state.getName()); in setDeviceState()
88 ConfigurationState state = mSelector.getState(); in createDialogContent()
763 mState = getState(mDevice, stateName); in initialize()1011 static State getState(@Nullable Device device, @Nullable String name) { in getState() method in Configuration1015 State state = device.getState(name); in getState()
353 return device.getState(state.getName()); in getDeviceState()
230 description.state = Configuration.getState(d, stateName); in fromXml()
1403 State newState = Configuration.getState(device, stateName); in onDeviceChange()
144 if (device.getState() == IDevice.DeviceState.ONLINE) { in setupDeviceForward()
242 ConfigurationState state = mConfigSelector.getState(); in validatePage()
587 return job.getState() == IStatus.OK; in addLibraryDependency()
564 DeviceState deviceState = d.getState(); in getStateString()
985 State state = device.getState(currentStateName); in addScreenSizePreviews()
559 public ConfigurationState getState() { in getState() method in ConfigurationSelector