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;48 import com.android.server.attention.AttentionManagerService.AttentionCheck;49 import com.android.server.attention.AttentionManagerService.AttentionCheckCache;50 import com.android.server.attention.AttentionManagerService.AttentionCheckCacheBuffer;51 import com.android.server.attention.AttentionManagerService.AttentionHandler;64 private AttentionManagerService mSpyAttentionManager;89 AttentionManagerService attentionManager = new AttentionManagerService( in setUp()
80 public class AttentionManagerService extends SystemService { class137 public AttentionManagerService(Context context) { in AttentionManagerService() method in AttentionManagerService144 AttentionManagerService(Context context, PowerManager powerManager, Object lock, in AttentionManagerService() method in AttentionManagerService408 return AttentionManagerService.this.mIsServiceEnabled; in isAttentionServiceSupported()413 return AttentionManagerService.this.checkAttention(timeout, callbackInternal); in checkAttention()418 AttentionManagerService.this.cancelAttentionCheck(callbackInternal); in cancelAttentionCheck()492 AttentionManagerService service) { in AttentionCheck()
106 import com.android.server.attention.AttentionManagerService;3001 if (!AttentionManagerService.isServiceConfigured(context)) { in startAttentionService()3007 mSystemServiceManager.startService(AttentionManagerService.class); in startAttentionService()
10628 …id/server/attention/AttentionManagerService$$ExternalSyntheticLambda0;-><init>(Lcom/android/server…10629 PLcom/android/server/attention/AttentionManagerService$$ExternalSyntheticLambda0;->onPropertiesChan…10630 …id/server/attention/AttentionManagerService$$ExternalSyntheticLambda1;-><init>(Lcom/android/server…10631 PLcom/android/server/attention/AttentionManagerService$$ExternalSyntheticLambda1;->run()V10632 …id/server/attention/AttentionManagerService$$ExternalSyntheticLambda2;-><init>(Lcom/android/server…10633 PLcom/android/server/attention/AttentionManagerService$$ExternalSyntheticLambda2;->run()V10634 …AttentionManagerService$AttentionCheck$1;-><init>(Lcom/android/server/attention/AttentionManagerSe…10635 PLcom/android/server/attention/AttentionManagerService$AttentionCheck$1;->logStats(I)V10636 PLcom/android/server/attention/AttentionManagerService$AttentionCheck$1;->onFailure(I)V10637 HPLcom/android/server/attention/AttentionManagerService$AttentionCheck$1;->onSuccess(IJ)V+]Landroid…[all …]
8780 * Logs AttentionManagerService attention check result.8783 * frameworks/base/services/core/java/com/android/server/attention/AttentionManagerService.java