Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/attention/
DAttentionManagerService.java268 final IAttentionCallback iAttentionCallback = new IAttentionCallback.Stub() { in createAttentionCheck() local
303 return new AttentionCheck(callbackInternal, iAttentionCallback); in createAttentionCheck()
520 IAttentionCallback iAttentionCallback) { in AttentionCheck() argument
522 mIAttentionCallback = iAttentionCallback; in AttentionCheck()