Home
last modified time | relevance | path

Searched refs:PROJECTION_TYPE_NONE (Results 1 – 8 of 8) sorted by relevance

/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/
H A DUiModeManagerServiceTest.java25 import static android.app.UiModeManager.PROJECTION_TYPE_NONE;
483 assertEquals(PROJECTION_TYPE_NONE, mService.getActiveProjectionTypes()); in requestProjection_failsForBogusPackageName()
493 assertEquals(PROJECTION_TYPE_NONE, mService.getActiveProjectionTypes()); in requestProjection_failsIfNameNotFound()
506 assertEquals(PROJECTION_TYPE_NONE, mService.getActiveProjectionTypes()); in requestProjection_failsIfNoProjectionTypes()
522 assertEquals(PROJECTION_TYPE_NONE, mService.getActiveProjectionTypes()); in requestProjection_failsIfMultipleProjectionTypes()
532 assertEquals(PROJECTION_TYPE_NONE, mService.getActiveProjectionTypes()); in requestProjection_enforcesToggleAutomotiveProjectionPermission()
557 assertEquals(PROJECTION_TYPE_NONE, mService.getActiveProjectionTypes()); in requestProjection_failsIfCannotLinkToDeath()
641 assertEquals(PROJECTION_TYPE_NONE, mService.getActiveProjectionTypes()); in releaseProjection()
656 assertEquals(PROJECTION_TYPE_NONE, mService.getActiveProjectionTypes()); in binderDeath_releasesProjection()
661 assertEquals(PROJECTION_TYPE_NONE, mService.getActiveProjectionTypes()); in getActiveProjectionTypes()
[all …]
/aosp12/frameworks/base/core/java/android/app/
H A DUiModeManager.java696 public static final int PROJECTION_TYPE_NONE = 0x0000; field in UiModeManager
720 PROJECTION_TYPE_NONE,
823 return PROJECTION_TYPE_NONE; in getActiveProjectionTypes()
/aosp12/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/idle/
H A DDeviceIdlenessTracker.java19 import static android.app.UiModeManager.PROJECTION_TYPE_NONE;
115 boolean projectionActive = activeProjectionTypes != PROJECTION_TYPE_NONE; in onProjectionStateChanged()
/aosp12/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DSystemStateHelperTest.java152 .thenReturn(UiModeManager.PROJECTION_TYPE_NONE); in testQuerySystemForAutomotiveProjection_False()
268 UiModeManager.PROJECTION_TYPE_NONE, Set.of()); in testOnSetReleaseAutomotiveProjection()
/aosp12/frameworks/base/services/core/java/com/android/server/
H A DUiModeManagerService.java25 import static android.app.UiModeManager.PROJECTION_TYPE_NONE;
966 @UiModeManager.ProjectionType int projectionTypeFlag = PROJECTION_TYPE_NONE;
996 if (projectionType == PROJECTION_TYPE_NONE) {
1075 @UiModeManager.ProjectionType int projectionTypeFlag = PROJECTION_TYPE_NONE; in populateWithRelevantActivePackageNames()
/aosp12/frameworks/base/services/core/java/com/android/server/power/batterysaver/
H A DBatterySaverPolicy.java298 uiModeManager.getActiveProjectionTypes() != UiModeManager.PROJECTION_TYPE_NONE); in systemReady()
/aosp12/frameworks/base/core/api/
H A Dtest-current.txt382 field public static final int PROJECTION_TYPE_NONE = 0; // 0x0
H A Dsystem-current.txt862 field public static final int PROJECTION_TYPE_NONE = 0; // 0x0