commit | 401b061a5d1254508ef2ac5396528e6670e074b8 | [log] [tgz] |
---|---|---|
author | Winson <chiuwinson@google.com> | Wed Apr 28 12:41:55 2021 -0700 |
committer | Winson <chiuwinson@google.com> | Thu Apr 29 10:32:42 2021 -0700 |
tree | a6d263c6a493b36e7c70587784578bc87964c1c7 | |
parent | 37169d9adb45f3e88828c06ec86c6f322b90992a [diff] |
Fix getComponentName for DomainVerificationProxy This was preventing the domain verifier from being printed as part of dumpsys, since PMS checks this to see if the proxy exists. To avoid future issues, also removs the default interface methods in favor of just overriding them in the unavailable variant. Bug: 186665132 Test: manual, dumpsys package dv Test: atest DomainVerificationProxyTest#nonNullComponentName Change-Id: Ib8fb5e07b1650a46a9ebb735f9c640877e58cb22