HomeSort by relevance Sort by last modified time
    Searched refs:titleFormat (Results 1 - 3 of 3) sorted by null

  /packages/services/Telephony/src/com/android/phone/
NotificationMgr.java 357 String titleFormat = mContext.getString(R.string.notification_voicemail_title_count);
358 notificationTitle = String.format(titleFormat, vmCount);
  /frameworks/base/core/java/android/widget/
SimpleMonthView.java 164 final String titleFormat = DateFormat.getBestDateTimePattern(locale, DEFAULT_TITLE_FORMAT);
165 mTitleFormatter = new SimpleDateFormat(titleFormat, locale);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
UpdateHandler.java     [all...]

Completed in 197 milliseconds