commit | f8dd1956b4d32932d12f6582302176ed7a305cad | [log] [tgz] |
---|---|---|
author | JW Wang <wangchun@google.com> | Tue Sep 08 15:18:48 2020 +0800 |
committer | JW Wang <wangchun@google.com> | Thu Sep 10 11:06:05 2020 +0800 |
tree | 255855f10bc2445617444f76ad2e51b02a3a8c71 | |
parent | 921340c284e08f3f855ba397b888dcf32f889206 [diff] |
Remove null-checks (5/n) 1. Remove the check in handleMessage() since all callers of obtainMessage() pass non-null sessions. 2. Remove the check in startPreRebootVerification() since the passed-in session is non-null. Bug: 167996901 Test: atest StagedInstallTest StagedInstallInternalTest Change-Id: I6c5b5a1357130d3c9f4889b7e6297faf7f2c20a4