Home
last modified time | relevance | path

Searched refs:mAttentionManager (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/power/
DAttentionDetector.java133 protected AttentionManagerInternal mAttentionManager; field in AttentionDetector
174 mAttentionManager = LocalServices.getService(AttentionManagerInternal.class); in systemReady()
242 final boolean sent = mAttentionManager.checkAttention( in updateUserActivity()
291 mAttentionManager.cancelAttentionCheck(mCallback); in cancelCurrentRequestIfAny()
309 return mAttentionManager != null && mAttentionManager.isAttentionServiceSupported(); in isAttentionServiceSupported()
/frameworks/base/services/tests/servicestests/src/com/android/server/power/
DAttentionDetectorTest.java425 mAttentionManager = mAttentionManagerInternal; in TestableAttentionDetector()