notepad/app/src/main/java/com/example/android/notepad/NotePadProvider.java [210:218]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                    + (!TextUtils.isEmpty(where) ? " AND (" + where + ')' : ""), whereArgs);
            break;

        default:
            throw new IllegalArgumentException("Unknown URI " + uri);
        }

        getContext().getContentResolver().notifyChange(uri, null);
        return count;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



notepad/app/src/main/java/com/example/android/notepad/NotePadProvider.java [233:241]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                    + (!TextUtils.isEmpty(where) ? " AND (" + where + ')' : ""), whereArgs);
            break;

        default:
            throw new IllegalArgumentException("Unknown URI " + uri);
        }

        getContext().getContentResolver().notifyChange(uri, null);
        return count;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



