Home
last modified time | relevance | path

Searched defs:formatString (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
DKeycodeSelectionHelper.java43 mKeycodeStrings.add(formatString(field.getName())); in formatString() method
52 private static String formatString(String name) { in formatString() method in KeycodeSelectionHelper
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSplitClockView.java90 String formatString = DateFormat.getTimeFormatString(getContext(), in updatePatterns() local
115 private static int getAmPmPartEndIndex(String formatString) { in getAmPmPartEndIndex()