Searched refs:LocalizedCursor (Results 1 – 1 of 1) sorted by relevance
473 mCursor = new LocalizedCursor(mRingtoneManager.getCursor(), getResources(), COLUMN_LABEL); in initRingtoneManager()660 private static class LocalizedCursor extends CursorWrapper { class in RingtonePickerActivity667 LocalizedCursor(Cursor cursor, Resources resources, String columnLabel) { in LocalizedCursor() method in RingtonePickerActivity.LocalizedCursor