Home
last modified time | relevance | path

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

/packages/modules/IntentResolver/tests/shared/src/com/android/intentresolver/logging/
DFakeEventLog.kt34 var actionShareWithPreview: ActionShareWithPreview? = null
122 actionShareWithPreview = ActionShareWithPreview(previewType) in logActionShareWithPreview()
169 data class ActionShareWithPreview(val previewType: Int) class in com.android.intentresolver.logging.FakeEventLog
/packages/modules/IntentResolver/tests/activity/src/com/android/intentresolver/
DChooserActivityTest.java1358 .isEqualTo(new FakeEventLog.ActionShareWithPreview( in testTitlePreviewLogging()
1382 .isEqualTo(new FakeEventLog.ActionShareWithPreview( in testImagePreviewLogging()