Searched refs:mAttentionManager (Results 1 – 3 of 3) sorted by relevance
103 protected AttentionManagerInternal mAttentionManager; field in AttentionDetector148 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()
77 AttentionManagerService mAttentionManager = new AttentionManagerService( in setUp() local82 mSpyAttentionManager = Mockito.spy(mAttentionManager); in setUp()
315 mAttentionManager = mAttentionManagerInternal; in TestableAttentionDetector()