commit | 029f10100cced4a0dd6b07b26b0ffd670881aa47 | [log] [tgz] |
---|---|---|
author | Felipe Leme <felipeal@google.com> | Mon Jan 22 11:53:44 2018 -0800 |
committer | Felipe Leme <felipeal@google.com> | Mon Jan 22 12:16:55 2018 -0800 |
tree | 4bf992f12455b2756b4287bcb923f0589ba7fb2f | |
parent | 0e5f9c8a4b327a818ead467f3f3df1ca1e4af1ab [diff] |
Changed onGetScores() to return null instead of throwing exception. Callers (Session and AFMShellCommand) already handle null (in fact, the signature declares it as @Nullable), so there's no point on throwing a runtime exception... Bug: 70939974 Test: 'adb shell cmd autofill get fc_score half kale' when service APK was not implementing it. Change-Id: I37da6cd13c40545626332c272759e797b5a25924