Home
last modified time | relevance | path

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

123456

/frameworks/base/tests/WindowAnimationJank/src/android/windowanimationjank/
DUtils.java44 private static UiObject2 waitForActivity(Instrumentation instrumentation, BySelector selector) { in waitForActivity()
58 public static UiObject2 waitForElementLayout(Instrumentation instrumentation) { in waitForElementLayout()
65 public static UiObject2 startElementLayout(Instrumentation instrumentation, int numElements) { in startElementLayout()
74 public static int getDeviceRotation(Instrumentation instrumentation) { in getDeviceRotation()
92 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.java191 public static List<String> runCommand(Instrumentation instrumentation, String command) { in runCommand()
194 public static List<String> runCommand(Instrumentation instrumentation, String command, in runCommand()
210 public static void runCommandForNoOutput(Instrumentation instrumentation, String command) { in runCommandForNoOutput()
214 public static List<String> runShortcutCommand(Instrumentation instrumentation, String command, in runShortcutCommand()
219 public static List<String> runShortcutCommandForSuccess(Instrumentation instrumentation, in runShortcutCommandForSuccess()
240 public static String getDefaultLauncher(Instrumentation instrumentation) throws Exception { in getDefaultLauncher()
261 public static void setDefaultLauncher(Instrumentation instrumentation, String packageName) { in setDefaultLauncher()
269 public static void setDefaultLauncher(Instrumentation instrumentation, Context packageContext) { in setDefaultLauncher()
273 public static boolean hasShortcutAccess(Instrumentation instrumentation, String packageName) { in hasShortcutAccess()
288 public static void overrideConfig(Instrumentation instrumentation, String config) { in overrideConfig()
[all …]
/frameworks/base/services/tests/PackageManagerServiceTests/host/test-apps/DeviceSide/src/com/android/server/pm/cts/test/deviceside/
DDeviceSide.kt18 val instrumentation = InstrumentationRegistry.getInstrumentation() in testGetInstalledPackagesWithFactoryOnly() constant
/frameworks/base/tests/ActivityManagerPerfTests/tests/src/com/android/frameworks/perftests/am/util/
DAtraceUtils.java47 private AtraceUtils(Instrumentation instrumentation) { in AtraceUtils()
51 public static AtraceUtils getInstance(Instrumentation instrumentation) { in getInstance()
/frameworks/base/apct-tests/perftests/blobstore/src/com/android/perftests/blob/
DAtraceUtils.java50 private AtraceUtils(Instrumentation instrumentation) { in AtraceUtils()
54 public static AtraceUtils getInstance(Instrumentation instrumentation) { in getInstance()
/frameworks/base/apct-tests/perftests/input/src/android/input/
DTouchPerfTest.kt42 private val instrumentation = InstrumentationRegistry.getInstrumentation() in <lambda>() constant
DMotionPredictorBenchmark.kt79 private val instrumentation = InstrumentationRegistry.getInstrumentation() constant in android.input.MotionPredictorBenchmark
/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/apct-tests/perftests/utils/src/android/perftests/utils/
DTestUtils.java40 final Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation(); in getOnMainSync() local
/frameworks/base/core/tests/coretests/src/android/view/stylus/
DHandwritingTestUtil.java52 final Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation(); in createView() local
71 final Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation(); in createEditText() local
/frameworks/base/cmds/uiautomator/instrumentation/testrunner-src/com/android/uiautomator/testrunner/
DInstrumentationAutomationSupport.java32 InstrumentationAutomationSupport(Instrumentation instrumentation) { in InstrumentationAutomationSupport()
/frameworks/base/core/tests/coretests/src/android/view/
DViewFrameRateTest.java145 final Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation(); in shouldNotSuppressTouchBoost() local
206 final Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation(); in initialTouchBoost() local
259 Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation(); in inputMethodWithContentMoves() local
332 final Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation(); in highHintWhenActionMove() local
883 final Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation(); in frameRateReset() local
943 final Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation(); in testQuickTouchBoost() local
988 final Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation(); in testTouchBoostReset() local
/frameworks/base/core/tests/batterystatstests/BatteryStatsLoadTests/src/com/android/frameworks/core/batterystatsloadtests/
DSystemServiceCallLoadTest.java47 Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation(); in setup() local
DConnectivitySetupRule.java53 Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation(); in ConnectivitySetupRule() local
/frameworks/base/core/java/com/android/internal/pm/pkg/component/
DParsedInstrumentationUtils.java45 instrumentation = new ParsedInstrumentationImpl(); in parseInstrumentation() 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/tests/Input/src/com/android/test/input/
DMotionPredictorTest.kt93 private val instrumentation = InstrumentationRegistry.getInstrumentation() constant in com.android.test.input.MotionPredictorTest
/frameworks/base/tests/PlatformCompatGating/src/com/android/tests/gating/
DPlatformCompatCommandNotInstalledTest.kt56 private val instrumentation = InstrumentationRegistry.getInstrumentation() in <lambda>() constant
/frameworks/base/services/tests/uiservicestests/src/android/app/
DNotificationSystemUtil.java63 private static void runCommand(String command, Instrumentation instrumentation) in runCommand()
/frameworks/base/tests/PlatformCompatGating/test-rules/src/android/compat/testing/
DPlatformCompatChangeRule.java89 Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation(); in evaluate() local
/frameworks/base/core/java/android/os/
DVintfObject.java126 var instrumentation = activityThread.getInstrumentation(); in runShellCommand() local

123456