/frameworks/base/tests/WindowAnimationJank/src/android/windowanimationjank/ |
D | Utils.java | 44 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/ |
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 | 40 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/ |
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/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/ |
D | ShortcutManagerTestUtils.java | 191 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/ |
D | DeviceSide.kt | 18 val instrumentation = InstrumentationRegistry.getInstrumentation() in testGetInstalledPackagesWithFactoryOnly() constant
|
/frameworks/base/tests/ActivityManagerPerfTests/tests/src/com/android/frameworks/perftests/am/util/ |
D | AtraceUtils.java | 47 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/ |
D | AtraceUtils.java | 50 private AtraceUtils(Instrumentation instrumentation) { in AtraceUtils() 54 public static AtraceUtils getInstance(Instrumentation instrumentation) { in getInstance()
|
/frameworks/base/apct-tests/perftests/input/src/android/input/ |
D | TouchPerfTest.kt | 42 private val instrumentation = InstrumentationRegistry.getInstrumentation() in <lambda>() constant
|
D | MotionPredictorBenchmark.kt | 79 private val instrumentation = InstrumentationRegistry.getInstrumentation() constant in android.input.MotionPredictorBenchmark
|
/frameworks/base/test-runner/src/android/test/ |
D | AndroidTestRunner.java | 211 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/ |
D | TestUtils.java | 40 final Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation(); in getOnMainSync() local
|
/frameworks/base/core/tests/coretests/src/android/view/stylus/ |
D | HandwritingTestUtil.java | 52 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/ |
D | InstrumentationAutomationSupport.java | 32 InstrumentationAutomationSupport(Instrumentation instrumentation) { in InstrumentationAutomationSupport()
|
/frameworks/base/core/tests/coretests/src/android/view/ |
D | ViewFrameRateTest.java | 145 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/ |
D | SystemServiceCallLoadTest.java | 47 Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation(); in setup() local
|
D | ConnectivitySetupRule.java | 53 Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation(); in ConnectivitySetupRule() local
|
/frameworks/base/core/java/com/android/internal/pm/pkg/component/ |
D | ParsedInstrumentationUtils.java | 45 instrumentation = new ParsedInstrumentationImpl(); in parseInstrumentation() local
|
/frameworks/base/core/tests/coretests/src/android/util/ |
D | OrientationUtil.java | 54 private OrientationUtil(Activity activity, Instrumentation instrumentation) { in OrientationUtil()
|
D | ListUtil.java | 35 public ListUtil(ListView listView, Instrumentation instrumentation) { in ListUtil()
|
/frameworks/base/tests/Input/src/com/android/test/input/ |
D | MotionPredictorTest.kt | 93 private val instrumentation = InstrumentationRegistry.getInstrumentation() constant in com.android.test.input.MotionPredictorTest
|
/frameworks/base/tests/PlatformCompatGating/src/com/android/tests/gating/ |
D | PlatformCompatCommandNotInstalledTest.kt | 56 private val instrumentation = InstrumentationRegistry.getInstrumentation() in <lambda>() constant
|
/frameworks/base/services/tests/uiservicestests/src/android/app/ |
D | NotificationSystemUtil.java | 63 private static void runCommand(String command, Instrumentation instrumentation) in runCommand()
|
/frameworks/base/tests/PlatformCompatGating/test-rules/src/android/compat/testing/ |
D | PlatformCompatChangeRule.java | 89 Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation(); in evaluate() local
|
/frameworks/base/core/java/android/os/ |
D | VintfObject.java | 126 var instrumentation = activityThread.getInstrumentation(); in runShellCommand() local
|