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.aidl28 void cancelAttentionCheck(IAttentionCallback callback); in cancelAttentionCheck() method
/frameworks/base/core/java/android/attention/
DAttentionManagerInternal.java47 public abstract void cancelAttentionCheck(AttentionCallbackInternal callback); in cancelAttentionCheck() method in AttentionManagerInternal
/frameworks/base/services/tests/servicestests/src/com/android/server/attention/
DAttentionManagerServiceTest.java235 public void cancelAttentionCheck(IAttentionCallback callback) { in cancelAttentionCheck() method in AttentionManagerServiceTest.MockIAttentionService
/frameworks/base/services/core/java/com/android/server/attention/
DAttentionManagerService.java308 void cancelAttentionCheck(AttentionCallbackInternal callbackInternal) { in cancelAttentionCheck() method in AttentionManagerService
460 public void cancelAttentionCheck(AttentionCallbackInternal callbackInternal) { in cancelAttentionCheck() method in AttentionManagerService.LocalService