Always initialize CDMA OTA state
We only used to initialize CDMA OTA state for CDMA devices. New devices
can be both and switch between them. The order of operations doesn't
guarantee that RAT change notification will run before OTA request which
caused a NPE when we switch from GSM to CDMA because the state wasn't
initialized.
This change always initializes those state objects so that they are
always ready to perform initialization.
Bug:17869501
Change-Id: Iddb0a538c5d0c1d08c7db22f80081d6542803af8
1 file changed