Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/attention/
DAttentionManagerService.java205 || !userState.mCurrentAttentionCheck.mIsFulfilled) { in checkAttention()
234 if (!userState.mCurrentAttentionCheck.mIsFulfilled) { in createAttentionCheck()
236 userState.mCurrentAttentionCheck.mIsFulfilled = true; in createAttentionCheck()
252 if (!userState.mCurrentAttentionCheck.mIsFulfilled) { in createAttentionCheck()
254 userState.mCurrentAttentionCheck.mIsFulfilled = true; in createAttentionCheck()
441 private boolean mIsFulfilled; field in AttentionManagerService.AttentionCheck
450 mIsFulfilled = true; in cancelInternal()
531 pw.println("is fulfilled:=" + mCurrentAttentionCheck.mIsFulfilled); in dump()
620 if (userState.mCurrentAttentionCheck.mIsFulfilled) { in cancel()