/cts/libs/deviceutil/src/android/cts/util/ |
CtsActivityInstrumentationTestCase2.java | 41 mReportLog.deliverReportToHost(getInstrumentation());
|
/frameworks/testing/androidtestlib/src/com/android/test/runner/listener/ |
InstrumentationRunListener.java | 37 public Instrumentation getInstrumentation() { 42 * Convenience method for {@link #getInstrumentation()#sendStatus()} 45 getInstrumentation().sendStatus(code, bundle);
|
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/ |
ClearHistoryTest.java | 46 HistoryUtils.goBackSync(getInstrumentation(), contentViewCore, onPageFinishedHelper); 48 HistoryUtils.canGoBackOnUiThread(getInstrumentation(), contentViewCore)); 50 HistoryUtils.canGoForwardOnUiThread(getInstrumentation(), contentViewCore)); 52 HistoryUtils.clearHistoryOnUiThread(getInstrumentation(), contentViewCore); 54 HistoryUtils.canGoBackOnUiThread(getInstrumentation(), contentViewCore)); 56 HistoryUtils.canGoForwardOnUiThread(getInstrumentation(), contentViewCore));
|
LoadUrlTest.java | 323 HistoryUtils.goBackSync(getInstrumentation(),
|
LoadDataWithBaseUrlTest.java | 206 getInstrumentation(), mContentViewCore)); 210 getInstrumentation(), mContentViewCore)); 232 getInstrumentation(), mContentViewCore)); 264 HistoryUtils.goBackSync(getInstrumentation(), mContentViewCore, onPageFinishedHelper);
|
AwSettingsTest.java | 851 mTempDir = getInstrumentation().getTargetContext().getCacheDir().getPath(); [all...] |
/external/chromium_org/chrome/test/android/javatests/src/org/chromium/chrome/test/util/ |
InfoBarUtil.java | 26 if (click) TestTouchUtils.singleClickView(test.getInstrumentation(), button);
|
TranslateUtil.java | 55 TestTouchUtils.singleClickView(test.getInstrumentation(), text, (int) xPos, (int) yPos);
|
/frameworks/testing/androidtestlib/src/com/android/test/runner/junit3/ |
AndroidTestSuite.java | 68 Instrumentation getInstrumentation() {
|
/cts/tests/tests/view/src/android/view/animation/cts/ |
AccelerateDecelerateInterpolatorTest.java | 77 AnimationTestUtils.assertRunAnimation(getInstrumentation(), animWindow, anim);
|
AccelerateInterpolatorTest.java | 83 AnimationTestUtils.assertRunAnimation(getInstrumentation(), animWindow, anim); 117 AnimationTestUtils.assertRunAnimation(getInstrumentation(), animWindow, anim);
|
LinearInterpolatorTest.java | 81 AnimationTestUtils.assertRunAnimation(getInstrumentation(), animWindow, anim);
|
DecelerateInterpolatorTest.java | 86 AnimationTestUtils.assertRunAnimation(getInstrumentation(), animWindow, anim); 120 AnimationTestUtils.assertRunAnimation(getInstrumentation(), animWindow, anim);
|
GridLayoutAnimationControllerTest.java | 93 AnimationTestUtils.assertRunController(getInstrumentation(), mGridView, mController, 103 AnimationTestUtils.assertRunController(getInstrumentation(), mGridView, mController, 181 AnimationTestUtils.assertRunController(getInstrumentation(), mGridView, mController, 228 AnimationTestUtils.assertRunController(getInstrumentation(), mGridView, mController, 316 AnimationTestUtils.assertRunController(getInstrumentation(), mGridView, controller, 343 AnimationTestUtils.assertRunController(getInstrumentation(), mGridView, mController, 376 AnimationTestUtils.assertRunController(getInstrumentation(), mGridView, mController,
|
LayoutAnimationControllerTest.java | 79 AnimationTestUtils.assertRunController(getInstrumentation(), mListView, mController, 123 AnimationTestUtils.assertRunController(getInstrumentation(), mListView, mController, 168 AnimationTestUtils.assertRunController(getInstrumentation(), mListView, mController, 240 AnimationTestUtils.assertRunController(getInstrumentation(), mListView, mController, 254 AnimationTestUtils.assertRunController(getInstrumentation(), mListView, mController, 307 AnimationTestUtils.assertRunController(getInstrumentation(), mListView, mController, 320 AnimationTestUtils.assertRunController(getInstrumentation(), mListView, mController, 365 AnimationTestUtils.assertRunController(getInstrumentation(), mListView, controller, 421 AnimationTestUtils.assertRunController(getInstrumentation(), mListView, mController, 430 AnimationTestUtils.assertRunController(getInstrumentation(), mListView, mController [all...] |
RotateAnimationTest.java | 96 AnimationTestUtils.assertRunAnimation(getInstrumentation(), animWindow, rotateAnimation); 152 AnimationTestUtils.assertRunAnimation(getInstrumentation(), animWindow, rotateAnimation);
|
TranslateAnimationTest.java | 97 AnimationTestUtils.assertRunAnimation(getInstrumentation(), animWindow, translateAnimation); 165 AnimationTestUtils.assertRunAnimation(getInstrumentation(), animWindow, translateAnimation);
|
AnimationTest.java | 119 AnimationTestUtils.assertRunAnimation(getInstrumentation(), animWindow, animation); 140 AnimationTestUtils.assertRunAnimation(getInstrumentation(), animWindow, animation); 158 AnimationTestUtils.assertRunAnimation(getInstrumentation(), animWindow, animation); 205 AnimationTestUtils.assertRunAnimation(getInstrumentation(), animWindow, anim); 212 getInstrumentation().runOnMainSync(new Runnable() { 271 getInstrumentation().runOnMainSync(new Runnable() { 345 AnimationTestUtils.assertRunAnimation(getInstrumentation(), animWindow, 391 AnimationTestUtils.assertRunAnimation(getInstrumentation(), animWindow, anim); 408 getInstrumentation().runOnMainSync(new Runnable() { 559 AnimationTestUtils.assertRunAnimation(getInstrumentation(), animWindow, anim) [all...] |
CycleInterpolatorTest.java | 76 AnimationTestUtils.assertRunAnimation(getInstrumentation(), animWindow, anim); 115 AnimationTestUtils.assertRunAnimation(getInstrumentation(), animWindow, anim);
|
AnimationSetTest.java | 292 AnimationTestUtils.assertRunAnimation(getInstrumentation(), animWindow, animationSet);
|
/cts/tests/tests/view/src/android/view/cts/ |
View_AnimationTest.java | 67 AnimationTestUtils.assertRunAnimation(getInstrumentation(), view, mAnimation, TIME_OUT); 86 AnimationTestUtils.assertRunAnimation(getInstrumentation(), view, mAnimation, TIME_OUT);
|
/external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/contextmenu/ |
ContextMenuTest.java | 138 getInstrumentation().runOnMainSync(new Runnable() { 167 getInstrumentation().runOnMainSync(new Runnable() { 188 KeyUtils.pressBack(getInstrumentation()); 210 TestTouchUtils.singleClickView(getInstrumentation(), tab.getPageInfo().getView(), 0, 0);
|
/external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/input/ |
InsertionHandleTest.java | 100 getInstrumentation().sendKeySync(new KeyEvent(KeyEvent.ACTION_DOWN, KeyEvent.KEYCODE_X)); 101 getInstrumentation().sendKeySync(new KeyEvent(KeyEvent.ACTION_UP, KeyEvent.KEYCODE_X)); 169 TestTouchUtils.sleepForDoubleTapTimeout(getInstrumentation()); 237 TestTouchUtils.sleepForDoubleTapTimeout(getInstrumentation()); 302 long downTime = TestTouchUtils.dragStart(getInstrumentation(), fromLocation[0], 305 TestTouchUtils.dragTo(getInstrumentation(), fromLocation[0], toLocation[0], 307 TestTouchUtils.dragEnd(getInstrumentation(), toLocation[0], toLocation[1], downTime); 357 getInstrumentation().runOnMainSync(new Runnable() {
|
/frameworks/base/core/java/android/test/ |
InstrumentationTestCase.java | 68 public Instrumentation getInstrumentation() { 119 T activity = (T) getInstrumentation().startActivitySync(intent); 120 getInstrumentation().waitForIdleSync(); 135 getInstrumentation().runOnMainSync(new Runnable() { 186 getInstrumentation().runOnMainSync(new Runnable() { 228 getInstrumentation().sendStatus(2, iterations); 251 final Instrumentation instrumentation = getInstrumentation(); 301 final Instrumentation instrumentation = getInstrumentation(); 330 final Instrumentation instrumentation = getInstrumentation();
|
/frameworks/base/core/java/android/app/ |
ActivityThread.java | [all...] |