Searched refs:isAttentionServiceSupported (Results 1 – 5 of 5) sorted by relevance
175 || !isAttentionServiceSupported() in updateUserActivity()283 boolean isAttentionServiceSupported() { in isAttentionServiceSupported() method in AttentionDetector284 return mAttentionManager != null && mAttentionManager.isAttentionServiceSupported(); in isAttentionServiceSupported()305 pw.println(" mAttentionServiceSupported=" + isAttentionServiceSupported()); in dump()
28 public abstract boolean isAttentionServiceSupported(); in isAttentionServiceSupported() method in AttentionManagerInternal
153 private boolean isAttentionServiceSupported() { in isAttentionServiceSupported() method in AttentionManagerService176 if (!isAttentionServiceSupported()) { in checkAttention()408 public boolean isAttentionServiceSupported() { in isAttentionServiceSupported() method in AttentionManagerService.LocalService409 return AttentionManagerService.this.isAttentionServiceSupported(); in isAttentionServiceSupported()
327 public boolean isAttentionServiceSupported() { in isAttentionServiceSupported() method in AttentionDetectorTest.TestableAttentionDetector
12411 HSPLcom/android/server/power/AttentionDetector;->isAttentionServiceSupported()Z