Home
last modified time | relevance | path

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

12345

/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DCtsKeyEventUtil.java48 public static void sendString(final Instrumentation instrumentation, final View targetView, in sendString()
77 public static void sendKeys(final Instrumentation instrumentation, final View targetView, in sendKeys()
103 public static void sendKeys(final Instrumentation instrumentation, final View targetView, in sendKeys()
153 public static void sendKeyDownUp(final Instrumentation instrumentation, final View targetView, in sendKeyDownUp()
167 public static void sendKey(final Instrumentation instrumentation, final View targetView, in sendKey()
172 private static void sendKey(final Instrumentation instrumentation, final View targetView, in sendKey()
215 public static void sendKeyWhileHoldingModifier(final Instrumentation instrumentation, in sendKeyWhileHoldingModifier()
DCtsTouchUtils.java76 public static void emulateTapOnViewCenter(Instrumentation instrumentation, in emulateTapOnViewCenter()
88 public static void emulateTapOnViewCenter(Instrumentation instrumentation, in emulateTapOnViewCenter()
103 public static void emulateTapOnView(Instrumentation instrumentation, in emulateTapOnView()
119 public static void emulateTapOnView(Instrumentation instrumentation, in emulateTapOnView()
151 public static void emulateDoubleTapOnViewCenter(Instrumentation instrumentation, in emulateDoubleTapOnViewCenter()
166 public static void emulateDoubleTapOnView(Instrumentation instrumentation, in emulateDoubleTapOnView()
203 public static void emulateDragGesture(Instrumentation instrumentation, in emulateDragGesture()
211 private static void emulateDragGesture(Instrumentation instrumentation, in emulateDragGesture()
232 public static void emulateDragGesture(Instrumentation instrumentation, in emulateDragGesture()
254 public static void emulateDragGesture(Instrumentation instrumentation, in emulateDragGesture()
[all …]
/cts/tests/app/src/android/app/cts/
DCtsAppTestUtils.java31 public static String executeShellCmd(Instrumentation instrumentation, String cmd) in executeShellCmd()
50 public static void turnScreenOn(Instrumentation instrumentation, Context context) in turnScreenOn()
61 public static String makeUidIdle(Instrumentation instrumentation, String packageName) in makeUidIdle()
DInstrumentation_ActivityMonitorTest.java48 Instrumentation instrumentation = getInstrumentation(); in testActivityMonitor() local
94 final Instrumentation instrumentation = getInstrumentation(); in testActivityMonitor_onStartActivity() local
134 final Instrumentation instrumentation = getInstrumentation(); in testActivityMonitor_onStartActivityBlocks() local
183 final Instrumentation instrumentation = getInstrumentation(); in testActivityMonitor_onStartActivityAndIntentFilter() local
235 final Instrumentation instrumentation = getInstrumentation(); in testActivityMonitor_onStartActivityAndActivityClass() local
DTestContextTest.java25 Instrumentation instrumentation = getInstrumentation(); in testTestOpPackageName() local
/cts/tests/inputmethod/src/android/view/inputmethod/cts/util/
DTestUtils.java68 final Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation(); in getOnMainSync() local
87 final Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation(); in waitOnMainUntil() local
160 final Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation(); in unlockScreen() local
/cts/tests/tests/telecom/src/android/telecom/cts/
DTestUtils.java341 public static String setCallDiagnosticService(Instrumentation instrumentation, in setCallDiagnosticService()
348 public static String setDefaultDialer(Instrumentation instrumentation, String packageName) in setDefaultDialer()
353 public static String setSystemDialerOverride(Instrumentation instrumentation) throws Exception { in setSystemDialerOverride()
358 Instrumentation instrumentation) throws Exception { in clearSystemDialerOverride()
362 public static String setCtsPhoneAccountSuggestionService(Instrumentation instrumentation, in setCtsPhoneAccountSuggestionService()
369 public static String getDefaultDialer(Instrumentation instrumentation) throws Exception { in getDefaultDialer()
373 public static String getSystemDialer(Instrumentation instrumentation) throws Exception { in getSystemDialer()
377 public static void enablePhoneAccount(Instrumentation instrumentation, in enablePhoneAccount()
386 public static void registerSimPhoneAccount(Instrumentation instrumentation, in registerSimPhoneAccount()
395 public static void registerEmergencyPhoneAccount(Instrumentation instrumentation, in registerEmergencyPhoneAccount()
[all …]
/cts/tests/tests/widget/src/android/widget/cts/util/
DStretchEdgeUtil.kt48 val instrumentation = InstrumentationRegistry.getInstrumentation() in fling() constant
78 val instrumentation = InstrumentationRegistry.getInstrumentation() in dragStretches() constant
112 val instrumentation = InstrumentationRegistry.getInstrumentation() in dragAndHoldExecute() constant
/cts/tests/tests/view/src/android/view/animation/cts/
DAnimationTestUtils.java53 public static void assertRunAnimation(final Instrumentation instrumentation, in assertRunAnimation()
70 public static void assertRunAnimation(final Instrumentation instrumentation, in assertRunAnimation()
/cts/tests/tests/media/src/android/media/cts/
DUtils.java52 Instrumentation instrumentation) { in enableAppOps()
57 Instrumentation instrumentation) { in disableAppOps()
83 Instrumentation instrumentation, boolean enable) { in setAppOps()
110 Instrumentation instrumentation, boolean on) throws IOException { in toggleNotificationPolicyAccess()
/cts/tests/tests/notificationlegacy/notificationlegacy20/src/android/app/notification/legacy20/cts/
DLegacyNotificationManager20Test.java145 Instrumentation instrumentation, boolean on) throws IOException { in toggleNotificationPolicyAccess()
158 Instrumentation instrumentation, boolean suspend) throws IOException { in suspendPackage()
165 private void toggleListenerAccess(String componentName, Instrumentation instrumentation, in toggleListenerAccess()
179 private void runCommand(String command, Instrumentation instrumentation) throws IOException { in runCommand()
/cts/hostsidetests/shortcuts/deviceside/upgrade/src/android/content/pm/cts/shortcut/upgrade/
DLauncher.java25 public static void setAsDefaultLauncher(Instrumentation instrumentation, Context context) { in setAsDefaultLauncher()
/cts/hostsidetests/shortcuts/deviceside/multiuser/src/android/content/pm/cts/shortcut/multiuser/
DLauncher.java25 public static void setAsDefaultLauncher(Instrumentation instrumentation, Context context) { in setAsDefaultLauncher()
/cts/tests/tests/view/src/android/view/cts/
DView_InitialFocusTest.java55 Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation(); in setup() local
60 Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation(); in getInitialAndFirstFocus() local
/cts/tests/tests/text/src/android/text/method/cts/
DKeyListenerTestCase.java69 final Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation(); in enableAutoCapSettings() local
86 final Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation(); in resetAutoCapSettings() local
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/
DRunOnMainUtils.java32 Instrumentation instrumentation, Callable<T> callable) { in getOnMain()
DActivityLaunchUtils.java73 Instrumentation instrumentation, UiAutomation uiAutomation, in launchActivityAndWaitForItToBeOnscreen()
90 Instrumentation instrumentation, UiAutomation uiAutomation, Class<T> clazz, in launchActivityOnSpecifiedDisplayAndWaitForItToBeOnscreen()
114 Instrumentation instrumentation, Activity activity) { in getActivityTitle()
254 Instrumentation instrumentation, UiAutomation uiAutomation, in launchActivityOnSpecifiedDisplayAndWaitForItToBeOnscreen()
/cts/tests/tests/multiuser/src/android/multiuser/cts/
DTestingUtils.java26 public static boolean getBooleanProperty(Instrumentation instrumentation, String property) in getBooleanProperty()
/cts/hostsidetests/packagemanager/dynamicmime/test/src/android/dynamicmime/testapp/
DBaseDynamicMimeTest.java45 protected static Instrumentation instrumentation() { in instrumentation() method in BaseDynamicMimeTest
/cts/tests/tests/permission/src/android/permission/cts/
DPlatformPermissionGroupMappingTest.kt29 private val instrumentation = InstrumentationRegistry.getInstrumentation() constant in android.permission.cts.PlatformPermissionGroupMappingTest
/cts/tests/tests/security/src/android/security/cts/
DCVE_2020_0294.java47 Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation(); in testPocCVE_2020_0294() local
/cts/tests/tests/view/src/android/view/cts/input/
DInputDeviceEnabledTest.java44 Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation(); in setup() local
/cts/hostsidetests/testharness/app/src/android/testharness/app/
DTestHarnessModeDeviceTest.java43 Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation(); in ensureActivityNotObscuredByKeyboardSetUpScreen() local
/cts/tests/tests/notificationlegacy/notificationlegacy29/src/android/app/notification/legacy29/cts/
DNotificationManager29Test.java74 Instrumentation instrumentation, boolean on) throws IOException { in toggleNotificationPolicyAccess()
89 private void runCommand(String command, Instrumentation instrumentation) throws IOException { in runCommand()
/cts/tests/tests/graphics/src/android/graphics/cts/
DBitmapFactory_OptionsTest.java64 Instrumentation instrumentation = getInstrumentation(); in testExtractMetaData() local

12345