Home
last modified time | relevance | path

Searched refs:isAttentionServiceSupported (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/core/java/com/android/server/power/
DAttentionDetector.java175 || !isAttentionServiceSupported() in updateUserActivity()
283 boolean isAttentionServiceSupported() { in isAttentionServiceSupported() method in AttentionDetector
284 return mAttentionManager != null && mAttentionManager.isAttentionServiceSupported(); in isAttentionServiceSupported()
305 pw.println(" mAttentionServiceSupported=" + isAttentionServiceSupported()); in dump()
/frameworks/base/core/java/android/attention/
DAttentionManagerInternal.java28 public abstract boolean isAttentionServiceSupported(); in isAttentionServiceSupported() method in AttentionManagerInternal
/frameworks/base/services/core/java/com/android/server/attention/
DAttentionManagerService.java153 private boolean isAttentionServiceSupported() { in isAttentionServiceSupported() method in AttentionManagerService
176 if (!isAttentionServiceSupported()) { in checkAttention()
408 public boolean isAttentionServiceSupported() { in isAttentionServiceSupported() method in AttentionManagerService.LocalService
409 return AttentionManagerService.this.isAttentionServiceSupported(); in isAttentionServiceSupported()
/frameworks/base/services/tests/servicestests/src/com/android/server/power/
DAttentionDetectorTest.java327 public boolean isAttentionServiceSupported() { in isAttentionServiceSupported() method in AttentionDetectorTest.TestableAttentionDetector
/frameworks/base/services/
Dart-profile12411 HSPLcom/android/server/power/AttentionDetector;->isAttentionServiceSupported()Z