/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/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/utils/src/android/perftests/utils/ |
D | TestUtils.java | 40 final Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation(); in getOnMainSync() local
|
/frameworks/base/cmds/uiautomator/instrumentation/testrunner-src/com/android/uiautomator/testrunner/ |
D | InstrumentationAutomationSupport.java | 32 InstrumentationAutomationSupport(Instrumentation instrumentation) { in InstrumentationAutomationSupport()
|
/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/core/java/android/content/pm/parsing/component/ |
D | ParsedInstrumentationUtils.java | 41 instrumentation = new ParsedInstrumentation(); in parseInstrumentation() 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/tests/UiBench/src/com/android/test/uibench/ |
D | EditTextTypeActivity.java | 60 final Instrumentation instrumentation = new Instrumentation(); in onCreate() 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/PlatformCompatGating/test-rules/src/android/compat/testing/ |
D | PlatformCompatChangeRule.java | 89 Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation(); in evaluate() local
|
/frameworks/base/tests/PlatformCompatGating/src/com/android/tests/gating/ |
D | PlatformCompatCommandNotInstalledTest.kt | 56 private val instrumentation = InstrumentationRegistry.getInstrumentation() in <lambda>() constant
|
/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/base/services/tests/wmtests/src/com/android/server/wm/ |
D | ActivityOptionsTest.java | 98 final Instrumentation instrumentation = getInstrumentation(); in testTransferLaunchCookie() local
|
/frameworks/base/tests/GamePerformance/src/android/gameperformance/ |
D | ATraceRunner.java | 48 public ATraceRunner(Instrumentation instrumentation, in ATraceRunner()
|
/frameworks/base/core/tests/coretests/src/android/view/ |
D | InsetsSourceConsumerTest.java | 85 final Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation(); in setup() local
|
/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/pip/ |
D | PipTransition.kt | 47 protected val instrumentation: Instrumentation = InstrumentationRegistry.getInstrumentation() in <lambda>() constant in com.android.wm.shell.flicker.pip.PipTransition 54 protected class BroadcastActionTrigger(private val instrumentation: Instrumentation) { in <lambda>() constant in com.android.wm.shell.flicker.pip.PipTransition.BroadcastActionTrigger
|
/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/ |
D | FlickerTestBase.kt | 43 val instrumentation: Instrumentation = InstrumentationRegistry.getInstrumentation() constant in com.android.wm.shell.flicker.FlickerTestBase
|