/frameworks/base/tests/WindowAnimationJank/src/android/windowanimationjank/ |
D | Utils.java | 43 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/ |
D | SettingsDrawerActivityTest.java | 53 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/ |
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/support/emoji/core/tests/java/android/support/text/emoji/util/ |
D | KeyboardUtil.java | 77 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/ |
D | InstrumentationTestCase.java | 52 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/ |
D | FragmentTestUtil.java | 93 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
|
D | FragmentTransactionTest.java | 301 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/ |
D | ShortcutManagerTestUtils.java | 163 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/ |
D | CoordinatorLayoutTest.java | 86 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
|
D | CoordinatorLayoutSortTest.java | 112 final Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation(); in addViewsAndAssertOrdering() local
|
/frameworks/base/packages/MtpDocumentsProvider/tests/src/com/android/mtp/ |
D | TestUtil.java | 50 TestResultInstrumentation instrumentation, in setupMtpDevice() 109 TestResultInstrumentation instrumentation, in waitForStorages()
|
/frameworks/base/cmds/uiautomator/instrumentation/testrunner-src/com/android/uiautomator/testrunner/ |
D | InstrumentationAutomationSupport.java | 32 InstrumentationAutomationSupport(Instrumentation instrumentation) { in InstrumentationAutomationSupport()
|
/frameworks/support/v7/gridlayout/tests/src/android/support/v7/widget/ |
D | GridLayoutTest.java | 53 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/ |
D | TestUtils.java | 296 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/ |
D | AndroidTestRunner.java | 214 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/ |
D | OrientationUtil.java | 55 private OrientationUtil(Activity activity, Instrumentation instrumentation) { in OrientationUtil()
|
D | ListUtil.java | 37 public ListUtil(ListView listView, Instrumentation instrumentation) { in ListUtil()
|
/frameworks/base/tests/UiBench/src/com/android/test/uibench/ |
D | EditTextTypeActivity.java | 60 final Instrumentation instrumentation = new Instrumentation(); in onCreate() local
|
/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/util/ |
D | DrawingTestHelper.java | 42 final Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation(); in createCanvasActivity() local
|
/frameworks/support/v7/appcompat/tests/src/android/support/v7/app/ |
D | NightModeTestCase.java | 178 final Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation(); in setLocalNightModeAndWaitForRecreate() local
|
/frameworks/support/v7/appcompat/tests/src/android/support/v7/widget/ |
D | ListPopupWindowTest.java | 209 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/ |
D | UiBot.java | 44 public UiBot(Instrumentation instrumentation, int timeout) { in UiBot()
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/ |
D | CameraTestResultPrinter.java | 44 public CameraTestResultPrinter(Instrumentation instrumentation, boolean writeToFile) { in CameraTestResultPrinter()
|
/frameworks/base/packages/PrintSpooler/tests/outofprocess/src/com/android/printspooler/outofprocess/tests/ |
D | BasePrintTest.java | 125 public static String runShellCommand(Instrumentation instrumentation, String cmd) in runShellCommand()
|