Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 89cf4b80 authored by Mark Teffeteller's avatar Mark Teffeteller
Browse files

Fix unit tests for the IntrusionDetectionService due to constructor updates.


Bug: 400790619
Test: atest frameworks/base/services/tests/security/intrusiondetection/src/com/android
/server/security/intrusiondetection/IntrusionDetectionServiceTest.java
Ignore-AOSP-First: security feature
Flag: android.security.internal_log_event_listener

Change-Id: Iddf0928dc113f41379f86f32f12e058962fc1ccd
parent cb925aeb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -409,7 +409,7 @@ public class IntrusionDetectionServiceTest {
        final String TAG = "startTestService";
        final CountDownLatch latch = new CountDownLatch(1);
        LocalIntrusionDetectionEventTransport transport =
                new LocalIntrusionDetectionEventTransport();
                new LocalIntrusionDetectionEventTransport(mContext);

        ServiceConnection serviceConnection = new ServiceConnection() {
            // Called when connection with the service is established.