Searched refs:pcoVal (Results 1 – 1 of 1) sorted by relevance
2930 int pcoVal = SystemProperties.getInt(radioTestProperty, -1); in onDataSetupComplete() local2931 if (pcoVal != -1) { in onDataSetupComplete()2932 log("PCO testing: read pco value from persist.radio.test.pco " + pcoVal); in onDataSetupComplete()2934 value[0] = (byte) pcoVal; in onDataSetupComplete()