Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/service/attention/
H A DIAttentionService.aidl29 void cancelAttentionCheck(IAttentionCallback callback); in cancelAttentionCheck() method
/aosp14/frameworks/base/core/java/android/attention/
H A DAttentionManagerInternal.java47 public abstract void cancelAttentionCheck(AttentionCallbackInternal callback); in cancelAttentionCheck() method in AttentionManagerInternal
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/attention/
H A DAttentionManagerServiceTest.java343 public void cancelAttentionCheck(IAttentionCallback callback) { in cancelAttentionCheck() method in AttentionManagerServiceTest.MockIAttentionService
/aosp14/frameworks/base/services/core/java/com/android/server/attention/
H A DAttentionManagerService.java330 void cancelAttentionCheck(AttentionCallbackInternal callbackInternal) { in cancelAttentionCheck() method in AttentionManagerService
527 public void cancelAttentionCheck(AttentionCallbackInternal callbackInternal) { in cancelAttentionCheck() method in AttentionManagerService.LocalService