Searched defs:OtaUtils (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Phone/src/com/android/phone/
H A DOtaUtils.java21 import com.android.phone.OtaUtils.CdmaOtaInCallScreenUiState.State;
61 public class OtaUtils { class
62 private static final String LOG_TAG = "OtaUtils";
161 // In "interactive mode", the OtaUtils object is tied to an
172 * TODO(OTASP): It's really ugly for the OtaUtils object to reach into the
175 * Instead, the model/view separation should be more clear: OtaUtils
204 * OtaUtils constructor.
214 public OtaUtils(Context context, boolean interactive) { method in class:OtaUtils
215 if (DBG) log("OtaUtils constructor...");
222 * Updates the OtaUtils objec
[all...]

Completed in 16 milliseconds