Searched refs:mIsFulfilled (Results 1 – 3 of 3) sorted by relevance
86 if (!request.mIsFulfilled) { in resolveRotationLocked()108 boolean mIsFulfilled; field in RemoteRotationResolverService.RotationRequest131 if (mIsFulfilled) { in cancelInternal()134 mIsFulfilled = true; in cancelInternal()151 ipw.println("is fulfilled:=" + mIsFulfilled); in dump()166 if (request.mIsFulfilled) { in onSuccess()170 request.mIsFulfilled = true; in onSuccess()187 if (request.mIsFulfilled) { in onFailure()191 request.mIsFulfilled = true; in onFailure()
112 if (mCurrentRequest != null && !mCurrentRequest.mIsFulfilled) { in resolveRotationLocked()147 if (mCurrentRequest != null && !mCurrentRequest.mIsFulfilled) { in resolveRotationLocked()
284 || !mCurrentAttentionCheck.mIsFulfilled) { in checkAttention()489 private boolean mIsFulfilled; field in AttentionManagerService.AttentionCheck497 if (mIsFulfilled) { in AttentionCheck()500 mIsFulfilled = true; in AttentionCheck()510 if (mIsFulfilled) { in AttentionCheck()513 mIsFulfilled = true; in AttentionCheck()527 mIsFulfilled = true; in cancelInternal()534 ipw.println("is fulfilled:=" + mIsFulfilled); in dump()633 if (mCurrentAttentionCheck.mIsFulfilled) { in cancel()