Searched refs:getDataRenderedByView (Results 1 - 3 of 3) sorted by relevance

/frameworks/testing/espresso/espresso-lib/src/main/java/com/google/android/apps/common/testing/ui/espresso/action/
H A DAdapterViewProtocol.java96 * It would be expected that getDataRenderedByView(adapter, LinearLayout) would return the
106 Optional<AdaptedData> getDataRenderedByView( method in interface:AdapterViewProtocol
114 * for which calling getDataRenderedByView(adapterView, descView).get() == data.data is true.
H A DAdapterViewProtocols.java78 public Optional<AdaptedData> getDataRenderedByView(AdapterView<? extends Adapter> adapterView, method in class:AdapterViewProtocols.StandardAdapterViewProtocol
/frameworks/testing/espresso/espresso-lib/src/main/java/com/google/android/apps/common/testing/ui/espresso/
H A DDataInteraction.java196 Optional<AdaptedData> data = adapterViewProtocol.getDataRenderedByView(

Completed in 39 milliseconds