commit | 3985671349ba8b2b810cb7bcb17876f76f4e9287 | [log] [tgz] |
---|---|---|
author | Wink Saville <wink@google.com> | Fri Sep 13 12:40:11 2013 -0700 |
committer | Wink Saville <wink@google.com> | Fri Sep 13 12:40:11 2013 -0700 |
tree | 5b7be732a9d304294eb36120f6d1d6cbe4538b5e | |
parent | 4a13f358841505e8e3747c3ff983dc8777504add [diff] |
checkMobileProvisioning should not block. In checkMobileProvisioning the call to mdst.isProvisioningNetwork() is a blocking call and during monkey testing without SIM this is causing ANR's. Move the initial test for provisioning into isMobileOk so checkMobileProvisioning doesn't block. If mobile is not supported return CMP_RESULT_NO_CONNECTION. Cleaned up some debug. Bug: 10674404 Change-Id: I10a0e922cd6ea9790f66e2083f37e68cb0a8861f