Searched refs:getSupportedStatesMethod (Results 1 – 1 of 1) sorted by relevance
152 Method getSupportedStatesMethod = getMethod(deviceStateManager.getClass(), in getDeviceStateIdentifiersUsingReflection() local154 if (getSupportedStatesMethod == null) { in getDeviceStateIdentifiersUsingReflection()159 final int[] identifiers = (int[]) getSupportedStatesMethod.invoke(deviceStateManager); in getDeviceStateIdentifiersUsingReflection()