Fix race in notifying user unlock to car service

- Sending notification after AM.unlockUser unlocks user but UserManager is
  returning false for isUserUnlockingOrUnlocked, and become problematic
  for additional checks inside car service.
- Remove that part as onUnlockUser is called anyway with right state.

Bug: 147788854
Test: reboot and check VendorServiceController to launch services
Change-Id: Icf4e157dd3a2bd08ef62bc044d069bffdb2cf454
1 file changed
tree: 587a3b49ca83cd9dc8c9c863b34cfbfeab118769
  1. src/
  2. tests/
  3. Android.bp
  4. OWNERS