Home
last modified time | relevance | path

Searched defs:instrumentation (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/widget/
DAutoCompleteTextViewPopup.java48 final Instrumentation instrumentation = getInstrumentation(); in testPopupSetListSelection() local
80 final Instrumentation instrumentation = getInstrumentation(); in testPopupGetListSelection() local
107 final Instrumentation instrumentation = getInstrumentation(); in testPopupClearListSelection() local
140 final Instrumentation instrumentation = getInstrumentation(); in testPopupNavigateNoAdapter() local
174 final Instrumentation instrumentation = getInstrumentation(); in testPopupShow() local
DAutoCompleteTextViewCallbacks.java39 final Instrumentation instrumentation = getInstrumentation(); in testPopupNoSelection() local
64 final Instrumentation instrumentation = getInstrumentation(); in testPopupEnterSelection() local
113 final Instrumentation instrumentation = getInstrumentation(); in testPopupLeaveSelection() local
/frameworks/base/core/java/android/test/
DInstrumentationTestCase.java46 public void injectInstrumentation(Instrumentation instrumentation) { in injectInstrumentation()
60 public void injectInsrumentation(Instrumentation instrumentation) { in injectInsrumentation()
251 final Instrumentation instrumentation = getInstrumentation(); in sendKeys() local
301 final Instrumentation instrumentation = getInstrumentation(); in sendKeys() local
330 final Instrumentation instrumentation = getInstrumentation(); in sendRepeatedKeys() local
/frameworks/testing/androidtestlib/src/com/android/test/runner/junit3/
DAndroidTestSuite.java42 AndroidTestSuite(Class<?> clazz, Bundle bundle, Instrumentation instrumentation) { in AndroidTestSuite()
48 AndroidTestSuite(String name, Bundle bundle, Instrumentation instrumentation) { in AndroidTestSuite()
/frameworks/testing/uiautomator/instrumentation/testrunner-src/com/android/uiautomator/testrunner/
DInstrumentationAutomationSupport.java32 InstrumentationAutomationSupport(Instrumentation instrumentation) { in InstrumentationAutomationSupport()
/frameworks/base/test-runner/src/android/test/
DAndroidTestRunner.java207 Test test, Instrumentation instrumentation) { in setInstrumentationIfInstrumentationTestCase()
220 public void setInstrumentation(Instrumentation instrumentation) { in setInstrumentation()
229 public void setInstrumentaiton(Instrumentation instrumentation) { in setInstrumentaiton()
/frameworks/base/core/tests/coretests/src/android/util/
DListUtil.java37 public ListUtil(ListView listView, Instrumentation instrumentation) { in ListUtil()
/frameworks/base/core/java/android/content/pm/
DPackageInfo.java123 public InstrumentationInfo[] instrumentation; field in PackageInfo
DPackageParser.java3457 public final ArrayList<Instrumentation> instrumentation = new ArrayList<Instrumentation>(0); field in PackageParser.Package
/frameworks/base/tests/MemoryUsage/src/com/android/tests/memoryusage/
DMemoryUsageTest.java68 MemoryUsageInstrumentation instrumentation = in testMemory() local
/frameworks/base/tests/AppLaunch/src/com/android/tests/applaunch/
DAppLaunch.java76 InstrumentationTestRunner instrumentation = in testMeasureStartUpTime() local
/frameworks/base/core/java/android/app/
DLoadedApk.java487 Instrumentation instrumentation) { in makeApplication()
586 Instrumentation instrumentation, boolean registered) { in getReceiverDispatcher()
783 Handler activityThread, Instrumentation instrumentation, in ReceiverDispatcher()