Searched refs:AttentionHandler (Results 1 – 2 of 2) sorted by relevance
97 private AttentionHandler mAttentionHandler;105 mAttentionHandler = new AttentionHandler(); in AttentionManagerService()110 AttentionHandler handler) { in AttentionManagerService()286 mAttentionHandler.removeMessages(AttentionHandler.CHECK_CONNECTION_EXPIRATION); in freeIfInactiveLocked()289 mAttentionHandler.sendEmptyMessageDelayed(AttentionHandler.CHECK_CONNECTION_EXPIRATION, in freeIfInactiveLocked()295 mAttentionHandler.sendEmptyMessageDelayed(AttentionHandler.ATTENTION_CHECK_TIMEOUT, in cancelAfterTimeoutLocked()581 protected class AttentionHandler extends Handler { class in AttentionManagerService585 AttentionHandler() { in AttentionHandler() method in AttentionManagerService.AttentionHandler
42 import com.android.server.attention.AttentionManagerService.AttentionHandler;60 @Mock private AttentionHandler mMockHandler;