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