Home
last modified time | relevance | path

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

/cts/tests/tests/assist/src/android/assist/cts/
DTextViewTest.java86 bundle.putString(Utils.EXTRA_REMOTE_CALLBACK_ACTION, Utils.SCROLL_SCROLLVIEW_ACTION); in scrollTestApp()
DAssistTestBase.java328 intent = new Intent(Utils.SCROLL_SCROLLVIEW_ACTION); in scrollTestApp()
/cts/tests/tests/assist/testapp/src/android/assist/testapp/
DTextViewActivity.java59 } else if (action.equals(Utils.SCROLL_SCROLLVIEW_ACTION)) { in onReceivedEventFromCaller()
/cts/tests/tests/assist/common/src/android/assist/common/
DUtils.java45 public static final String SCROLL_SCROLLVIEW_ACTION = ACTION_PREFIX + "SCROLLVIEW_SCROLL"; field in Utils