Home
last modified time | relevance | path

Searched refs:AttentionManagerInternal (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/services/core/java/com/android/server/power/
DAttentionDetector.java24 import android.attention.AttentionManagerInternal;
25 import android.attention.AttentionManagerInternal.AttentionCallbackInternal;
133 protected AttentionManagerInternal mAttentionManager;
174 mAttentionManager = LocalServices.getService(AttentionManagerInternal.class); in systemReady()
/frameworks/base/core/java/android/attention/
DAttentionManagerInternal.java24 public abstract class AttentionManagerInternal { class
/frameworks/base/services/tests/servicestests/src/com/android/server/power/
DAttentionDetectorTest.java40 import android.attention.AttentionManagerInternal;
41 import android.attention.AttentionManagerInternal.AttentionCallbackInternal;
67 private AttentionManagerInternal mAttentionManagerInternal;
/frameworks/base/services/core/java/com/android/server/attention/
DAttentionManagerService.java31 import android.attention.AttentionManagerInternal;
32 import android.attention.AttentionManagerInternal.AttentionCallbackInternal;
33 import android.attention.AttentionManagerInternal.ProximityUpdateCallbackInternal;
195 publishLocalService(AttentionManagerInternal.class, new LocalService()); in onStart()
522 private final class LocalService extends AttentionManagerInternal {
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
DDetectorSession.java61 import android.attention.AttentionManagerInternal;
197 @Nullable AttentionManagerInternal mAttentionManagerInternal = null;
199 final AttentionManagerInternal.ProximityUpdateCallbackInternal mProximityCallbackInternal =
252 mAttentionManagerInternal = LocalServices.getService(AttentionManagerInternal.class); in DetectorSession()
/frameworks/base/services/tests/servicestests/src/com/android/server/attention/
DAttentionManagerServiceTest.java39 import android.attention.AttentionManagerInternal.AttentionCallbackInternal;
40 import android.attention.AttentionManagerInternal.ProximityUpdateCallbackInternal;
/frameworks/base/services/tests/powerservicetests/src/com/android/server/power/
DPowerManagerServiceTest.java58 import android.attention.AttentionManagerInternal;
170 @Mock private AttentionManagerInternal mAttentionManagerInternalMock;
248 addLocalServiceMock(AttentionManagerInternal.class, mAttentionManagerInternalMock); in setUp()
/frameworks/base/config/
Ddirty-image-objects265 Landroid/attention/AttentionManagerInternal; 11
Dpreloaded-classes1375 android.attention.AttentionManagerInternal$AttentionCallbackInternal
1376 android.attention.AttentionManagerInternal
Dboot-image-profile.txt33882 Landroid/attention/AttentionManagerInternal$AttentionCallbackInternal;
33883 Landroid/attention/AttentionManagerInternal;
/frameworks/base/boot/
Dpreloaded-classes1375 android.attention.AttentionManagerInternal$AttentionCallbackInternal
1376 android.attention.AttentionManagerInternal
Dboot-image-profile.txt23752 Landroid/attention/AttentionManagerInternal$AttentionCallbackInternal;
23753 Landroid/attention/AttentionManagerInternal;
/frameworks/base/services/
Dart-profile2921 …AttentionDetector;->updateUserActivity(JJ)J+]Landroid/attention/AttentionManagerInternal;Lcom/andr…