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