Home
last modified time | relevance | path

Searched refs:SCROLL_SCROLLVIEW_ACTION (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/assist/testapp/src/android/assist/testapp/
DTextViewActivity.java59 filter.addAction(Utils.SCROLL_SCROLLVIEW_ACTION); in onResume()
96 } else if (intent.getAction().equals(Utils.SCROLL_SCROLLVIEW_ACTION)) { in onReceive()
/cts/tests/tests/assist/common/src/android/assist/common/
DUtils.java40 public static final String SCROLL_SCROLLVIEW_ACTION = ACTION_PREFIX + "SCROLLVIEW_SCROLL"; field in Utils
/cts/tests/tests/assist/src/android/assist/cts/
DAssistTestBase.java228 intent = new Intent(Utils.SCROLL_SCROLLVIEW_ACTION); in scrollTestApp()