Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/power/
DAttentionDetector.java205 || !isAttentionServiceSupported() in updateUserActivity()
308 boolean isAttentionServiceSupported() { in isAttentionServiceSupported() method in AttentionDetector
309 return mAttentionManager != null && mAttentionManager.isAttentionServiceSupported(); in isAttentionServiceSupported()
319 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/tests/servicestests/src/com/android/server/power/
DAttentionDetectorTest.java435 public boolean isAttentionServiceSupported() { in isAttentionServiceSupported() method in AttentionDetectorTest.TestableAttentionDetector
/frameworks/base/services/core/java/com/android/server/attention/
DAttentionManagerService.java524 public boolean isAttentionServiceSupported() { in isAttentionServiceSupported() method in AttentionManagerService.LocalService