Loading packages/SystemUI/tests/src/com/android/systemui/clipboardoverlay/ClipboardModelTest.kt +1 −0 Original line number Diff line number Diff line Loading @@ -122,6 +122,7 @@ class ClipboardModelTest : SysuiTestCase() { @Test @Throws(IOException::class) @DisableFlags(FLAG_CLIPBOARD_USE_DESCRIPTION_MIMETYPE) fun test_imageClipData_loadFailure() { whenever(mMockContext.contentResolver).thenReturn(mMockContentResolver) whenever(mMockContext.resources).thenReturn(mContext.resources) Loading Loading
packages/SystemUI/tests/src/com/android/systemui/clipboardoverlay/ClipboardModelTest.kt +1 −0 Original line number Diff line number Diff line Loading @@ -122,6 +122,7 @@ class ClipboardModelTest : SysuiTestCase() { @Test @Throws(IOException::class) @DisableFlags(FLAG_CLIPBOARD_USE_DESCRIPTION_MIMETYPE) fun test_imageClipData_loadFailure() { whenever(mMockContext.contentResolver).thenReturn(mMockContentResolver) whenever(mMockContext.resources).thenReturn(mContext.resources) Loading