Searched refs:onUserAttention (Results 1 – 2 of 2) sorted by relevance
127 public AttentionDetector(Runnable onUserAttention, Object lock) { in AttentionDetector() argument128 mOnUserAttention = onUserAttention; in AttentionDetector()
769 mAttentionDetector = new AttentionDetector(this::onUserAttention, mLock); in PowerManagerService()1365 private void onUserAttention() { in onUserAttention() method in PowerManagerService