Searched refs:isAttentionServiceSupported (Results 1 – 5 of 5) sorted by relevance
193 if (!isAttentionServiceSupported() || !serviceHasSufficientPermissions()) { in updateUserActivity()293 boolean isAttentionServiceSupported() { in isAttentionServiceSupported() method in AttentionDetector294 return mAttentionManager != null && mAttentionManager.isAttentionServiceSupported(); in isAttentionServiceSupported()316 pw.println(" mAttentionServiceSupported=" + isAttentionServiceSupported()); in dump()
28 public abstract boolean isAttentionServiceSupported(); in isAttentionServiceSupported() method in AttentionManagerInternal
167 private boolean isAttentionServiceSupported() { in isAttentionServiceSupported() method in AttentionManagerService208 if (!isAttentionServiceSupported()) { in checkAttention()450 public boolean isAttentionServiceSupported() { in isAttentionServiceSupported() method in AttentionManagerService.LocalService451 return AttentionManagerService.this.isAttentionServiceSupported(); in isAttentionServiceSupported()
420 public boolean isAttentionServiceSupported() { in isAttentionServiceSupported() method in AttentionDetectorTest.TestableAttentionDetector
8784 HPLcom/android/server/attention/AttentionManagerService$LocalService;->isAttentionServiceSupported(…8825 HPLcom/android/server/attention/AttentionManagerService;->isAttentionServiceSupported()Z28340 PLcom/android/server/power/AttentionDetector;->isAttentionServiceSupported()Z