1 /* 2 * Copyright (C) 2024 The Android Open Source Project 3 * 4 * Licensed under the Apache License, Version 2.0 (the "License"); 5 * you may not use this file except in compliance with the License. 6 * You may obtain a copy of the License at 7 * 8 * http://www.apache.org/licenses/LICENSE-2.0 9 * 10 * Unless required by applicable law or agreed to in writing, software 11 * distributed under the License is distributed on an "AS IS" BASIS, 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 * See the License for the specific language governing permissions and 14 * limitations under the License. 15 */ 16 package com.google.jetpackcamera.feature.preview.quicksettings.ui 17 18 // //////////////////////////////// 19 // 20 // !!!HEY YOU!!! 21 // MODIFICATIONS TO EXISTING TEST TAGS WILL BREAK EXISTING EXTERNAL 22 // AUTOMATED TESTS THAT SEARCH FOR THESE TAGS. 23 // 24 // PLEASE UPDATE YOUR TESTS ACCORDINGLY! 25 // 26 // //////////////////////////////// 27 28 const val QUICK_SETTINGS_STREAM_CONFIG_BUTTON = "QuickSettingsStreamConfigButton" 29 const val QUICK_SETTINGS_CONCURRENT_CAMERA_MODE_BUTTON = "QuickSettingsConcurrentCameraModeButton" 30 const val QUICK_SETTINGS_DROP_DOWN = "QuickSettingsDropDown" 31 const val QUICK_SETTINGS_HDR_BUTTON = "QuickSettingsHdrButton" 32 const val QUICK_SETTINGS_FLASH_BUTTON = "QuickSettingsFlashButton" 33 const val QUICK_SETTINGS_FLIP_CAMERA_BUTTON = "QuickSettingsFlipCameraButton" 34 const val QUICK_SETTINGS_RATIO_3_4_BUTTON = "QuickSettingsRatio3:4Button" 35 const val QUICK_SETTINGS_RATIO_9_16_BUTTON = "QuickSettingsRatio9:16Button" 36 const val QUICK_SETTINGS_RATIO_1_1_BUTTON = "QuickSettingsRatio1:1Button" 37 const val QUICK_SETTINGS_RATIO_BUTTON = "QuickSettingsRatioButton" 38