Home
last modified time | relevance | path

Searched defs:TestContext (Results 1 – 7 of 7) sorted by relevance

/packages/apps/DocumentsUI/tests/common/com/android/documentsui/dirlist/
DTestContext.java26 public final class TestContext { class
/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/unit/
DCellBroadcastActivityTestCase.java101 public static class TestContext extends ContextWrapper { class in CellBroadcastActivityTestCase
107 public TestContext(Context base) { in TestContext() method in CellBroadcastActivityTestCase.TestContext
/packages/services/Telephony/tests/src/com/android/
DTestContext.java48 public class TestContext extends MockContext { class
64 public TestContext() { in TestContext() method in TestContext
/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
DAbstractDownloadProviderFunctionalTest.java137 static class TestContext extends RenamingDelegatingContext { class in AbstractDownloadProviderFunctionalTest
145 public TestContext(Context realContext) { in TestContext() method in AbstractDownloadProviderFunctionalTest.TestContext
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DTetheringNotificationUpdaterTest.kt109 private inner class TestContext(c: Context) : BroadcastInterceptingContext(c) { class in com.android.networkstack.tethering.TetheringNotificationUpdaterTest
DTetheringTest.java291 private class TestContext extends BroadcastInterceptingContext { class in TetheringTest
292 TestContext(Context base) { in TestContext() method in TetheringTest.TestContext
/packages/modules/Connectivity/tests/unit/java/com/android/server/
DIpSecServiceParameterizedTest.java137 private class TestContext extends MockContext { class in IpSecServiceParameterizedTest