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