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.java193 if (!isAttentionServiceSupported() || !serviceHasSufficientPermissions()) { in updateUserActivity()
293 boolean isAttentionServiceSupported() { in isAttentionServiceSupported() method in AttentionDetector
294 return mAttentionManager != null && mAttentionManager.isAttentionServiceSupported(); in isAttentionServiceSupported()
316 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.java167 private boolean isAttentionServiceSupported() { in isAttentionServiceSupported() method in AttentionManagerService
208 if (!isAttentionServiceSupported()) { in checkAttention()
450 public boolean isAttentionServiceSupported() { in isAttentionServiceSupported() method in AttentionManagerService.LocalService
451 return AttentionManagerService.this.isAttentionServiceSupported(); in isAttentionServiceSupported()
/frameworks/base/services/tests/servicestests/src/com/android/server/power/
DAttentionDetectorTest.java420 public boolean isAttentionServiceSupported() { in isAttentionServiceSupported() method in AttentionDetectorTest.TestableAttentionDetector
/frameworks/base/services/
Dart-profile8784 HPLcom/android/server/attention/AttentionManagerService$LocalService;->isAttentionServiceSupported(…
8825 HPLcom/android/server/attention/AttentionManagerService;->isAttentionServiceSupported()Z
28340 PLcom/android/server/power/AttentionDetector;->isAttentionServiceSupported()Z