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
2017-10-22 11:59:15 +02:00
2014-09-17 20:51:45 +02:00
2017-10-22 11:59:15 +02:00