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

Commit d444a9ae authored by Rhed Jao's avatar Rhed Jao
Browse files

Add tests for AbstractAccessibilityServiceConnection

Bug: 133635779
Test: atest AbstractAccessibilityServiceConnectionTest
Change-Id: Idfcf3790a1a45dfa4423d57e6d2d13c6a302e11e
parent d6936287
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -297,7 +297,7 @@ abstract class AbstractAccessibilityServiceConnection extends IAccessibilityServ
    }

    public boolean canReceiveEventsLocked() {
        return (mEventTypes != 0 && mFeedbackType != 0 && mService != null);
        return (mEventTypes != 0 && mService != null);
    }

    @Override
+797 −0

File added.

Preview size limit exceeded, changes collapsed.