Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DActiveUnlockConfig.kt116 private var wakeupsConsideredUnlockIntents = mutableSetOf<Int>() variable
228 wakeupsConsideredUnlockIntents, in onChange()
303 return wakeupsConsideredUnlockIntents.contains(pmWakeReason) in isWakeupConsideredUnlockIntent()