Searched refs:assertLastArgument (Results 1 – 7 of 7) sorted by relevance
160 mStartDragListener.assertLastArgument(mClipper.nextClip); in testStartDrag_SetsCorrectClipData()175 mStartDragListener.assertLastArgument(mClipper.nextClip); in testStartDrag_SetsCorrectClipData_NullParent()189 mShadowBuilder.title.assertLastArgument(TestEnv.FILE_APK.displayName); in testStartDrag_BuildsCorrectShadow_SingleDoc()190 mShadowBuilder.icon.assertLastArgument(mIconHelper.nextDocumentIcon); in testStartDrag_BuildsCorrectShadow_SingleDoc()207 mShadowBuilder.icon.assertLastArgument(mDefaultIcon); in testStartDrag_BuildsCorrectShadow_MultipleDocs()282 mShadowBuilder.state.assertLastArgument(DragAndDropManager.STATE_UNKNOWN); in testDefaultToUnknownState()706 mClipper.opType.assertLastArgument(FileOperationService.OPERATION_COPY); in testDrop_Copies_DifferentRoot_DropOnRoot()732 mClipper.opType.assertLastArgument(FileOperationService.OPERATION_MOVE); in testDrop_Moves_SameRoot_DropOnRoot()765 mClipper.opType.assertLastArgument(FileOperationService.OPERATION_COPY); in testDrop_Copies_SameRoot_DropOnRoot_ReleasesCtrlBeforeGettingRootDocument()805 mClipper.copyFromClip.assertLastArgument(Pair.create(stack, mClipData)); in testDrop_Copies_DifferentRoot_DropOnDocument()[all …]
254 mEnv.docs.lastUri.assertLastArgument(TestEnv.FILE_GIF.derivedUri); in testLaunchToDocuments_convertsTreeUriToDocumentUri()
40 public void assertLastArgument(@Nullable T expected) { in assertLastArgument() method in TestEventListener
43 public void assertLastArgument(@Nullable T expected) { in assertLastArgument() method in TestEventListener
44 public void assertLastArgument(@Nullable T expected) { in assertLastArgument() method in TestEventHandler
50 public void assertLastArgument(@Nullable T expected) { in assertLastArgument() method in TestPredicate
62 mConsumer.assertLastArgument(LOCAL_PREFERENCE); in testReportsChangesToListener()