Home
last modified time | relevance | path

Searched defs:instrumentation (Results 1 – 25 of 34) 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/packages/SettingsLib/tests/integ/src/com/android/settingslib/drawer/
DSettingsDrawerActivityTest.java53 Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation(); in startActivityWithNoExtra_showNoNavUp() local
63 Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation(); in startActivityWithExtraToHideMenu_showNavUp() local
74 Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation(); in startActivityWithExtraToShowMenu_showNavUp() local
/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.java39 final Instrumentation instrumentation = getInstrumentation(); in testPopupNoSelection() local
64 final Instrumentation instrumentation = getInstrumentation(); in testPopupEnterSelection() local
113 final Instrumentation instrumentation = getInstrumentation(); in testPopupLeaveSelection() local
/frameworks/support/emoji/core/tests/java/android/support/text/emoji/util/
DKeyboardUtil.java77 public static void setComposingTextInBatch(final Instrumentation instrumentation, in setComposingTextInBatch()
95 public static void deleteSurroundingText(final Instrumentation instrumentation, in deleteSurroundingText()
112 public static void setSelection(Instrumentation instrumentation, final Spannable spannable, in setSelection()
117 public static void setSelection(Instrumentation instrumentation, final Spannable spannable, in setSelection()
131 public static InputConnection initTextViewForSimulatedIme(Instrumentation instrumentation, in initTextViewForSimulatedIme()
/frameworks/base/legacy-test/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/support/fragment/tests/java/android/support/v4/app/
DFragmentTestUtil.java93 Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation(); in popBackStackImmediate() local
106 Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation(); in popBackStackImmediate() local
120 Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation(); in popBackStackImmediate() local
134 Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation(); in setContentView() local
220 Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation(); in waitForAnimationEnd() local
DFragmentTransactionTest.java301 Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation(); in crashOnBackPressed() local
426 Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation(); in newIntentUnlocks() 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()
216 public static void setDefaultLauncher(Instrumentation instrumentation, Context packageContext) { in setDefaultLauncher()
221 public static void overrideConfig(Instrumentation instrumentation, String config) { in overrideConfig()
225 public static void resetConfig(Instrumentation instrumentation) { in resetConfig()
[all …]
/frameworks/support/design/tests/src/android/support/design/widget/
DCoordinatorLayoutTest.java86 final Instrumentation instrumentation = getInstrumentation(); in testSetFitSystemWindows() local
140 final Instrumentation instrumentation = getInstrumentation(); in testLayoutChildren() local
246 final Instrumentation instrumentation = getInstrumentation(); in testInsetEdge() local
299 final Instrumentation instrumentation = getInstrumentation(); in testDependentViewChanged() local
345 final Instrumentation instrumentation = getInstrumentation(); in testDependentViewRemoved() local
379 final Instrumentation instrumentation = getInstrumentation(); in testGetDependenciesAfterDependentViewRemoved() local
DCoordinatorLayoutSortTest.java112 final Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation(); in addViewsAndAssertOrdering() local
/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/support/v7/gridlayout/tests/src/android/support/v7/widget/
DGridLayoutTest.java53 final Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation(); in setContentView() local
104 final Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation(); in testMakeViewGone() local
/frameworks/support/v7/appcompat/tests/src/android/support/v7/testutils/
DTestUtils.java296 public static void emulateTapOnView(Instrumentation instrumentation, View anchorView, in emulateTapOnView()
314 private static long injectDownEvent(Instrumentation instrumentation, long downTime, in injectDownEvent()
324 private static void injectMoveEventForTap(Instrumentation instrumentation, long downTime, in injectMoveEventForTap()
334 private static void injectUpEvent(Instrumentation instrumentation, long downTime, in injectUpEvent()
/frameworks/base/test-runner/src/android/test/
DAndroidTestRunner.java214 Test test, Instrumentation instrumentation) { in setInstrumentationIfInstrumentationTestCase()
227 public void setInstrumentation(Instrumentation instrumentation) { in setInstrumentation()
236 public void setInstrumentaiton(Instrumentation instrumentation) { in setInstrumentaiton()
/frameworks/base/core/tests/coretests/src/android/util/
DOrientationUtil.java55 private OrientationUtil(Activity activity, Instrumentation instrumentation) { in OrientationUtil()
DListUtil.java37 public ListUtil(ListView listView, Instrumentation instrumentation) { in ListUtil()
/frameworks/base/tests/UiBench/src/com/android/test/uibench/
DEditTextTypeActivity.java60 final Instrumentation instrumentation = new Instrumentation(); in onCreate() local
/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/util/
DDrawingTestHelper.java42 final Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation(); in createCanvasActivity() local
/frameworks/support/v7/appcompat/tests/src/android/support/v7/app/
DNightModeTestCase.java178 final Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation(); in setLocalNightModeAndWaitForRecreate() local
/frameworks/support/v7/appcompat/tests/src/android/support/v7/widget/
DListPopupWindowTest.java209 Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation(); in testDismissalViaTouch() local
319 final Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation(); in emulateDragDownGesture() local
/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.java44 public CameraTestResultPrinter(Instrumentation instrumentation, boolean writeToFile) { in CameraTestResultPrinter()
/frameworks/base/packages/PrintSpooler/tests/outofprocess/src/com/android/printspooler/outofprocess/tests/
DBasePrintTest.java125 public static String runShellCommand(Instrumentation instrumentation, String cmd) in runShellCommand()

12