Home
last modified time | relevance | path

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

/cts/tests/tests/telecom/src/android/telecom/cts/
DTestUtils.java70 public static String setDefaultDialer(Instrumentation instrumentation, String packageName) in setDefaultDialer()
75 public static String getDefaultDialer(Instrumentation instrumentation) throws Exception { in getDefaultDialer()
79 public static String getSystemDialer(Instrumentation instrumentation) throws Exception { in getSystemDialer()
83 public static void enablePhoneAccount(Instrumentation instrumentation, in enablePhoneAccount()
91 public static void registerSimPhoneAccount(Instrumentation instrumentation, in registerSimPhoneAccount()
104 public static String executeShellCommand(Instrumentation instrumentation, in executeShellCommand()
/cts/tests/tests/view/src/android/view/animation/cts/
DAnimationTestUtils.java47 public static void assertRunAnimation(final Instrumentation instrumentation, in assertRunAnimation()
60 public static void assertRunAnimation(final Instrumentation instrumentation, in assertRunAnimation()
96 public static void assertRunController(final Instrumentation instrumentation, in assertRunController()
/cts/tests/app/src/android/app/cts/
DOrientationTestUtils.java43 final Instrumentation instrumentation) { in toggleOrientationSync()
53 Instrumentation instrumentation, final int orientation) { in changeOrientation()
/cts/tests/tests/media/src/android/media/cts/
DUtils.java29 Instrumentation instrumentation) { in enableAppOps()
34 Instrumentation instrumentation) { in disableAppOps()
45 Instrumentation instrumentation, boolean enable) { in setAppOps()
/cts/tests/tests/calllog/src/android/calllog/cts/
DTestUtils.java39 public static String executeShellCommand(Instrumentation instrumentation, in executeShellCommand()
57 public static FileInputStream executeStreamedShellCommand(Instrumentation instrumentation, in executeStreamedShellCommand()
/cts/libs/deviceutil/src/android/cts/util/
DLocationUtils.java27 public static void registerMockLocationProvider(Instrumentation instrumentation, in registerMockLocationProvider()
DDeviceReportLog.java44 public void deliverReportToHost(Instrumentation instrumentation) { in deliverReportToHost()
DSystemUtil.java58 public static String runShellCommand(Instrumentation instrumentation, String cmd) in runShellCommand()
/cts/common/device-side/util/src/com/android/compatibility/common/util/
DDeviceReportLog.java36 public void submit(Instrumentation instrumentation) { in submit()
/cts/tests/tests/app/src/android/app/cts/
DApplicationTest.java34 final Instrumentation instrumentation = getInstrumentation(); in testApplication() local
DInstrumentation_ActivityMonitorTest.java40 Instrumentation instrumentation = getInstrumentation(); in testActivityMonitor() local
DSystemFeaturesTest.java70 Instrumentation instrumentation = getInstrumentation(); in setUp() local
/cts/libs/wrappedgtest/src/
DWrappedGTestActivity.java27 public void setInstrumentation(WrappedGTestInstrumentation instrumentation) { in setInstrumentation()
/cts/tests/tests/widget/src/android/widget/cts/util/
DListUtil.java35 public ListUtil(ListView listView, Instrumentation instrumentation) { in ListUtil()
/cts/tests/tests/mediastress/src/android/mediastress/cts/
DNativeMediaTest.java76 final Instrumentation instrumentation = getInstrumentation(); in runPlayTest() local
/cts/tests/tests/text/src/android/text/style/cts/
DURLSpanTest.java67 Instrumentation instrumentation = getInstrumentation(); in testOnClick() local
/cts/tools/cts-xml-generator/src/com/android/cts/xmlgenerator/
DCtsXmlGenerator.java54 String instrumentation = null; in main() local
/cts/tests/tests/widget/src/android/widget/cts/
DTabHost_TabSpecTest.java191 Instrumentation instrumentation = getInstrumentation(); in testSetContent3() local
DExpandableListTester.java45 Instrumentation instrumentation = activityInstrumentation.getInstrumentation(); in ExpandableListTester() local
DRemoteViewsTest.java555 Instrumentation instrumentation = getInstrumentation(); in testSetOnClickPendingIntent() local
DTextViewTest.java851 Instrumentation instrumentation = getInstrumentation(); in testAccessFreezesText() local
/cts/common/host-side/xml-plan-generator/src/com/android/compatibility/common/xmlgenerator/
DXmlPlanGenerator.java173 final String instrumentation = argsMap.get("-i"); in main() local