Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/power/
DAttentionDetector.java103 protected AttentionManagerInternal mAttentionManager; field in AttentionDetector
148 mAttentionManager = LocalServices.getService(AttentionManagerInternal.class); in systemReady()
215 final boolean sent = mAttentionManager.checkAttention(getAttentionTimeout(), mCallback); in updateUserActivity()
262 mAttentionManager.cancelAttentionCheck(mCallback); in cancelCurrentRequestIfAny()
284 return mAttentionManager != null && mAttentionManager.isAttentionServiceSupported(); in isAttentionServiceSupported()
/frameworks/base/services/tests/servicestests/src/com/android/server/attention/
DAttentionManagerServiceTest.java77 AttentionManagerService mAttentionManager = new AttentionManagerService( in setUp() local
82 mSpyAttentionManager = Mockito.spy(mAttentionManager); in setUp()
/frameworks/base/services/tests/servicestests/src/com/android/server/power/
DAttentionDetectorTest.java315 mAttentionManager = mAttentionManagerInternal; in TestableAttentionDetector()