Update imports to android-common

Several files were moved to android-common. Update all the references
to import those files from the new location.
This commit is contained in:
Tom Taylor
2009-12-21 13:59:18 -08:00
parent 6a18871355
commit d4a4729c0c
35 changed files with 81 additions and 1633 deletions

View File

@ -17,8 +17,8 @@
package com.android.server;
import com.android.internal.app.ResolverActivity;
import com.android.internal.util.FastXmlSerializer;
import com.android.internal.util.XmlUtils;
import com.android.common.FastXmlSerializer;
import com.android.common.XmlUtils;
import org.xmlpull.v1.XmlPullParser;
import org.xmlpull.v1.XmlPullParserException;