Searched refs:REASON_SENSOR_UDFPS_LONG_PRESS (Results 1 – 5 of 5) sorted by relevance
382 case REASON_SENSOR_UDFPS_LONG_PRESS: return "udfps"; in reasonToString()393 REASON_SENSOR_UDFPS_LONG_PRESS, REASON_SENSOR_QUICK_PICKUP})406 public static final int REASON_SENSOR_UDFPS_LONG_PRESS = 10; field in DozeLog
276 boolean isUdfpsLongPress = pulseReason == DozeLog.REASON_SENSOR_UDFPS_LONG_PRESS; in onSensor()316 requestPulse(DozeLog.REASON_SENSOR_UDFPS_LONG_PRESS, true, null); in onSensor()
179 DozeLog.REASON_SENSOR_UDFPS_LONG_PRESS, in DozeSensors()
183 DozeLog.REASON_SENSOR_UDFPS_LONG_PRESS)); in testPulseWhileDozing_notifyAuthInterrupt()
228 final int reason = DozeLog.REASON_SENSOR_UDFPS_LONG_PRESS; in testOnSensor_Fingerprint()