Searched refs:copyButtonRunnable (Results 1 – 2 of 2) sorted by relevance
126 assertThat(testSubject.copyButtonRunnable).isNull() in nonSendAction_noCopyRunnable()148 assertThat(testSubject.copyButtonRunnable).isNull() in sendActionNoText_noCopyRunnable()171 assertThat(testSubject.copyButtonRunnable).isNotNull() in sendActionWithTextCopyRunnable()173 testSubject.copyButtonRunnable?.run() in sendActionWithTextCopyRunnable()
166 @Nullable Runnable copyButtonRunnable, in ChooserActionFactory() argument174 mCopyButtonRunnable = copyButtonRunnable; in ChooserActionFactory()192 copyButtonRunnable.run(); in ChooserActionFactory()