| commit | c4abaae444aba2ac5fc5a07e241710c758129392 | [log] [tgz] |
|---|---|---|
| author | Kevin Han <kevhan@google.com> | Tue Jan 09 22:16:14 2024 +0000 |
| committer | Kevin Han <kevhan@google.com> | Tue Jan 09 22:20:26 2024 +0000 |
| tree | 48f9499183c24ab91326e7e7015b8c19507faec5 | |
| parent | bc107d8d6bb9e47f56b1a875aa2e6304c322c3fb [diff] |
Do not fail when keep alive fails Fix logic error where we return false instead of true for the keep alive enabling. Kiosk apps can choose to not implement the keep alive service so it is expected to return true even if it fails. To reflect this, I have changed the test and the logs appropriately. Bug: 319164524 Test: atest DeviceLockControllerRoboTests Change-Id: If9c453ac0ade20d45bf892209dc7d280b2a57ea0