Home
last modified time | relevance | path

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

12

/frameworks/base/tests/WindowAnimationJank/src/android/windowanimationjank/
DUtils.java43 private static UiObject2 waitForActivity(Instrumentation instrumentation, BySelector selector) { in waitForActivity()
57 public static UiObject2 waitForElementLayout(Instrumentation instrumentation) { in waitForElementLayout()
64 public static UiObject2 startElementLayout(Instrumentation instrumentation, int numElements) { in startElementLayout()
73 public static int getDeviceRotation(Instrumentation instrumentation) { in getDeviceRotation()
91 public static void rotateDevice(Instrumentation instrumentation, int rotationMode) { in rotateDevice()
/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.java40 final Instrumentation instrumentation = getInstrumentation(); in testPopupNoSelection() local
65 final Instrumentation instrumentation = getInstrumentation(); in testPopupEnterSelection() local
114 final Instrumentation instrumentation = getInstrumentation(); in testPopupLeaveSelection() local
/frameworks/base/test-base/src/android/test/
DInstrumentationTestCase.java52 public void injectInstrumentation(Instrumentation instrumentation) { in injectInstrumentation()
66 public void injectInsrumentation(Instrumentation instrumentation) { in injectInsrumentation()
257 final Instrumentation instrumentation = getInstrumentation(); in sendKeys() local
307 final Instrumentation instrumentation = getInstrumentation(); in sendKeys() local
336 final Instrumentation instrumentation = getInstrumentation(); in sendRepeatedKeys() local
/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/
DShortcutManagerTestUtils.java163 public static List<String> runCommand(Instrumentation instrumentation, String command) { in runCommand()
166 public static List<String> runCommand(Instrumentation instrumentation, String command, in runCommand()
182 public static void runCommandForNoOutput(Instrumentation instrumentation, String command) { in runCommandForNoOutput()
186 public static List<String> runShortcutCommand(Instrumentation instrumentation, String command, in runShortcutCommand()
191 public static List<String> runShortcutCommandForSuccess(Instrumentation instrumentation, in runShortcutCommandForSuccess()
196 public static String getDefaultLauncher(Instrumentation instrumentation) { in getDefaultLauncher()
210 public static void setDefaultLauncher(Instrumentation instrumentation, String component) { in setDefaultLauncher()
219 public static void setDefaultLauncher(Instrumentation instrumentation, Context packageContext) { in setDefaultLauncher()
224 public static void overrideConfig(Instrumentation instrumentation, String config) { in overrideConfig()
228 public static void resetConfig(Instrumentation instrumentation) { in resetConfig()
[all …]
/frameworks/base/packages/MtpDocumentsProvider/tests/src/com/android/mtp/
DTestUtil.java50 TestResultInstrumentation instrumentation, in setupMtpDevice()
109 TestResultInstrumentation instrumentation, in waitForStorages()
/frameworks/base/cmds/uiautomator/instrumentation/testrunner-src/com/android/uiautomator/testrunner/
DInstrumentationAutomationSupport.java32 InstrumentationAutomationSupport(Instrumentation instrumentation) { in InstrumentationAutomationSupport()
/frameworks/base/test-runner/src/android/test/
DAndroidTestRunner.java211 Test test, Instrumentation instrumentation) { in setInstrumentationIfInstrumentationTestCase()
217 public void setInstrumentation(Instrumentation instrumentation) { in setInstrumentation()
226 public void setInstrumentaiton(Instrumentation instrumentation) { in setInstrumentaiton()
/frameworks/base/tests/UiBench/src/com/android/test/uibench/
DEditTextTypeActivity.java60 final Instrumentation instrumentation = new Instrumentation(); in onCreate() local
/frameworks/base/core/tests/coretests/src/android/util/
DOrientationUtil.java54 private OrientationUtil(Activity activity, Instrumentation instrumentation) { in OrientationUtil()
DListUtil.java35 public ListUtil(ListView listView, Instrumentation instrumentation) { in ListUtil()
/frameworks/base/core/tests/coretests/src/android/view/
DInsetsSourceConsumerTest.java70 final Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation(); in setup() local
/frameworks/base/tests/FlickerTests/lib/src/com/android/server/wm/flicker/monitor/
DWindowAnimationFrameStatsMonitor.java47 public WindowAnimationFrameStatsMonitor(Instrumentation instrumentation) { in WindowAnimationFrameStatsMonitor()
/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/util/
DDrawingTestHelper.java42 final Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation(); in createCanvasActivity() local
/frameworks/base/tests/GamePerformance/src/android/gameperformance/
DATraceRunner.java48 public ATraceRunner(Instrumentation instrumentation, in ATraceRunner()
/frameworks/base/packages/Shell/tests/src/com/android/shell/
DUiBot.java44 public UiBot(Instrumentation instrumentation, int timeout) { in UiBot()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
DCameraTestResultPrinter.java45 public CameraTestResultPrinter(Instrumentation instrumentation, boolean writeToFile) { in CameraTestResultPrinter()
/frameworks/base/apct-tests/perftests/utils/src/android/perftests/utils/
DBenchmarkState.java234 public void sendFullStatusReport(Instrumentation instrumentation, String key) { in sendFullStatusReport()
/frameworks/base/tests/net/java/android/net/netlink/
DInetDiagSocketTest.java70 Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation(); in setUp() local
/frameworks/base/core/java/android/content/pm/
DPackageInfo.java190 public InstrumentationInfo[] instrumentation; field in PackageInfo
/frameworks/base/tools/bit/
Daapt.cpp249 vector<Element*> instrumentation; in inspect_apk() local
/frameworks/base/tests/MemoryUsage/src/com/android/tests/memoryusage/
DMemoryUsageTest.java86 MemoryUsageInstrumentation instrumentation = in testMemory() local
/frameworks/base/core/java/android/app/
DLoadedApk.java1195 Instrumentation instrumentation) { in makeApplication()
1357 Instrumentation instrumentation, boolean registered) { in getReceiverDispatcher()
1575 Handler activityThread, Instrumentation instrumentation, in ReceiverDispatcher()
/frameworks/base/tests/AppLaunchWear/src/com/android/tests/applaunch/
DAppLaunch.java164 InstrumentationTestRunner instrumentation = in testMeasureStartUpTime() local
/frameworks/base/tests/AppLaunch/src/com/android/tests/applaunch/
DAppLaunch.java175 InstrumentationTestRunner instrumentation = in testMeasureStartUpTime() local

12