Home
last modified time | relevance | path

Searched refs:AttentionManagerService (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/attention/
H A 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()
/aosp12/frameworks/base/services/core/java/com/android/server/attention/
H A 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()
/aosp12/frameworks/base/services/java/com/android/server/
H A DSystemServer.java106 import com.android.server.attention.AttentionManagerService;
3003 if (!AttentionManagerService.isServiceConfigured(context)) { in startAttentionService()
3009 mSystemServiceManager.startService(AttentionManagerService.class); in startAttentionService()
/aosp12/frameworks/base/services/
H A Dart-profile10663AttentionManagerService$AttentionServiceConnection;-><init>(Lcom/android/server/attention/Attentio…
10669AttentionManagerService$BinderService;-><init>(Lcom/android/server/attention/AttentionManagerServi…
10672AttentionManagerService$LocalService;-><init>(Lcom/android/server/attention/AttentionManagerServic…
10677AttentionManagerService$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…
10692AttentionManagerService;->cancelAndUnbindLocked()V+]Lcom/android/server/attention/AttentionManager…
10703 HPLcom/android/server/attention/AttentionManagerService;->lambda$bindLocked$2$AttentionManagerServi…
[all …]
/aosp12/frameworks/proto_logging/stats/
H A Datoms.proto8982 * Logs AttentionManagerService attention check result.
8985 * frameworks/base/services/core/java/com/android/server/attention/AttentionManagerService.java