change package name to uiuios
This commit is contained in:
@@ -14,20 +14,20 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package com.android.launcher3.model;
|
||||
package com.android.uiuios.model;
|
||||
|
||||
import com.android.launcher3.AllAppsList;
|
||||
import com.android.launcher3.LauncherAppState;
|
||||
import com.android.launcher3.LauncherModel.Callbacks;
|
||||
import com.android.launcher3.util.ComponentKey;
|
||||
import com.android.launcher3.widget.WidgetListRowEntry;
|
||||
import com.android.uiuios.AllAppsList;
|
||||
import com.android.uiuios.LauncherAppState;
|
||||
import com.android.uiuios.LauncherModel.Callbacks;
|
||||
import com.android.uiuios.util.ComponentKey;
|
||||
import com.android.uiuios.widget.WidgetListRowEntry;
|
||||
|
||||
import java.lang.ref.WeakReference;
|
||||
import java.util.ArrayList;
|
||||
import java.util.HashMap;
|
||||
|
||||
/**
|
||||
* Helper class to handle results of {@link com.android.launcher3.model.LoaderTask}.
|
||||
* Helper class to handle results of {@link com.android.uiuios.model.LoaderTask}.
|
||||
*/
|
||||
public class LoaderResults extends BaseLoaderResults {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user