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

/packages/apps/Phone/src/com/android/phone/
H A DPhoneGlobals.java240 public OtaUtils otaUtils; field in class:PhoneGlobals
886 if (otaUtils == null) {
889 Log.w(LOG_TAG, "handleOtaEvents: got an event but otaUtils is null! "
894 otaUtils.onOtaProvisionStatusChanged((AsyncResult) msg.obj);
904 if (otaUtils == null) {
907 Log.w(LOG_TAG, "handleOtaspDisconnect: otaUtils is null!");
911 otaUtils.onOtaspDisconnect();
1655 && (otaUtils != null)) {
1656 otaUtils.cleanOtaScreen(true);
1665 && (otaUtils !
[all...]

Completed in 438 milliseconds