Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DUiModeManager.java103 void onProjectionStateChanged(@ProjectionType int projectionType, in onProjectionStateChanged()
1137 public @interface ProjectionType { annotation in UiModeManager
1157 public boolean requestProjection(@ProjectionType int projectionType) { in requestProjection()
1186 public boolean releaseProjection(@ProjectionType int projectionType) { in releaseProjection()
1210 public Set<String> getProjectingPackages(@ProjectionType int projectionType) { in getProjectingPackages()
1228 public @ProjectionType int getActiveProjectionTypes() { in getActiveProjectionTypes()
1251 public void addOnProjectionStateChangedListener(@ProjectionType int projectionType, in addOnProjectionStateChangedListener()
/frameworks/base/services/core/java/com/android/server/
DUiModeManagerService.java1114 @UiModeManager.ProjectionType int projectionType, in requestProjection()
1160 public boolean releaseProjection(@UiModeManager.ProjectionType int projectionType, in releaseProjection()
1172 public @UiModeManager.ProjectionType int getActiveProjectionTypes() { in getActiveProjectionTypes()
1174 @UiModeManager.ProjectionType int projectionTypeFlag = PROJECTION_TYPE_NONE; in getActiveProjectionTypes()
1190 @UiModeManager.ProjectionType int projectionType) { in getProjectingPackages()
1201 @UiModeManager.ProjectionType int projectionType) { in addOnProjectionStateChangedListener()
1219 @UiModeManager.ProjectionType int activeProjectionTypes = in addOnProjectionStateChangedListener()
1282 private void enforceProjectionTypePermissions(@UiModeManager.ProjectionType int p) { in enforceProjectionTypePermissions()
1290 private static void assertSingleProjectionType(@UiModeManager.ProjectionType int p) { in assertSingleProjectionType()
1313 @UiModeManager.ProjectionType
[all …]
/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/idle/
DDeviceIdlenessTracker.java187 private void onProjectionStateChanged(@UiModeManager.ProjectionType int activeProjectionTypes, in onProjectionStateChanged()