Loading android/app/tests/unit/src/com/android/bluetooth/opp/BluetoothOppLauncherActivityTest.java +0 −2 Original line number Original line Diff line number Diff line Loading @@ -142,8 +142,6 @@ public class BluetoothOppLauncherActivityTest { scenario.onActivity(BluetoothOppLauncherActivity::launchDevicePicker); scenario.onActivity(BluetoothOppLauncherActivity::launchDevicePicker); onView(withText(mTargetContext.getText(R.string.bt_enable_cancel).toString())).inRoot( isDialog()).check(matches(isDisplayed())).perform(click()); intended(hasComponent(BluetoothOppBtEnableActivity.class.getName())); intended(hasComponent(BluetoothOppBtEnableActivity.class.getName())); } } Loading Loading
android/app/tests/unit/src/com/android/bluetooth/opp/BluetoothOppLauncherActivityTest.java +0 −2 Original line number Original line Diff line number Diff line Loading @@ -142,8 +142,6 @@ public class BluetoothOppLauncherActivityTest { scenario.onActivity(BluetoothOppLauncherActivity::launchDevicePicker); scenario.onActivity(BluetoothOppLauncherActivity::launchDevicePicker); onView(withText(mTargetContext.getText(R.string.bt_enable_cancel).toString())).inRoot( isDialog()).check(matches(isDisplayed())).perform(click()); intended(hasComponent(BluetoothOppBtEnableActivity.class.getName())); intended(hasComponent(BluetoothOppBtEnableActivity.class.getName())); } } Loading