Andrew Gaul 404f241891 Make some static fields final
Adding final prohibits modification and allows initialization of
primitive and String fields at compile time instead of runtime in
clinit:

https://developer.android.com/training/articles/perf-tips.html#UseFinal

Found via error-prone.
2018-01-20 18:28:21 -08:00
..
2018-01-20 18:28:21 -08:00
2014-10-11 17:43:07 +02:00
2018-01-09 19:59:51 +01:00