/frameworks/base/core/tests/coretests/src/android/widget/ |
D | AutoCompleteTextViewPopup.java | 48 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
|
D | AutoCompleteTextViewCallbacks.java | 39 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/ |
D | InstrumentationTestCase.java | 46 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/ |
D | AndroidTestSuite.java | 42 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/ |
D | InstrumentationAutomationSupport.java | 32 InstrumentationAutomationSupport(Instrumentation instrumentation) { in InstrumentationAutomationSupport()
|
/frameworks/base/test-runner/src/android/test/ |
D | AndroidTestRunner.java | 207 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/ |
D | ListUtil.java | 37 public ListUtil(ListView listView, Instrumentation instrumentation) { in ListUtil()
|
/frameworks/base/core/java/android/content/pm/ |
D | PackageInfo.java | 123 public InstrumentationInfo[] instrumentation; field in PackageInfo
|
D | PackageParser.java | 3457 public final ArrayList<Instrumentation> instrumentation = new ArrayList<Instrumentation>(0); field in PackageParser.Package
|
/frameworks/base/tests/MemoryUsage/src/com/android/tests/memoryusage/ |
D | MemoryUsageTest.java | 68 MemoryUsageInstrumentation instrumentation = in testMemory() local
|
/frameworks/base/tests/AppLaunch/src/com/android/tests/applaunch/ |
D | AppLaunch.java | 76 InstrumentationTestRunner instrumentation = in testMeasureStartUpTime() local
|
/frameworks/base/core/java/android/app/ |
D | LoadedApk.java | 487 Instrumentation instrumentation) { in makeApplication() 586 Instrumentation instrumentation, boolean registered) { in getReceiverDispatcher() 783 Handler activityThread, Instrumentation instrumentation, in ReceiverDispatcher()
|