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;3003 if (!AttentionManagerService.isServiceConfigured(context)) { in startAttentionService()3009 mSystemServiceManager.startService(AttentionManagerService.class); in startAttentionService()
10663 …AttentionManagerService$AttentionServiceConnection;-><init>(Lcom/android/server/attention/Attentio…10669 …AttentionManagerService$BinderService;-><init>(Lcom/android/server/attention/AttentionManagerServi…10672 …AttentionManagerService$LocalService;-><init>(Lcom/android/server/attention/AttentionManagerServic…10677 …AttentionManagerService$ScreenStateReceiver;-><init>(Lcom/android/server/attention/AttentionManage…10681 …ion/AttentionManagerService;->access$1200(Lcom/android/server/attention/AttentionManagerService;Lc…10683 …PLcom/android/server/attention/AttentionManagerService;->access$1402(Lcom/android/server/attention…10684 …PLcom/android/server/attention/AttentionManagerService;->access$1500(Lcom/android/server/attention…10685 …PLcom/android/server/attention/AttentionManagerService;->access$1600(Lcom/android/server/attention…10692 …AttentionManagerService;->cancelAndUnbindLocked()V+]Lcom/android/server/attention/AttentionManager…10703 HPLcom/android/server/attention/AttentionManagerService;->lambda$bindLocked$2$AttentionManagerServi…[all …]
8982 * Logs AttentionManagerService attention check result.8985 * frameworks/base/services/core/java/com/android/server/attention/AttentionManagerService.java