Home
last modified time | relevance | path

Searched refs:ProjectionType (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/app/
DUiModeManager.java90 void onProjectionStateChanged(@ProjectionType int projectionType, in onProjectionStateChanged()
725 public @interface ProjectionType { annotation in UiModeManager
745 public boolean requestProjection(@ProjectionType int projectionType) { in requestProjection()
774 public boolean releaseProjection(@ProjectionType int projectionType) { in releaseProjection()
797 public Set<String> getProjectingPackages(@ProjectionType int projectionType) { in getProjectingPackages()
815 public @ProjectionType int getActiveProjectionTypes() { in getActiveProjectionTypes()
838 public void addOnProjectionStateChangedListener(@ProjectionType int projectionType, in addOnProjectionStateChangedListener()
/frameworks/base/services/core/java/com/android/server/
DUiModeManagerService.java910 @UiModeManager.ProjectionType int projectionType,
954 public boolean releaseProjection(@UiModeManager.ProjectionType int projectionType,
963 public @UiModeManager.ProjectionType int getActiveProjectionTypes() {
966 @UiModeManager.ProjectionType int projectionTypeFlag = PROJECTION_TYPE_NONE;
981 @UiModeManager.ProjectionType int projectionType) {
992 @UiModeManager.ProjectionType int projectionType) {
1009 @UiModeManager.ProjectionType int activeProjectionTypes =
1040 private void enforceProjectionTypePermissions(@UiModeManager.ProjectionType int p) { in enforceProjectionTypePermissions()
1048 private static void assertSingleProjectionType(@UiModeManager.ProjectionType int p) { in assertSingleProjectionType()
1071 @UiModeManager.ProjectionType
[all …]
/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/idle/
DDeviceIdlenessTracker.java113 private void onProjectionStateChanged(@UiModeManager.ProjectionType int activeProjectionTypes, in onProjectionStateChanged()