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

/packages/services/Telephony/src/com/android/phone/
H A DOtaUtils.java23 import com.android.phone.OtaUtils.CdmaOtaInCallScreenUiState.State;
64 public class OtaUtils { class
65 private static final String LOG_TAG = "OtaUtils";
158 // In "interactive mode", the OtaUtils object is tied to an
168 * TODO(OTASP): It's really ugly for the OtaUtils object to reach into the
171 * Instead, the model/view separation should be more clear: OtaUtils
199 * OtaUtils constructor.
209 public OtaUtils(Context context, boolean interactive) { method in class:OtaUtils
210 if (DBG) log("OtaUtils constructor...");
275 OtaUtils
[all...]

Completed in 78 milliseconds