Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/tools/rootcanal/lmp/src/test/
Dcontext.rs16 pub struct TestContext { struct
26 impl TestContext { argument
54 impl Context for TestContext { implementation
/packages/modules/Virtualization/apkdmverity/src/
Dmain.rs150 struct TestContext<'a> { struct
151 data_backing_file: &'a Path,
152 hash_backing_file: &'a Path,
153 result: &'a VerityResult,
185 fn run_test(apk: &[u8], idsig: &[u8], name: &str, check: fn(TestContext)) { in run_test()
194 check: fn(TestContext), in run_test_with_hash()
/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/unit/
DCellBroadcastActivityTestCase.java114 public static class TestContext extends ContextWrapper { class in CellBroadcastActivityTestCase
122 public TestContext(Context base) { in TestContext() method in CellBroadcastActivityTestCase.TestContext
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/dirlist/
DTestContext.java26 public final class TestContext { class
/packages/services/Telephony/tests/src/com/android/
DTestContext.java50 public class TestContext extends MockContext { class
66 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/Bluetooth/system/blueberry/tests/gd/cert/
Dcontext.py67 class TestContext(object): class
/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.java306 private class TestContext extends BroadcastInterceptingContext { class in TetheringTest
307 TestContext(Context base) { in TestContext() method in TetheringTest.TestContext
/packages/modules/Connectivity/tests/unit/java/com/android/server/
DIpSecServiceParameterizedTest.java138 private class TestContext extends MockContext { class in IpSecServiceParameterizedTest