Home | History | Annotate | Download | only in utils

Lines Matching refs:contentResolver

22 import android.content.ContentResolver;
634 final ContentResolver contentResolver = context.getContentResolver();
646 contentResolver.update(uri, values, null, null);
655 contentResolver.update(uri, values, null, null);
660 contentResolver.delete(uri, null, null);