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

Commit 684abef1 authored by Nikita Dubrovsky's avatar Nikita Dubrovsky
Browse files

Rename TextViewOnReceiveContentCallbackTest to TextViewOnReceiveContentTest

Bug: 170191676
Bug: 152068298
Test: atest FrameworksCoreTests:TextViewOnReceiveContentTest
Change-Id: Id68ff77ba8d0b21ac756983d8c2f58f17d63ada9
parent 1086c93f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -63,12 +63,12 @@ import org.mockito.Mockito;

/**
 * Tests for {@link TextViewOnReceiveContentCallback}. Most of the test cases are in the CTS test
 * {@link android.widget.cts.TextViewOnReceiveContentCallbackTest}. This class tests some internal
 * {@link android.widget.cts.TextViewOnReceiveContentTest}. This class tests some internal
 * implementation details, e.g. fallback to the keyboard image API.
 */
@MediumTest
@RunWith(AndroidJUnit4.class)
public class TextViewOnReceiveContentCallbackTest {
public class TextViewOnReceiveContentTest {
    private static final Uri SAMPLE_CONTENT_URI = Uri.parse("content://com.example/path");

    @Rule