summaryrefslogtreecommitdiff
path: root/tools/aapt2/java/JavaClassGenerator.cpp
diff options
context:
space:
mode:
authorFelipe Leme <felipeal@google.com>2018-06-18 13:56:38 -0700
committerFelipe Leme <felipeal@google.com>2018-07-12 10:37:05 -0700
commitd4e52285ed840d438ea59104f6ee606ed3b5d8db (patch)
treef1e756dcf5f3bcf3cb0e2a6fada0f218e16a74fe /tools/aapt2/java/JavaClassGenerator.cpp
parentd955be72b74638402fa723c023c1cdb795869a36 (diff)
Make IAutofillManager fully oneway.
The critical methods on this interface - like updateSession() - were already void, so all we had to do were to "onewaywize" the other methods. We could either refactor them to be truly async, or implement a blocking mechanism that let them still be sync *and* oneway - because these methods are not in the critical path, we opted for the latter, which is simpler and less risky. Fixes: 73536867 Test: mmma -j ./frameworks/base/apct-tests/perftests/autofill/ && \ adb install -r $OUT/data/app/AutofillPerfTests/AutofillPerfTests.apk && \ adb shell am instrument -w -e class android.view.autofill.LoginTest \ com.android.perftests.autofill/android.support.test.runner.AndroidJUnitRunner Test: CtsAutoFillServiceTestCases Change-Id: I380430aa2a7805aed6f629afb360566fc5402abb
Diffstat (limited to 'tools/aapt2/java/JavaClassGenerator.cpp')
0 files changed, 0 insertions, 0 deletions