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.java205 boolean checkAttention(long timeout, AttentionCallbackInternal callbackInternal) { in checkAttention()
266 private AttentionCheck createAttentionCheck(AttentionCallbackInternal callbackInternal, in createAttentionCheck()
308 void cancelAttentionCheck(AttentionCallbackInternal callbackInternal) { in cancelAttentionCheck()
455 public boolean checkAttention(long timeout, AttentionCallbackInternal callbackInternal) { in checkAttention()
460 public void cancelAttentionCheck(AttentionCallbackInternal callbackInternal) { in cancelAttentionCheck()
519 AttentionCheck(AttentionCallbackInternal callbackInternal, in AttentionCheck()