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