Searched refs:isAttentionServiceSupported (Results 1 – 4 of 4) sorted by relevance
205 || !isAttentionServiceSupported() in updateUserActivity()308 boolean isAttentionServiceSupported() { in isAttentionServiceSupported() method in AttentionDetector309 return mAttentionManager != null && mAttentionManager.isAttentionServiceSupported(); in isAttentionServiceSupported()319 pw.println(" mAttentionServiceSupported=" + isAttentionServiceSupported()); in dump()
28 public abstract boolean isAttentionServiceSupported(); in isAttentionServiceSupported() method in AttentionManagerInternal
435 public boolean isAttentionServiceSupported() { in isAttentionServiceSupported() method in AttentionDetectorTest.TestableAttentionDetector
524 public boolean isAttentionServiceSupported() { in isAttentionServiceSupported() method in AttentionManagerService.LocalService