Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
H A DDozeTriggers.java355 final long timeSinceNotification = in onSensor() local
358 timeSinceNotification < mDozeParameters.getPickupVibrationThreshold(); in onSensor()