Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/service/attention/
H A DIAttentionService.aidl27 void checkAttention(IAttentionCallback callback); in checkAttention() method
/aosp12/frameworks/base/core/java/android/attention/
H A DAttentionManagerInternal.java40 public abstract boolean checkAttention(long timeoutMillis, AttentionCallbackInternal callback); in checkAttention() method in AttentionManagerInternal
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/attention/
H A DAttentionManagerServiceTest.java209 public void checkAttention(IAttentionCallback callback) throws RemoteException { in checkAttention() method in AttentionManagerServiceTest.MockIAttentionService
/aosp12/frameworks/base/services/core/java/com/android/server/attention/
H A DAttentionManagerService.java242 boolean checkAttention(long timeout, AttentionCallbackInternal callbackInternal) { in checkAttention() method in AttentionManagerService
412 public boolean checkAttention(long timeout, AttentionCallbackInternal callbackInternal) { in checkAttention() method in AttentionManagerService.LocalService