Searched refs:mFormats (Results 1 – 2 of 2) sorted by relevance
54 private static String[] mFormats = null; field in Stopwatches92 mFormats = context.getResources().getStringArray(R.array.shared_laps_format_set); in getTimeText()94 mFormats = context.getResources().getStringArray(R.array.stopwatch_format_set); in getTimeText()117 return String.format(mFormats[formatIndex], hours, minutes, in getTimeText()
83 private final String[] mFormats; field in StopwatchFragment.LapsListAdapter100 mFormats = context.getResources().getStringArray(R.array.stopwatch_format_set); in LapsListAdapter()125 mFormats[mLapIndex])); in getView() local127 mFormats[mTotalIndex])); in getView() local