Searched refs:mOtherFavoritesUri (Results 1 – 1 of 1) sorted by relevance
73 private final Uri mOtherFavoritesUri; field in ImportDataTask81 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()