Searched refs:radioTestProperty (Results 1 – 1 of 1) sorted by relevance
2811 String radioTestProperty = "radio.test.onDSC.null.dcac"; in onDataSetupComplete() local2812 if (Settings.System.getInt(cr, radioTestProperty, 0) == 1) { in onDataSetupComplete()2813 log("onDataSetupComplete: " + radioTestProperty + in onDataSetupComplete()2816 Settings.System.putInt(cr, radioTestProperty, 0); in onDataSetupComplete()2817 log("onDataSetupComplete: " + radioTestProperty + "=" + in onDataSetupComplete()2819 radioTestProperty, -1)); in onDataSetupComplete()2893 String radioTestProperty = "persist.radio.test.pco"; in onDataSetupComplete() local2894 int pcoVal = SystemProperties.getInt(radioTestProperty, -1); in onDataSetupComplete()