Searched refs:getActiveProjectionTypes (Results 1 – 10 of 10) sorted by relevance
483 assertEquals(PROJECTION_TYPE_NONE, mService.getActiveProjectionTypes()); in requestProjection_failsForBogusPackageName()493 assertEquals(PROJECTION_TYPE_NONE, mService.getActiveProjectionTypes()); in requestProjection_failsIfNameNotFound()505 assertEquals(PROJECTION_TYPE_NONE, mService.getActiveProjectionTypes()); in requestProjection_failsIfNoProjectionTypes()520 assertEquals(PROJECTION_TYPE_NONE, mService.getActiveProjectionTypes()); in requestProjection_failsIfMultipleProjectionTypes()529 assertEquals(PROJECTION_TYPE_NONE, mService.getActiveProjectionTypes()); in requestProjection_enforcesToggleAutomotiveProjectionPermission()536 assertEquals(PROJECTION_TYPE_AUTOMOTIVE, mService.getActiveProjectionTypes()); in requestProjection_automotive_failsIfAlreadySetByOtherPackage()551 assertEquals(PROJECTION_TYPE_NONE, mService.getActiveProjectionTypes()); in requestProjection_failsIfCannotLinkToDeath()561 assertTrue((mService.getActiveProjectionTypes() & projectionType) != 0); in requestProjection()566 assertEquals(PROJECTION_TYPE_ALL, mService.getActiveProjectionTypes()); in requestProjection()573 assertEquals(PROJECTION_TYPE_AUTOMOTIVE, mService.getActiveProjectionTypes()); in releaseProjection_failsForBogusPackageName()[all …]
136 int getActiveProjectionTypes(); in getActiveProjectionTypes() method
815 public @ProjectionType int getActiveProjectionTypes() { in getActiveProjectionTypes() method in UiModeManager818 return mService.getActiveProjectionTypes(); in getActiveProjectionTypes()
749 boolean isAutomotiveProjectionActive = (umm.getActiveProjectionTypes() in isAutomotiveProjectionActive()
298 uiModeManager.getActiveProjectionTypes() != UiModeManager.PROJECTION_TYPE_NONE); in systemReady()
963 public @UiModeManager.ProjectionType int getActiveProjectionTypes() {
844 …ermission(android.Manifest.permission.READ_PROJECTION_STATE) public int getActiveProjectionTypes();
2786 HSPLandroid/app/UiModeManager;->getActiveProjectionTypes()I
3370 HSPLcom/android/server/UiModeManagerService$12;->getActiveProjectionTypes()I