Files
frameworks_base/core/java/android/app
George Mount 7cdd49abe9 Fix warnings surfaced by error-prone.
Bug 36033775

Error-prone discovered that mAdded is created after usage, but
can be accessed on any thread. This makes mAdded a final value
so that it cannot be created on one thread and accessed on another.

Test: ran cts fragment tests
Change-Id: I4e655a6cef9d924f392c021d9d2a9ae2d0dc0519
2017-05-24 20:14:18 +00:00
..
2017-05-04 15:58:40 +01:00
2017-03-21 14:42:35 -07:00
2017-05-04 08:38:07 -07:00
2017-03-03 17:27:56 -08:00
2017-04-25 17:00:05 -04:00
2017-04-27 20:53:34 +00:00
2016-11-04 10:43:25 -07:00