Home
last modified time | relevance | path

Searched refs:mOtherFavoritesUri (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/provider/
DImportDataTask.java73 private final Uri mOtherFavoritesUri; field in ImportDataTask
81 mOtherFavoritesUri = Uri.parse("content://" + sourceAuthority + "/" + Favorites.TABLE_NAME); in ImportDataTask()
85 FileLog.d(TAG, "Importing DB from " + mOtherFavoritesUri); in importWorkspace()
108 try (Cursor c = mContext.getContentResolver().query(mOtherFavoritesUri, null, in importWorkspaceItems()
131 .query(mOtherFavoritesUri, null, in importWorkspaceItems()