Searched refs:deviceStates (Results 1 – 1 of 1) sorted by relevance
134 final List<DeviceState> deviceStates = deviceStateManager.getSupportedDeviceStates(); in getDeviceStateIdentifiers() local135 final int[] identifiers = new int[deviceStates.size()]; in getDeviceStateIdentifiers()136 for (int i = 0; i < deviceStates.size(); i++) { in getDeviceStateIdentifiers()137 identifiers[i] = deviceStates.get(i).getIdentifier(); in getDeviceStateIdentifiers()