Searched refs:radioTestProperty (Results 1 – 1 of 1) sorted by relevance
3113 String radioTestProperty = "radio.test.onDSC.null.dcac"; in onDataSetupComplete() local3114 if (Settings.System.getInt(cr, radioTestProperty, 0) == 1) { in onDataSetupComplete()3115 log("onDataSetupComplete: " + radioTestProperty + in onDataSetupComplete()3118 Settings.System.putInt(cr, radioTestProperty, 0); in onDataSetupComplete()3119 log("onDataSetupComplete: " + radioTestProperty + "=" + in onDataSetupComplete()3121 radioTestProperty, -1)); in onDataSetupComplete()3199 String radioTestProperty = "persist.radio.test.pco"; in onDataSetupComplete() local3200 int pcoVal = SystemProperties.getInt(radioTestProperty, -1); in onDataSetupComplete()