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.java21 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()
/frameworks/base/services/core/java/com/android/server/attention/
DAttentionManagerService.java79 public class AttentionManagerService extends SystemService { class
116 public AttentionManagerService(Context context) { in AttentionManagerService() method in AttentionManagerService
123 AttentionManagerService(Context context, PowerManager powerManager, Object lock, in AttentionManagerService() method in AttentionManagerService
451 return AttentionManagerService.this.isAttentionServiceSupported(); in isAttentionServiceSupported()
456 return AttentionManagerService.this.checkAttention(timeout, callbackInternal); in checkAttention()
461 AttentionManagerService.this.cancelAttentionCheck(callbackInternal); in cancelAttentionCheck()
/frameworks/base/services/java/com/android/server/
DSystemServer.java93 import com.android.server.attention.AttentionManagerService;
2514 if (!AttentionManagerService.isServiceConfigured(context)) { in startAttentionService()
2520 mSystemServiceManager.startService(AttentionManagerService.class); in startAttentionService()
/frameworks/base/services/
Dart-profile8747AttentionManagerService$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)V
8753 PLcom/android/server/attention/AttentionManagerService$1;->onFailure(I)V
8754 HPLcom/android/server/attention/AttentionManagerService$1;->onSuccess(IJ)V
8755 HPLcom/android/server/attention/AttentionManagerService$AttentionCheck;-><init>(Landroid/attention/…
8756 …droid/server/attention/AttentionManagerService$AttentionCheck;->access$1100(Lcom/android/server/at…
[all …]
/frameworks/base/cmds/statsd/src/
Datoms.proto7602 * Logs AttentionManagerService attention check result.
7605 * frameworks/base/services/core/java/com/android/server/attention/AttentionManagerService.java