Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/attention/
DAttentionManagerServiceTest.java41 import com.android.server.attention.AttentionManagerService.AttentionCheck;
42 import com.android.server.attention.AttentionManagerService.AttentionHandler;
43 import com.android.server.attention.AttentionManagerService.UserState;
56 private AttentionManagerService mSpyAttentionManager;
77 AttentionManagerService mAttentionManager = new AttentionManagerService( in setUp()
/frameworks/base/services/core/java/com/android/server/attention/
DAttentionManagerService.java76 public class AttentionManagerService extends SystemService { class
102 public AttentionManagerService(Context context) { in AttentionManagerService() method in AttentionManagerService
109 AttentionManagerService(Context context, PowerManager powerManager, Object lock, in AttentionManagerService() method in AttentionManagerService
409 return AttentionManagerService.this.isAttentionServiceSupported(); in isAttentionServiceSupported()
414 return AttentionManagerService.this.checkAttention(timeout, callbackInternal); in checkAttention()
419 AttentionManagerService.this.cancelAttentionCheck(callbackInternal); in cancelAttentionCheck()
/frameworks/base/services/java/com/android/server/
DSystemServer.java87 import com.android.server.attention.AttentionManagerService;
2372 if (!AttentionManagerService.isServiceConfigured(context)) { in startAttentionService()
2378 mSystemServiceManager.startService(AttentionManagerService.class); in startAttentionService()
/frameworks/base/cmds/statsd/src/
Datoms.proto6497 * Logs AttentionManagerService attention check result.
6500 * frameworks/base/services/core/java/com/android/server/attention/AttentionManagerService.java
/frameworks/base/services/
Dart-profile18757 Lcom/android/server/attention/AttentionManagerService;