Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/attention/
DAttentionManagerService.java173 boolean checkAttention(long timeout, AttentionCallbackInternal callbackInternal) { in checkAttention()
228 private AttentionCheck createAttentionCheck(AttentionCallbackInternal callbackInternal, in createAttentionCheck()
268 void cancelAttentionCheck(AttentionCallbackInternal callbackInternal) { in cancelAttentionCheck()
413 public boolean checkAttention(long timeout, AttentionCallbackInternal callbackInternal) { in checkAttention()
418 public void cancelAttentionCheck(AttentionCallbackInternal callbackInternal) { in cancelAttentionCheck()
443 AttentionCheck(AttentionCallbackInternal callbackInternal, in AttentionCheck()