Home
last modified time | relevance | path

Searched defs:context (Results 1 – 25 of 160) sorted by relevance

1234567

/tools/tradefederation/core/tests/src/com/android/tradefed/result/
DEmailResultReporterTest.java52 IInvocationContext context = new InvocationContext(); in testInvocationEnded() local
71 IInvocationContext context = new InvocationContext(); in testInvocationEnded_multiBuild() local
93 IInvocationContext context = new InvocationContext(); in testNullFlavorAndBranch() local
DMetricsXMLResultReporterTest.java60 IInvocationContext context = new InvocationContext(); in testEmptyGeneration() local
77 IInvocationContext context = new InvocationContext(); in testRunMetrics() local
104 IInvocationContext context = new InvocationContext(); in testTestMetrics() local
129 IInvocationContext context = new InvocationContext(); in testTestFailMetrics() local
DXmlResultReporterTest.java58 public void invocationStarted(IInvocationContext context) { in invocationStarted()
106 IInvocationContext context = new InvocationContext(); in testEmptyGeneration() local
120 IInvocationContext context = new InvocationContext(); in testSinglePass() local
144 IInvocationContext context = new InvocationContext(); in testSingleFail() local
DDeviceUnavailEmailResultReporterTest.java51 IInvocationContext context = new InvocationContext(); in testGenerateEmailSubject() local
/tools/test/graphicsbenchmark/functional_tests/java/src/com/android/game/qualification/tests/
DChoreoTestActivity.java45 public ChoreoTestView(Context context) { in ChoreoTestView()
73 public ChoreoTestView(Context context, AttributeSet attrs) { in ChoreoTestView()
77 public ChoreoTestView(Context context, AttributeSet attrs, int defStyleAttr) { in ChoreoTestView()
81 … public ChoreoTestView(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { in ChoreoTestView()
DSurfaceFlingerTestActivity.java70 public TestView(Context context) { in TestView()
97 public TestView(Context context, AttributeSet attrs) { in TestView()
101 public TestView(Context context, AttributeSet attrs, int defStyleAttr) { in TestView()
105 public TestView(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { in TestView()
/tools/tradefederation/core/src/com/android/tradefed/targetprep/multi/
DIMultiTargetPreparer.java46 public default void setUp(IInvocationContext context) in setUp()
75 public default void tearDown(IInvocationContext context, Throwable e) in tearDown()
/tools/tradefederation/contrib/tests/src/com/android/regression/tests/
DMetricsXmlParserTest.java88 IInvocationContext context = new InvocationContext(); in testSimpleParse() local
116 IInvocationContext context = new InvocationContext(); in testParse() local
151 IInvocationContext context = new InvocationContext(); in testParseBlacklist() local
/tools/tradefederation/core/tests/src/com/android/tradefed/result/proto/
DFileProtoResultReporterTest.java77 IInvocationContext context = new InvocationContext(); in testWriteResults() local
101 IInvocationContext context = new InvocationContext(); in testWriteResults_periodic() local
161 IInvocationContext context = new InvocationContext(); in createModuleContext() local
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DIInvocationExecution.java63 public default void cleanUpBuilds(IInvocationContext context, IConfiguration config) {} in cleanUpBuilds()
91 IInvocationContext context, IConfiguration config, ITestLogger logger) in runDevicePreInvocationSetup()
103 IInvocationContext context, IConfiguration config, Throwable exception) {} in runDevicePostInvocationTearDown()
131 IInvocationContext context, IConfiguration config, Throwable exception) {} in doCleanUp()
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/module/
DBaseModuleController.java52 public final RunStrategy shouldRunModule(IInvocationContext context) { in shouldRunModule()
63 public abstract RunStrategy shouldRun(IInvocationContext context); in shouldRun()
DDeviceFeatureModuleController.java32 public RunStrategy shouldRun(IInvocationContext context) { in shouldRun()
DMainlineTestModuleController.java50 public RunStrategy shouldRun(IInvocationContext context) { in shouldRun()
/tools/tradefederation/core/util-apps/WifiUtil/src/com/android/tradefed/utils/wifi/
DWifiMonitorService.java156 private static void clearData(final Context context) { in clearData()
177 public static void enable(final Context context, final long interval, in enable()
200 public static void disable(final Context context) { in disable()
214 public static String getData(final Context context) { in getData()
/tools/tradefederation/core/src/com/android/tradefed/result/
DResultAndLogForwarder.java32 public void invocationStarted(IInvocationContext context) { in invocationStarted()
33 InvocationSummaryHelper.reportInvocationStarted(getListeners(), context); in invocationStarted() local
/tools/tradefederation/core/src/com/android/tradefed/sandbox/
DISandbox.java42 IInvocationContext context, in prepareEnvironment()
67 IInvocationContext context, IConfiguration nonVersionedConfig, String[] args) in getTradefedSandboxEnvironment()
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/suite/module/
DTestFailureModuleController.java27 public RunStrategy shouldRun(IInvocationContext context) { in shouldRun()
DCarModuleController.java30 public RunStrategy shouldRun(IInvocationContext context) { in shouldRun()
/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/adb/
DAdbStopServerPreparerTest.java85 InvocationContext context = new InvocationContext(); in setUp() local
170 InvocationContext context = new InvocationContext(); in testNoAdb() local
/tools/tradefederation/contrib/src/com/android/tradefed/
DHelloWorldMultiDevices.java40 IInvocationContext context = testInfo.getContext(); in run() local
/tools/tradefederation/core/tests/res/testtype/
Dgbench_output4.json2 "context": { object
/tools/tradefederation/core/src/com/android/tradefed/dependency/
DTestDependencyResolver.java37 File dependency, IBuildInfo build, IInvocationContext context) in resolveDependencyFromContext()
/tools/tradefederation/core/src/com/android/tradefed/command/
DICommandScheduler.java49 public default void invocationInitiated(IInvocationContext context) {} in invocationInitiated()
59 IInvocationContext context, Map<ITestDevice, FreeDeviceState> devicesStates) {} in releaseDevices()
69 IInvocationContext context, Map<ITestDevice, FreeDeviceState> devicesStates); in invocationComplete()
136 IInvocationContext context, IScheduledInvocationListener listener, String[] args) in execCommand()
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/
DInvocationContextTest.java154 InvocationContext context = new InvocationContext(); in testProtoSerialize() local
175 InvocationContext context = new InvocationContext(); in testProtoSerialize_moduleContext() local
/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/
DUserCleanerTest.java51 IInvocationContext context = new InvocationContext(); in setUp() local

1234567