Searched refs:cancelAttentionCheck (Results 1 – 7 of 7) sorted by relevance
97 mSpyAttentionManager.cancelAttentionCheck(null); in testCancelAttentionCheck_noCrashWhenNoUserStateLocked()105 mSpyAttentionManager.cancelAttentionCheck(null); in testCancelAttentionCheck_noCrashWhenCallbackMismatched()113 mSpyAttentionManager.cancelAttentionCheck(mMockAttentionCallbackInternal); in testCancelAttentionCheck_cancelCallbackWhenMatched()147 public void cancelAttentionCheck(IAttentionCallback callback) { in cancelAttentionCheck() method in AttentionManagerServiceTest.MockIAttentionService
28 void cancelAttentionCheck(IAttentionCallback callback); in cancelAttentionCheck() method
117 public void cancelAttentionCheck(IAttentionCallback callback) {
47 public abstract void cancelAttentionCheck(AttentionCallbackInternal callback); in cancelAttentionCheck() method in AttentionManagerInternal
268 void cancelAttentionCheck(AttentionCallbackInternal callbackInternal) { in cancelAttentionCheck() method in AttentionManagerService418 public void cancelAttentionCheck(AttentionCallbackInternal callbackInternal) { in cancelAttentionCheck() method in AttentionManagerService.LocalService419 AttentionManagerService.this.cancelAttentionCheck(callbackInternal); in cancelAttentionCheck()633 userState.mService.cancelAttentionCheck( in cancel()766 cancelAttentionCheck(mTestableAttentionCallback); in cmdCallCancelAttention()
262 mAttentionManager.cancelAttentionCheck(mCallback); in cancelCurrentRequestIfAny()
227 verify(mAttentionManagerInternal).cancelAttentionCheck(callbackCaptor.capture()); in testOnWakefulnessChangeStarted_cancelsRequestWhenNotAwake()