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;
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()
/frameworks/base/services/core/java/com/android/server/attention/
DAttentionManagerService.java80 public class AttentionManagerService extends SystemService { class
137 public AttentionManagerService(Context context) { in AttentionManagerService() method in AttentionManagerService
144 AttentionManagerService(Context context, PowerManager powerManager, Object lock, in AttentionManagerService() method in AttentionManagerService
408 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()
/frameworks/base/services/java/com/android/server/
DSystemServer.java106 import com.android.server.attention.AttentionManagerService;
3001 if (!AttentionManagerService.isServiceConfigured(context)) { in startAttentionService()
3007 mSystemServiceManager.startService(AttentionManagerService.class); in startAttentionService()
/frameworks/base/services/
Dart-profile10628 …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()V
10632 …id/server/attention/AttentionManagerService$$ExternalSyntheticLambda2;-><init>(Lcom/android/server…
10633 PLcom/android/server/attention/AttentionManagerService$$ExternalSyntheticLambda2;->run()V
10634AttentionManagerService$AttentionCheck$1;-><init>(Lcom/android/server/attention/AttentionManagerSe…
10635 PLcom/android/server/attention/AttentionManagerService$AttentionCheck$1;->logStats(I)V
10636 PLcom/android/server/attention/AttentionManagerService$AttentionCheck$1;->onFailure(I)V
10637 HPLcom/android/server/attention/AttentionManagerService$AttentionCheck$1;->onSuccess(IJ)V+]Landroid…
[all …]
/frameworks/proto_logging/stats/
Datoms.proto8780 * Logs AttentionManagerService attention check result.
8783 * frameworks/base/services/core/java/com/android/server/attention/AttentionManagerService.java