Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/attention/
DAttentionManagerServiceTest.java97 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
/frameworks/base/core/java/android/service/attention/
DIAttentionService.aidl28 void cancelAttentionCheck(IAttentionCallback callback); in cancelAttentionCheck() method
DAttentionService.java117 public void cancelAttentionCheck(IAttentionCallback callback) {
/frameworks/base/core/java/android/attention/
DAttentionManagerInternal.java47 public abstract void cancelAttentionCheck(AttentionCallbackInternal callback); in cancelAttentionCheck() method in AttentionManagerInternal
/frameworks/base/services/core/java/com/android/server/attention/
DAttentionManagerService.java268 void cancelAttentionCheck(AttentionCallbackInternal callbackInternal) { in cancelAttentionCheck() method in AttentionManagerService
418 public void cancelAttentionCheck(AttentionCallbackInternal callbackInternal) { in cancelAttentionCheck() method in AttentionManagerService.LocalService
419 AttentionManagerService.this.cancelAttentionCheck(callbackInternal); in cancelAttentionCheck()
633 userState.mService.cancelAttentionCheck( in cancel()
766 cancelAttentionCheck(mTestableAttentionCallback); in cmdCallCancelAttention()
/frameworks/base/services/core/java/com/android/server/power/
DAttentionDetector.java262 mAttentionManager.cancelAttentionCheck(mCallback); in cancelCurrentRequestIfAny()
/frameworks/base/services/tests/servicestests/src/com/android/server/power/
DAttentionDetectorTest.java227 verify(mAttentionManagerInternal).cancelAttentionCheck(callbackCaptor.capture()); in testOnWakefulnessChangeStarted_cancelsRequestWhenNotAwake()