summaryrefslogtreecommitdiff
path: root/tools/aapt2/java/JavaClassGenerator_test.cpp
diff options
context:
space:
mode:
authorPhilip P. Moltmann <moltmann@google.com>2017-06-19 17:01:57 -0700
committerPhilip P. Moltmann <moltmann@google.com>2017-06-20 10:08:21 -0700
commitcb797813565792431775b69cec98a77ddc9added (patch)
treeecc9265edef9094c4d77485739f367db9f0e2999 /tools/aapt2/java/JavaClassGenerator_test.cpp
parent0706e8703977d3ede7dd023313a4ad79411baf97 (diff)
Do not restore same autofill id twice
View's are restored based on their id. The autofill id is part of the id's state. Unfortunately the ids of the view are not neccessary unique. In this case two views would store state of for the same id. Also two views would be restored frome the same state. This causes duplicate autofill ids which is not allowed. Hence make sure that for a single state, the autofill id is only restored once. Change-Id: I8d950486cb21d9f6afe6d0f5f668799305ae73e7 Fixes: 62658714 Test: cts-tradefed run cts-dev -m CtsAutoFillServiceTestCases
Diffstat (limited to 'tools/aapt2/java/JavaClassGenerator_test.cpp')
0 files changed, 0 insertions, 0 deletions