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.java230 final IAttentionCallback iAttentionCallback = new IAttentionCallback.Stub() { in createAttentionCheck() local
263 return new AttentionCheck(callbackInternal, iAttentionCallback); in createAttentionCheck()
444 IAttentionCallback iAttentionCallback) { in AttentionCheck() argument
446 mIAttentionCallback = iAttentionCallback; in AttentionCheck()