Home
last modified time | relevance | path

Searched refs:NUM_RESPONSE_TYPES (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/base/core/java/android/service/controls/actions/
H A DControlAction.java106 return (response >= 0 && response < NUM_RESPONSE_TYPES); in isValidResponse()
108 private static final int NUM_RESPONSE_TYPES = 6; field in ControlAction