Searched refs:isWakeupConsideredUnlockIntent (Results 1 – 3 of 3) sorted by relevance
407 assertTrue(activeUnlockConfig.isWakeupConsideredUnlockIntent(wakeReason)) in isWakeupConsideredUnlockIntent_singleValue()409 assertFalse(activeUnlockConfig.isWakeupConsideredUnlockIntent(wakeReason)) in isWakeupConsideredUnlockIntent_singleValue()432 assertTrue(activeUnlockConfig.isWakeupConsideredUnlockIntent(wakeReason)) in isWakeupConsideredUnlockIntent_multiValue()434 assertFalse(activeUnlockConfig.isWakeupConsideredUnlockIntent(wakeReason)) in isWakeupConsideredUnlockIntent_multiValue()437 assertTrue(activeUnlockConfig.isWakeupConsideredUnlockIntent(PowerManager.WAKE_REASON_LIFT)) in isWakeupConsideredUnlockIntent_multiValue()438 assertTrue(activeUnlockConfig.isWakeupConsideredUnlockIntent(PowerManager.WAKE_REASON_TAP)) in isWakeupConsideredUnlockIntent_multiValue()440 activeUnlockConfig.isWakeupConsideredUnlockIntent( in isWakeupConsideredUnlockIntent_multiValue()458 assertFalse(activeUnlockConfig.isWakeupConsideredUnlockIntent(wakeReason)) in isWakeupConsideredUnlockIntent_emptyValues()461 activeUnlockConfig.isWakeupConsideredUnlockIntent(PowerManager.WAKE_REASON_LIFT) in isWakeupConsideredUnlockIntent_emptyValues()463 assertFalse(activeUnlockConfig.isWakeupConsideredUnlockIntent(PowerManager.WAKE_REASON_TAP)) in isWakeupConsideredUnlockIntent_emptyValues()[all …]
302 fun isWakeupConsideredUnlockIntent(pmWakeReason: Int): Boolean { in isWakeupConsideredUnlockIntent() method
2652 mActiveUnlockConfig.isWakeupConsideredUnlockIntent(wakeReason) in requestActiveUnlockFromWakeReason()