Home
last modified time | relevance | path

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

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