Searched refs:radioTestProperty (Results 1 – 1 of 1) sorted by relevance
3131 String radioTestProperty = "radio.test.onDSC.null.dcac"; in onDataSetupComplete() local3132 if (Settings.System.getInt(cr, radioTestProperty, 0) == 1) { in onDataSetupComplete()3133 log("onDataSetupComplete: " + radioTestProperty + in onDataSetupComplete()3136 Settings.System.putInt(cr, radioTestProperty, 0); in onDataSetupComplete()3137 log("onDataSetupComplete: " + radioTestProperty + "=" + in onDataSetupComplete()3139 radioTestProperty, -1)); in onDataSetupComplete()3217 String radioTestProperty = "persist.radio.test.pco"; in onDataSetupComplete() local3218 int pcoVal = SystemProperties.getInt(radioTestProperty, -1); in onDataSetupComplete()