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/voiceinteraction/testapp/
DTextViewActivity.java63 filter.addAction(Utils.SCROLL_SCROLLVIEW_ACTION); in onResume()
100 } else if (intent.getAction().equals(Utils.SCROLL_SCROLLVIEW_ACTION)) { in onReceive()
/cts/tests/tests/assist/common/src/android/assist/common/
DUtils.java39 public static final String SCROLL_SCROLLVIEW_ACTION = ACTION_PREFIX + "SCROLLVIEW_SCROLL"; field in Utils
/cts/tests/tests/assist/src/android/assist/cts/
DAssistTestBase.java238 intent = new Intent(Utils.SCROLL_SCROLLVIEW_ACTION); in scrollTestApp()