Searched refs:userPresentIntentFilter (Results 1 – 1 of 1) sorted by relevance
45 private val userPresentIntentFilter: IntentFilter = IntentFilter(Intent.ACTION_USER_PRESENT) constant in com.google.android.torus.core.app.KeyguardLockController61 context.registerReceiver(userPresentReceiver, userPresentIntentFilter) in start()