Searched refs:radioTestProperty (Results 1 – 1 of 1) sorted by relevance
2833 String radioTestProperty = "radio.test.onDSC.null.dcac"; in onDataSetupComplete() local2834 if (Settings.System.getInt(cr, radioTestProperty, 0) == 1) { in onDataSetupComplete()2835 log("onDataSetupComplete: " + radioTestProperty + in onDataSetupComplete()2838 Settings.System.putInt(cr, radioTestProperty, 0); in onDataSetupComplete()2839 log("onDataSetupComplete: " + radioTestProperty + "=" + in onDataSetupComplete()2841 radioTestProperty, -1)); in onDataSetupComplete()2929 String radioTestProperty = "persist.radio.test.pco"; in onDataSetupComplete() local2930 int pcoVal = SystemProperties.getInt(radioTestProperty, -1); in onDataSetupComplete()