Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/attention/
DIAttentionService.aidl27 oneway interface IAttentionService { interface
DAttentionService.java113 private final IAttentionService.Stub mBinder = new IAttentionService.Stub() {
/frameworks/base/services/core/java/com/android/server/attention/
DAttentionManagerService.java61 import android.service.attention.IAttentionService;
134 protected IAttentionService mService;
749 init(IAttentionService.Stub.asInterface(service)); in onServiceConnected()
773 private void init(@Nullable IAttentionService service) { in init()
/frameworks/base/services/tests/servicestests/src/com/android/server/attention/
DAttentionManagerServiceTest.java50 import android.service.attention.IAttentionService;
358 private class MockIAttentionService implements IAttentionService {