Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/
H A DRegulatoryInfoDisplayActivityTest.java34 private static final String COO_PROP_KEY = "ro.boot.hardware.coo"; field in RegulatoryInfoDisplayActivityTest
55 SystemProperties.set(COO_PROP_KEY, ""); in getResourceId_noCooProperty_shouldReturnSkuLabel()
64 SystemProperties.set(COO_PROP_KEY, "coo"); in getResourceId_hasSkuAndCooProperties_shouldReturnCooLabel()
73 SystemProperties.set(COO_PROP_KEY, "unknown"); in getResourceId_noCorrespondingCooLabel_shouldReturnSkuLabel()