Searched refs:LocalizedCursor (Results 1 – 1 of 1) sorted by relevance
64 private LocalizedCursor mCursor;128 mCursor = new LocalizedCursor(mRingtoneManager.getCursor(), getContext().getResources(), in onCreateInternal()295 private static class LocalizedCursor extends CursorWrapper { class in RingtonePickerPreferenceController302 LocalizedCursor(Cursor cursor, Resources resources, String columnLabel) { in LocalizedCursor() method in RingtonePickerPreferenceController.LocalizedCursor