Searched refs:mRingtoneTitleCache (Results 1 - 1 of 1) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/
H A DAlarmClockFragment.java129 private Bundle mRingtoneTitleCache; // Key: ringtone uri, value: ringtone title field in class:AlarmClockFragment
202 mRingtoneTitleCache = savedState.getBundle(KEY_RINGTONE_TITLE_CACHE);
279 if (mRingtoneTitleCache == null) {
280 mRingtoneTitleCache = new Bundle();
365 outState.putBundle(KEY_RINGTONE_TITLE_CACHE, mRingtoneTitleCache);
527 mRingtoneTitleCache.clear();
1099 String title = mRingtoneTitleCache.getString(uri.toString());
1116 mRingtoneTitleCache.putString(uri.toString(), title);

Completed in 55 milliseconds