Searched refs:msgFormat (Results 1 – 8 of 8) sorted by relevance
59 MessageFormat msgFormat = new MessageFormat( in getSummary() local64 summary = msgFormat.format(msgArgs); in getSummary()66 MessageFormat msgFormat = new MessageFormat( in getSummary() local71 summary = msgFormat.format(msgArgs); in getSummary()
135 MessageFormat msgFormat = new MessageFormat( in getOtherSoundCategoriesSummary() local149 return msgFormat.format(args); in getOtherSoundCategoriesSummary()194 MessageFormat msgFormat = new MessageFormat( in getSoundSummary() local199 return msgFormat.format(msgArgs); in getSoundSummary()217 MessageFormat msgFormat = new MessageFormat( in getAutomaticRulesSummary() local222 return msgFormat.format(msgArgs); in getAutomaticRulesSummary()
473 MessageFormat msgFormat = new MessageFormat( in getStarredContactsSummary() local487 return msgFormat.format(args); in getStarredContactsSummary()491 MessageFormat msgFormat = new MessageFormat( in getContactsNumberSummary() local496 return msgFormat.format(args); in getContactsNumberSummary()
126 MessageFormat msgFormat = new MessageFormat( in updateAppsBypassingDndSummaryText() local141 mSummary = msgFormat.format(args); in updateAppsBypassingDndSummaryText()
134 MessageFormat msgFormat = new MessageFormat( in getSummary() local139 return msgFormat.format(args); in getSummary()
133 MessageFormat msgFormat = new MessageFormat( in setCountDownLeft() local138 setContentDescription(msgFormat.format(msgArgs)); in setCountDownLeft()
115 MessageFormat msgFormat = new MessageFormat( in onCreate() local120 layout.setDescriptionText(msgFormat.format(arguments)); in onCreate()
3447 Landroid/icu/text/MessageFormat$PluralSelectorProvider;->msgFormat:Landroid/icu/text/MessageFormat;