Home
last modified time | relevance | path

Searched refs:LocalizedCursor (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SoundPicker/src/com/android/soundpicker/
DRingtonePickerActivity.java465 mCursor = new LocalizedCursor(mRingtoneManager.getCursor(), getResources(), COLUMN_LABEL); in initRingtoneManager()
652 private static class LocalizedCursor extends CursorWrapper { class in RingtonePickerActivity
659 LocalizedCursor(Cursor cursor, Resources resources, String columnLabel) { in LocalizedCursor() method in RingtonePickerActivity.LocalizedCursor