Home | History | Annotate | Download | only in power

Lines Matching defs:POWER_FEATURE_DOUBLE_TAP_TO_WAKE

190     private static final int POWER_FEATURE_DOUBLE_TAP_TO_WAKE = 1;
682 nativeSetFeature(POWER_FEATURE_DOUBLE_TAP_TO_WAKE, 0);
938 nativeSetFeature(POWER_FEATURE_DOUBLE_TAP_TO_WAKE, mDoubleTapWakeEnabled ? 1 : 0);