Searched refs:getIntentForTestAt (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/test-runner/src/android/test/
H A DTestBrowserController.java29 Intent getIntentForTestAt(int position); method in interface:TestBrowserController
H A DTestBrowserActivity.java116 Intent intent = mTestBrowserController.getIntentForTestAt(position);
H A DTestBrowserControllerImpl.java47 public Intent getIntentForTestAt(int position) { method in class:TestBrowserControllerImpl
/frameworks/base/test-runner/tests/src/android/test/
H A DTestBrowserControllerImplTest.java71 Intent intent = mTestBrowserController.getIntentForTestAt(1);
81 Intent intent = mTestBrowserController.getIntentForTestAt(1);
94 Intent intent = mTestBrowserController.getIntentForTestAt(0);
H A DTestBrowserActivityTest.java251 public Intent getIntentForTestAt(int position) { method in class:TestBrowserActivityTest.StubTestBrowserController

Completed in 626 milliseconds