OSDN Git Service

Move DataConnection related classes to their own package.
authorWink Saville <wink@google.com>
Thu, 21 Feb 2013 13:24:12 +0000 (05:24 -0800)
committerWink Saville <wink@google.com>
Thu, 21 Feb 2013 13:24:12 +0000 (05:24 -0800)
commit08da8a3d85b1cd8b99d6ebc1912ee6c63865f2ee
treeddd76e60a64a1e94e751c927f218f5b3ede08874
parent5f808755822bb2063329bfb71709b31be9651585
Move DataConnection related classes to their own package.

RadioInfo was importing DataConnection and GsmDataConnection causing
it to break. As it turns out it isn't using them so I removed them
and all other unused imports.

Change-Id: I34ee9e87545e6b15ebf4d3ec101d4ed3d322f7b2
src/com/android/settings/RadioInfo.java