OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TestEnvironment
(Results
1 - 13
of
13
) sorted by null
/external/vulkan-validation-layers/tests/
vktestframeworkandroid.h
61
class
TestEnvironment
: public ::testing::Environment
vktestframework.h
103
class
TestEnvironment
: public ::testing::Environment {
/external/autotest/client/cros/cellular/
cellular.py
180
class
TestEnvironment
(object):
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/intents/
CameraContentJobService.java
32
* {@link
TestEnvironment
}.
50
TestEnvironment
.getTestEnvironment().notifyExecution(params);
62
* {@link
TestEnvironment
#setUp()}.
64
public static final class
TestEnvironment
{
66
private static
TestEnvironment
kTestEnvironment;
72
public static
TestEnvironment
getTestEnvironment() {
74
kTestEnvironment = new
TestEnvironment
();
/cts/apps/CtsVerifier/src/com/android/cts/verifier/jobscheduler/
MockJobService.java
30
* {@link
TestEnvironment
}.
49
TestEnvironment
.getTestEnvironment().notifyExecution(params.getJobId());
61
* {@link
TestEnvironment
#setUp()}.
63
public static final class
TestEnvironment
{
65
private static
TestEnvironment
kTestEnvironment;
71
public static
TestEnvironment
getTestEnvironment() {
73
kTestEnvironment = new
TestEnvironment
();
/cts/tests/JobScheduler/src/android/jobscheduler/
MockJobService.java
30
* {@link
TestEnvironment
}.
49
TestEnvironment
.getTestEnvironment().notifyExecution(params);
61
* {@link
TestEnvironment
#setUp()}.
63
public static final class
TestEnvironment
{
65
private static
TestEnvironment
kTestEnvironment;
71
public static
TestEnvironment
getTestEnvironment() {
73
kTestEnvironment = new
TestEnvironment
();
TriggerContentJobService.java
34
* {@link
TestEnvironment
}.
72
int mode =
TestEnvironment
.getTestEnvironment().getMode();
73
mRunningJobInfo =
TestEnvironment
.getTestEnvironment().getModeJobInfo();
74
TestEnvironment
.getTestEnvironment().setMode(
TestEnvironment
.MODE_ONESHOT, null);
75
TestEnvironment
.getTestEnvironment().notifyExecution(params);
77
if (mode ==
TestEnvironment
.MODE_ONE_REPEAT) {
94
* {@link
TestEnvironment
#setUp()}.
96
public static final class
TestEnvironment
{
98
private static
TestEnvironment
kTestEnvironment
[
all
...]
/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/dirlist/
ModelBackedDocumentsAdapterTest.java
57
DocumentsAdapter.Environment env = new
TestEnvironment
(testContext);
76
private final class
TestEnvironment
implements DocumentsAdapter.Environment {
79
private
TestEnvironment
(Context testContext) {
SectionBreakDocumentsAdapterWrapperTest.java
55
DocumentsAdapter.Environment env = new
TestEnvironment
(testContext);
111
private final class
TestEnvironment
implements DocumentsAdapter.Environment {
114
private
TestEnvironment
(Context testContext) {
MultiSelectManager_GridModelTest.java
41
private
TestEnvironment
env;
58
env = new
TestEnvironment
(numChildren, numColumns);
253
for (
TestEnvironment
.Item item: env.items) {
282
private static final class
TestEnvironment
implements MultiSelectManager.SelectionEnvironment {
293
public
TestEnvironment
(int numChildren, int numColumns) {
/frameworks/base/services/tests/servicestests/src/com/android/server/job/
MockPriorityJobService.java
39
TestEnvironment
.getTestEnvironment().executedEvents.add(
40
new
TestEnvironment
.Event(
TestEnvironment
.EVENT_START_JOB, params.getJobId()));
48
int event =
TestEnvironment
.EVENT_STOP_JOB;
51
event =
TestEnvironment
.EVENT_PREEMPT_JOB;
54
TestEnvironment
.getTestEnvironment().executedEvents
55
.add(new
TestEnvironment
.Event(event, params.getJobId()));
59
public static class
TestEnvironment
{
65
private static
TestEnvironment
kTestEnvironment;
69
public static
TestEnvironment
getTestEnvironment()
[
all
...]
/cts/tests/core/runner/src/com/android/cts/runner/
CtsTestRunListener.java
63
private
TestEnvironment
mEnvironment;
68
mEnvironment = new
TestEnvironment
(getInstrumentation().getTargetContext());
189
// http://code.google.com/p/vogar/source/browse/trunk/src/vogar/target/
TestEnvironment
.java
190
static class
TestEnvironment
{
208
TestEnvironment
(Context context) {
/external/vogar/src/vogar/target/
TestEnvironment.java
43
public final class
TestEnvironment
{
70
public
TestEnvironment
() {
Completed in 174 milliseconds