Searched refs:isAttentionServiceSupported (Results 1 – 5 of 5) sorted by relevance
175 if (!isAttentionServiceSupported()) { in updateUserActivity()282 boolean isAttentionServiceSupported() { in isAttentionServiceSupported() method in AttentionDetector283 return mAttentionManager != null && mAttentionManager.isAttentionServiceSupported(); in isAttentionServiceSupported()303 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()
312 public boolean isAttentionServiceSupported() { in isAttentionServiceSupported() method in AttentionDetectorTest.TestableAttentionDetector
12411 HSPLcom/android/server/power/AttentionDetector;->isAttentionServiceSupported()Z