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

Commit fef6cc83 authored by Hyundo Moon's avatar Hyundo Moon
Browse files

BluetoothOppServiceCleanupTest: Change a variable name

Bug: 319729818
Test: m -j;
Flag: EXEMPT, mechanical refactor
Change-Id: I649669544a86e2fc1627e6aa1de0ed2f09d53114
parent be22fb04
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -107,11 +107,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);
    }
}