Lines Matching refs:cr
456 ContentResolver cr = mContext.getContentResolver(); in backupFavorites() local
458 Cursor cursor = cr.query(Favorites.CONTENT_URI, FAVORITE_PROJECTION, in backupFavorites()
496 ContentResolver cr = mContext.getContentResolver(); in restoreFavorite() local
498 cr.insert(Favorites.CONTENT_URI, values); in restoreFavorite()
509 ContentResolver cr = mContext.getContentResolver(); in backupScreens() local
510 Cursor cursor = cr.query(WorkspaceScreens.CONTENT_URI, SCREEN_PROJECTION, in backupScreens()
546 ContentResolver cr = mContext.getContentResolver(); in restoreScreen() local
548 cr.insert(WorkspaceScreens.CONTENT_URI, values); in restoreScreen()
559 final ContentResolver cr = mContext.getContentResolver(); in backupIcons() local
568 Cursor cursor = cr.query(Favorites.CONTENT_URI, FAVORITE_PROJECTION, in backupIcons()
656 final ContentResolver cr = mContext.getContentResolver(); in backupWidgets() local
662 Cursor cursor = cr.query(Favorites.CONTENT_URI, FAVORITE_PROJECTION, in backupWidgets()
1170 ContentResolver cr = mContext.getContentResolver(); in launcherIsReady() local
1171 Cursor cursor = cr.query(Favorites.CONTENT_URI, FAVORITE_PROJECTION, null, null, null); in launcherIsReady()