commit | fab1c8bd31a3871d466e4c3d24a4d90fcb25564c | [log] [tgz] |
---|---|---|
author | calderwoodra <calderwoodra@google.com> | Mon Jul 17 16:01:53 2017 -0700 |
committer | Eric Erfanian <erfanian@google.com> | Tue Jul 25 16:41:33 2017 +0000 |
tree | 6e3d8ff1dcf489055d30f3fa52ce52a2d06cf0cf | |
parent | 57697f256238b43b888d8f6d9a1b17d335082513 [diff] |
Fixed issue where calls longer than 60 minutes would be truncated. SimpleDateFormatter cannot display times longer than 60 minutes. If a time is longer than 60 minutes, it will display the time % 60. This change accounts for that and replaces the truncated time with the correct time. Bug: 63709810 Test: CallEntryFormatterTest PiperOrigin-RevId: 162284780 Change-Id: Ib01b135c028b5d59637850e873e5a218f9c39ae8