Searched refs:mAttentionHandler (Results 1 – 1 of 1) sorted by relevance
111 private AttentionHandler mAttentionHandler; field in AttentionManagerService119 mAttentionHandler = new AttentionHandler(); in AttentionManagerService()129 mAttentionHandler = handler; in AttentionManagerService()326 mAttentionHandler.removeMessages(AttentionHandler.CHECK_CONNECTION_EXPIRATION); in freeIfInactiveLocked()329 mAttentionHandler.sendEmptyMessageDelayed(AttentionHandler.CHECK_CONNECTION_EXPIRATION, in freeIfInactiveLocked()335 mAttentionHandler.sendEmptyMessageDelayed(AttentionHandler.ATTENTION_CHECK_TIMEOUT, in cancelAfterTimeoutLocked()352 result = new UserState(userId, mContext, mLock, mAttentionHandler, mComponentName); in getOrCreateUserStateLocked()549 private final Handler mAttentionHandler; field in AttentionManagerService.UserState557 mAttentionHandler = handler; in UserState()588 mAttentionHandler.post(() -> { in bindLocked()[all …]