Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/attention/
DAttentionManagerService.java230 final IAttentionCallback iAttentionCallback = new IAttentionCallback.Stub() { in createAttentionCheck() local
444 IAttentionCallback iAttentionCallback) { in AttentionCheck()