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

Commit 2074c74d authored by Hyundo Moon's avatar Hyundo Moon Committed by Automerger Merge Worker
Browse files

Merge "BluetoothOppServiceCleanupTest: Change a variable name" into main am:...

Merge "BluetoothOppServiceCleanupTest: Change a variable name" into main am: 13c9f3e5 am: 7473fa08

Original change: https://android-review.googlesource.com/c/platform/packages/modules/Bluetooth/+/2981691



Change-Id: Ifd18c67b80e039d77d3221b74a87ebaae02dd48f
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents ba0d3f01 7473fa08
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -109,11 +109,11 @@ public class BluetoothOppServiceCleanupTest {
                        COMPONENT_ENABLED_STATE_ENABLED,
                        DONT_KILL_APP);

        ComponentName activityName =
        ComponentName providerName =
                new ComponentName(mTargetContext, BluetoothOppProvider.class.getCanonicalName());
        mTargetContext
                .getPackageManager()
                .setComponentEnabledSetting(
                        activityName, COMPONENT_ENABLED_STATE_ENABLED, DONT_KILL_APP);
                        providerName, COMPONENT_ENABLED_STATE_ENABLED, DONT_KILL_APP);
    }
}