Searched refs:AttentionManagerService (Results 1 – 5 of 5) sorted by relevance
41 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()
76 public class AttentionManagerService extends SystemService { class102 public AttentionManagerService(Context context) { in AttentionManagerService() method in AttentionManagerService109 AttentionManagerService(Context context, PowerManager powerManager, Object lock, in AttentionManagerService() method in AttentionManagerService409 return AttentionManagerService.this.isAttentionServiceSupported(); in isAttentionServiceSupported()414 return AttentionManagerService.this.checkAttention(timeout, callbackInternal); in checkAttention()419 AttentionManagerService.this.cancelAttentionCheck(callbackInternal); in cancelAttentionCheck()
81 import com.android.server.attention.AttentionManagerService;2303 if (!AttentionManagerService.isServiceConfigured(context)) { in startAttentionService()2309 mSystemServiceManager.startService(AttentionManagerService.class); in startAttentionService()
5727 * Logs AttentionManagerService attention check result.5730 * frameworks/base/services/core/java/com/android/server/attention/AttentionManagerService.java
18757 Lcom/android/server/attention/AttentionManagerService;