/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/support/src/android/support/test/internal/runner/listener/ |
D | ActivityFinisherRunListener.java | 24 private final Instrumentation instrumentation; field in ActivityFinisherRunListener 26 …public ActivityFinisherRunListener(Instrumentation instrumentation, ActivityLifecycleMonitor activ… in ActivityFinisherRunListener()
|
/frameworks/testing/support/src/android/support/test/internal/runner/ |
D | InstrumentationRegistry.java | 49 public static void registerInstance(Instrumentation instrumentation) { in registerInstance()
|
/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/testing/espresso/espresso-lib-tests/src/androidTest/java/com/google/android/apps/common/testing/ui/espresso/base/ |
D | UiControllerImplIntegrationTest.java | 281 Activity activity, Instrumentation instrumentation) { in getCoordinatesInMiddleOfSendButton()
|
/frameworks/base/core/java/android/content/pm/ |
D | PackageInfo.java | 128 public InstrumentationInfo[] instrumentation; field in PackageInfo
|
D | PackageParser.java | 4203 public final ArrayList<Instrumentation> instrumentation = new ArrayList<Instrumentation>(0); field in PackageParser.Package
|
/frameworks/base/tests/AppLaunch/src/com/android/tests/applaunch/ |
D | AppLaunch.java | 89 InstrumentationTestRunner instrumentation = in testMeasureStartUpTime() local
|
/frameworks/base/tests/MemoryUsage/src/com/android/tests/memoryusage/ |
D | MemoryUsageTest.java | 84 MemoryUsageInstrumentation instrumentation = in testMemory() local
|
/frameworks/base/core/java/android/app/ |
D | LoadedApk.java | 540 Instrumentation instrumentation) { in makeApplication() 688 Instrumentation instrumentation, boolean registered) { in getReceiverDispatcher() 885 Handler activityThread, Instrumentation instrumentation, in ReceiverDispatcher()
|