commit | d7c6e3022b620491470be123fc028cdda8e30afc | [log] [tgz] |
---|---|---|
author | Quang Anh Luong <qal@google.com> | Tue Feb 25 16:34:38 2025 +0900 |
committer | Quang Anh Luong <qal@google.com> | Fri Mar 14 15:27:49 2025 +0900 |
tree | c5f52d769e60919ba140243db35247de6ee2f958 | |
parent | 9981725b189003d55594e7065baefd077d5f5424 [diff] |
no-op: Remove checkAndNotifyCommonError with ResultReceiver There are currently two variants of checkAndNotifyCommonError that do the exactly the same thing, except one uses IIntResultListener and another uses ResultReceiver. Remove the lesser-used ResultReceiver variant and just use the IIntResultListener instead (with a IIntResultListener wrapper for the ResultReceiver). Bug: 216524590 Test: covered by existing tests Change-Id: I292a96b32cd975852a52c7953b03bcb35728db24