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

Commit 9ec1b40a authored by Daniel Norman's avatar Daniel Norman
Browse files

Clean up bugfix flag resettable_dynamic_properties

This flag was in Trunkfood Full.

Bug: 312386990
Test: presubmit
Flag: EXEMPT flag cleanup
Change-Id: I961cc1fd0216594a50fefea095671fc8a5f71023
parent ac4ccc5f
Loading
Loading
Loading
Loading
+1 −3
Original line number Original line Diff line number Diff line
@@ -1724,9 +1724,7 @@ abstract class AbstractAccessibilityServiceConnection extends IAccessibilityServ
    }
    }


    public void resetLocked() {
    public void resetLocked() {
        if (Flags.resettableDynamicProperties()) {
        mAccessibilityServiceInfo.resetDynamicallyConfigurableProperties();
        mAccessibilityServiceInfo.resetDynamicallyConfigurableProperties();
        }
        mSystemSupport.getKeyEventDispatcher().flush(this);
        mSystemSupport.getKeyEventDispatcher().flush(this);
        try {
        try {
            // Clear the proxy in the other process so this
            // Clear the proxy in the other process so this
+0 −1
Original line number Original line Diff line number Diff line
@@ -432,7 +432,6 @@ public class AccessibilityServiceConnectionTest {
    }
    }


    @Test
    @Test
    @RequiresFlagsEnabled(Flags.FLAG_RESETTABLE_DYNAMIC_PROPERTIES)
    public void binderDied_resetA11yServiceInfo() {
    public void binderDied_resetA11yServiceInfo() {
        final int flag = AccessibilityServiceInfo.FLAG_REPORT_VIEW_IDS;
        final int flag = AccessibilityServiceInfo.FLAG_REPORT_VIEW_IDS;
        setServiceBinding(COMPONENT_NAME);
        setServiceBinding(COMPONENT_NAME);