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

  /packages/apps/Phone/src/com/android/phone/
InCallScreen.java 72 import com.android.phone.OtaUtils.CdmaOtaScreenState;
379 if (mApp.otaUtils != null) {
380 mApp.otaUtils.onOtaCloseSpcNotice();
385 if (mApp.otaUtils != null) {
386 mApp.otaUtils.onOtaCloseFailureNotice();
    [all...]
PhoneApp.java 66 import com.android.phone.OtaUtils.CdmaOtaScreenState;
256 * The singleton OtaUtils instance used for OTASP calls.
258 * The OtaUtils instance is created lazily the first time we need to
262 public OtaUtils otaUtils;
270 public OtaUtils.CdmaOtaProvisionData cdmaOtaProvisionData;
271 public OtaUtils.CdmaOtaConfigData cdmaOtaConfigData;
272 public OtaUtils.CdmaOtaScreenState cdmaOtaScreenState;
273 public OtaUtils.CdmaOtaInCallScreenUiState cdmaOtaInCallScreenUiState;
628 cdmaOtaProvisionData = new OtaUtils.CdmaOtaProvisionData()
    [all...]
OtaUtils.java 22 import com.android.phone.OtaUtils.CdmaOtaInCallScreenUiState.State;
62 public class OtaUtils {
63 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) {
215 if (DBG) log("OtaUtils constructor...");
222 * Updates the OtaUtils object's references to some UI elements belonging t
    [all...]

Completed in 104 milliseconds