NativeTestWebrtc.java |
Helper to run tests inside Activity or NativeActivity. |
8452 |
RTCNativeTestApplication.java |
Application class to be used by native_test apks. |
962 |
RTCNativeUnitTest.java |
Native unit test that calls ContextUtils.initialize for WebRTC.
|
1785 |
RTCNativeUnitTestActivity.java |
Activity that uses RTCNativeUnitTest to run the tests.
|
948 |
StrictModeContext.java |
Enables try-with-resources compatible StrictMode violation allowlisting.
<p>Prefer "ignored" as the variable name to appease Android Studio's "Unused symbol" inspection.
<p>Example:
<pre>
try (StrictModeContext ignored = StrictModeContext.allowDiskWrites()) {
return Example.doThingThatRequiresDiskWrites();
}
</pre>
|
4611 |