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