MCPcopy Create free account
hub / github.com/Sovereign-Engineering/obscuravpn-client / AndroidOsImpl

Class AndroidOsImpl

rustlib/src/android/os_impl.rs:9–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7use tokio::sync::watch;
8
9pub struct AndroidOsImpl {
10 tun: Mutex<Option<Tun>>,
11 network_interface: watch::Sender<Option<NetworkInterface>>,
12 jvm: Arc<JavaVM>,
13 class_cache: Arc<ClassCache>,
14}
15
16impl AndroidOsImpl {
17 pub fn new(jvm: Arc<JavaVM>, class_cache: Arc<ClassCache>) -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected