Home
last modified time | relevance | path

Searched defs:projectionType (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/app/
DIUiModeManager.aidl186 boolean requestProjection(in IBinder binder, int projectionType, String callingPackage); in requestProjection()
191 boolean releaseProjection(int projectionType, String callingPackage); in releaseProjection()
197 …nProjectionStateChangedListener(in IOnProjectionStateChangedListener listener, int projectionType); in addOnProjectionStateChangedListener()
209 List<String> getProjectingPackages(int projectionType); in getProjectingPackages()
DUiModeManager.java103 void onProjectionStateChanged(@ProjectionType int projectionType, in onProjectionStateChanged()
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()
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()
1189 public List<String> getProjectingPackages( in getProjectingPackages()
1201 @UiModeManager.ProjectionType int projectionType) { in addOnProjectionStateChangedListener()
1314 private int populateWithRelevantActivePackageNames( in populateWithRelevantActivePackageNames()
1332 private boolean releaseProjectionUnchecked(@UiModeManager.ProjectionType int projectionType, in releaseProjectionUnchecked()
1393 @UiModeManager.ProjectionType int projectionType, IBinder binder, in ProjectionHolder()
1424 boolean release(@UiModeManager.ProjectionType int projectionType, in release()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/
DUiModeManagerServiceTest.java1053 int projectionType = 1 << i; in requestProjection() local
1123 int projectionType = 1 << i; in releaseProjection() local
/frameworks/base/services/core/java/com/android/server/media/projection/
DMediaProjectionManagerService.java380 String projectionType = incomingSession != null in setContentRecordingSession() local