Home | History | Annotate | Download | only in launcher3

Lines Matching defs:contentUri

1796                 final Uri contentUri = LauncherSettings.Favorites.CONTENT_URI;
1797 if (DEBUG_LOADERS) Log.d(TAG, "loading model from " + contentUri);
1798 final Cursor c = contentResolver.query(contentUri, null, null, null, null);
2059 contentResolver.update(contentUri, values, where, args);