Only reset encryption when a device disconnects. am: 377bdd6f33
am: bdb2dc2f05

Change-Id: I86b213bb2f2cd0069d63ee86bcf45a37aca30bcf
diff --git a/service/src/com/android/car/trust/CarTrustAgentUnlockService.java b/service/src/com/android/car/trust/CarTrustAgentUnlockService.java
index ba342dc..2523845 100644
--- a/service/src/com/android/car/trust/CarTrustAgentUnlockService.java
+++ b/service/src/com/android/car/trust/CarTrustAgentUnlockService.java
@@ -532,8 +532,6 @@
                 mTrustedDeviceService.getUserHandleByTokenHandle(Utils.bytesToLong(handle)),
                 phoneCredentials.getEscrowToken().toByteArray(),
                 Utils.bytesToLong(handle));
-
-        resetEncryptionState();
     }
 
     /**