Searched refs:mAttentionHandler (Results 1 – 1 of 1) sorted by relevance
97 private AttentionHandler mAttentionHandler; field in AttentionManagerService105 mAttentionHandler = new AttentionHandler(); in AttentionManagerService()115 mAttentionHandler = 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()311 result = new UserState(userId, mContext, mLock, mAttentionHandler, mComponentName); in getOrCreateUserStateLocked()473 private final Handler mAttentionHandler; field in AttentionManagerService.UserState481 mAttentionHandler = handler; in UserState()512 mAttentionHandler.post(() -> { in bindLocked()[all …]