Home
last modified time | relevance | path

Searched refs:InstrumentationTest (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
H A DInitializationChecker.kt21 import com.android.systemui.dagger.qualifiers.InstrumentationTest
28 @InstrumentationTest private val instrumentationTest: Boolean
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dagger/
H A DGlobalRootComponent.java21 import com.android.systemui.dagger.qualifiers.InstrumentationTest;
43 Builder instrumentationTest(@InstrumentationTest boolean test); in instrumentationTest()
/aosp14/frameworks/base/test-runner/tests/src/android/test/suitebuilder/
H A DUnitTestSuiteBuilderTest.java19 import android.test.suitebuilder.examples.instrumentation.InstrumentationTest;
42 unitTestSuiteBuilder.includePackages(packageFor(InstrumentationTest.class)); in testShouldExcludeIntrumentationTests()
/aosp14/frameworks/base/test-runner/tests/src/android/test/suitebuilder/examples/instrumentation/
H A DInstrumentationTest.java21 public class InstrumentationTest extends InstrumentationTestCase { class
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dagger/qualifiers/
H A DInstrumentationTest.java33 public @interface InstrumentationTest { annotation
/aosp14/frameworks/base/core/tests/coretests/src/android/app/
H A DInstrumentationTest.java25 public class InstrumentationTest extends InstrumentationTestCase { class
/aosp14/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestAppTests/src/com/android/multidexlegacytestapp/test/
H A DInstrumentationTest.java28 public class InstrumentationTest extends InstrumentationTestCase { class
/aosp14/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestAppTests2/src/com/android/multidexlegacytestapp/test2/
H A DInstrumentationTest.java34 public class InstrumentationTest { class