Searched refs:getActiveProjectionTypes (Results 1 – 2 of 2) sorted by relevance
560 assertEquals(UiModeManager.PROJECTION_TYPE_NONE, getActiveProjectionTypes()); in testReadProjectionState()564 assertEquals(UiModeManager.PROJECTION_TYPE_AUTOMOTIVE, getActiveProjectionTypes()); in testReadProjectionState()570 assertEquals(UiModeManager.PROJECTION_TYPE_NONE, getActiveProjectionTypes()); in testReadProjectionState()650 private int getActiveProjectionTypes() throws Exception { in getActiveProjectionTypes() method in UiModeManagerTest651 return callWithShellPermissionIdentity(mUiModeManager::getActiveProjectionTypes, in getActiveProjectionTypes()738 mUiModeManager.getActiveProjectionTypes(); in testReadProjectionState_getActiveProjectionTypesDenied()
1182 …ermission(android.Manifest.permission.READ_PROJECTION_STATE) public int getActiveProjectionTypes();