change package name to uiuios

This commit is contained in:
2020-11-02 15:31:36 +08:00
parent 164c1fc8a0
commit c5bda0953d
645 changed files with 3881 additions and 3881 deletions

View File

@@ -1,4 +1,4 @@
package com.android.launcher3.util;
package com.android.uiuios.util;
import org.junit.Test;
import org.junit.runner.RunWith;

View File

@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.android.launcher3.util;
package com.android.uiuios.util;
import static com.google.common.truth.Truth.assertThat;

View File

@@ -1,10 +1,10 @@
package com.android.launcher3.util;
package com.android.uiuios.util;
import android.content.Context;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteOpenHelper;
import com.android.launcher3.LauncherProvider;
import com.android.uiuios.LauncherProvider;
/**
* An extension of LauncherProvider backed up by in-memory database.