Home
last modified time | relevance | path

Searched refs:copyButtonRunnable (Results 1 – 2 of 2) sorted by relevance

/packages/modules/IntentResolver/tests/unit/src/com/android/intentresolver/
DChooserActionFactoryTest.kt126 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()
/packages/modules/IntentResolver/java/src/com/android/intentresolver/
DChooserActionFactory.java166 @Nullable Runnable copyButtonRunnable, in ChooserActionFactory() argument
174 mCopyButtonRunnable = copyButtonRunnable; in ChooserActionFactory()
192 copyButtonRunnable.run(); in ChooserActionFactory()