Searched refs:AttentionManagerService (Results 1 – 5 of 5) sorted by relevance
21 import static com.android.server.attention.AttentionManagerService.ATTENTION_CACHE_BUFFER_SIZE;22 import static com.android.server.attention.AttentionManagerService.DEFAULT_STALE_AFTER_MILLIS;23 import static com.android.server.attention.AttentionManagerService.KEY_STALE_AFTER_MILLIS;49 import com.android.server.attention.AttentionManagerService.AttentionCheck;50 import com.android.server.attention.AttentionManagerService.AttentionCheckCache;51 import com.android.server.attention.AttentionManagerService.AttentionCheckCacheBuffer;52 import com.android.server.attention.AttentionManagerService.AttentionHandler;53 import com.android.server.attention.AttentionManagerService.UserState;66 private AttentionManagerService mSpyAttentionManager;94 AttentionManagerService mAttentionManager = new AttentionManagerService( in setUp()
79 public class AttentionManagerService extends SystemService { class116 public AttentionManagerService(Context context) { in AttentionManagerService() method in AttentionManagerService123 AttentionManagerService(Context context, PowerManager powerManager, Object lock, in AttentionManagerService() method in AttentionManagerService451 return AttentionManagerService.this.isAttentionServiceSupported(); in isAttentionServiceSupported()456 return AttentionManagerService.this.checkAttention(timeout, callbackInternal); in checkAttention()461 AttentionManagerService.this.cancelAttentionCheck(callbackInternal); in cancelAttentionCheck()
93 import com.android.server.attention.AttentionManagerService;2514 if (!AttentionManagerService.isServiceConfigured(context)) { in startAttentionService()2520 mSystemServiceManager.startService(AttentionManagerService.class); in startAttentionService()
8747 …AttentionManagerService$2UthIuCIdjigpPv1U5Dxw_fo4nY;-><init>(Lcom/android/server/attention/Attenti…8748 PLcom/android/server/attention/-$$Lambda$AttentionManagerService$2UthIuCIdjigpPv1U5Dxw_fo4nY;->run(…8749 …ion/-$$Lambda$AttentionManagerService$UserState$2cc0P7pJchsigKpbEq7IoxYFsSM;-><init>(Lcom/android/…8750 PLcom/android/server/attention/-$$Lambda$AttentionManagerService$UserState$2cc0P7pJchsigKpbEq7IoxYF…8751 …tion/AttentionManagerService$1;-><init>(Lcom/android/server/attention/AttentionManagerService;Lcom…8752 PLcom/android/server/attention/AttentionManagerService$1;->logStats(I)V8753 PLcom/android/server/attention/AttentionManagerService$1;->onFailure(I)V8754 HPLcom/android/server/attention/AttentionManagerService$1;->onSuccess(IJ)V8755 HPLcom/android/server/attention/AttentionManagerService$AttentionCheck;-><init>(Landroid/attention/…8756 …droid/server/attention/AttentionManagerService$AttentionCheck;->access$1100(Lcom/android/server/at…[all …]
7602 * Logs AttentionManagerService attention check result.7605 * frameworks/base/services/core/java/com/android/server/attention/AttentionManagerService.java