diff options
| author | Felipe Leme <felipeal@google.com> | 2017-04-24 11:18:36 -0700 |
|---|---|---|
| committer | Felipe Leme <felipeal@google.com> | 2017-04-24 12:38:21 -0700 |
| commit | c651e4d34f0c6dca5d6675cec54c7027e2e7dd58 (patch) | |
| tree | 3f82b99666e989ff83094624a3c50ea950888c34 /core/java/android/widget/CompoundButton.java | |
| parent | 77de9dee3cecba92bfcf1ec206e764ca2f83163d (diff) | |
Minor fixes on Autofill Framework:
- Removed default implementation of onProvideAutofillVirtualStructure() that
was using accessibility API (it's useless because without the View calling
AutofillManager.notifyViewEntered(), it would never be triggered).
- Fixed obsolete TODOs.
- Removed obsolete service class name constant.
- Removed unused debug constant.
Test: CtsAutoFillServiceTestCases (on oc-dev) pass
Test: manual verification (on oc-dev)
Bug: 37078783
Bug: 33197203
Bug: 33802548
Bug: 35956626
Change-Id: I834d34b8af8bf0d781dc7e0ffcd6e600bfa2d183
Diffstat (limited to 'core/java/android/widget/CompoundButton.java')
| -rw-r--r-- | core/java/android/widget/CompoundButton.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/java/android/widget/CompoundButton.java b/core/java/android/widget/CompoundButton.java index c7ba7b5d5a48..0762b15626f7 100644 --- a/core/java/android/widget/CompoundButton.java +++ b/core/java/android/widget/CompoundButton.java @@ -574,8 +574,6 @@ public abstract class CompoundButton extends Button implements Checkable { stream.addProperty("checked", isChecked()); } - // TODO(b/33197203): add unit/CTS tests for autofill methods (and make sure they handle enable) - @Override public void onProvideAutofillStructure(ViewStructure structure, int flags) { super.onProvideAutofillStructure(structure, flags); |
