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;
65 public class OtaUtils { class
66 private static final String LOG_TAG = "OtaUtils";
159 // 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
203 * OtaUtils constructor.
213 public OtaUtils(Context context, boolean interactive, BluetoothManager bluetoothManager) { method in class:OtaUtils
214 if (DBG) log("OtaUtils constructor...");
280 OtaUtils
[all...]

Completed in 55 milliseconds