Home
last modified time | relevance | path

Searched defs:cancelAttentionCheck (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/service/attention/
DIAttentionService.aidl29 void cancelAttentionCheck(IAttentionCallback callback); in cancelAttentionCheck() method
/frameworks/base/core/java/android/attention/
DAttentionManagerInternal.java52 public abstract void cancelAttentionCheck(AttentionCallbackInternal callback); in cancelAttentionCheck() method in AttentionManagerInternal
/frameworks/base/services/tests/servicestests/src/com/android/server/attention/
DAttentionManagerServiceTest.java362 public void cancelAttentionCheck(IAttentionCallback callback) { in cancelAttentionCheck() method in AttentionManagerServiceTest.MockIAttentionService
/frameworks/base/services/core/java/com/android/server/attention/
DAttentionManagerService.java336 void cancelAttentionCheck(AttentionCallbackInternal callbackInternal) { in cancelAttentionCheck() method in AttentionManagerService
539 public void cancelAttentionCheck(AttentionCallbackInternal callbackInternal) { in cancelAttentionCheck() method in AttentionManagerService.LocalService