HomeSort by relevance Sort by last modified time
    Searched refs:otaUtils (Results 1 - 2 of 2) sorted by null

  /packages/services/Telephony/src/com/android/phone/
PhoneGlobals.java 199 * The singleton OtaUtils instance used for OTASP calls.
201 * The OtaUtils instance is created lazily the first time we need to
205 public OtaUtils otaUtils;
213 public OtaUtils.CdmaOtaProvisionData cdmaOtaProvisionData;
214 public OtaUtils.CdmaOtaConfigData cdmaOtaConfigData;
215 public OtaUtils.CdmaOtaScreenState cdmaOtaScreenState;
216 public OtaUtils.CdmaOtaInCallScreenUiState cdmaOtaInCallScreenUiState;
442 cdmaOtaProvisionData = new OtaUtils.CdmaOtaProvisionData();
443 cdmaOtaConfigData = new OtaUtils.CdmaOtaConfigData()
    [all...]
OtaUtils.java 23 import com.android.phone.OtaUtils.CdmaOtaInCallScreenUiState.State;
64 public class OtaUtils {
65 private static final String LOG_TAG = "OtaUtils";
158 // In "interactive mode", the OtaUtils object is tied to an
171 * TODO(OTASP): It's really ugly for the OtaUtils object to reach into the
174 * Instead, the model/view separation should be more clear: OtaUtils
202 * OtaUtils constructor.
212 public OtaUtils(Context context, boolean interactive, BluetoothManager bluetoothManager) {
213 if (DBG) log("OtaUtils constructor...");
279 OtaUtils.startInteractiveOtasp(context)
    [all...]

Completed in 80 milliseconds