Home
last modified time | relevance | path

Searched defs:from_system (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cronet/net/proxy_resolution/
H A Dproxy_config.h209 void set_from_system(bool from_system) { from_system_ = from_system; } in set_from_system()
211 bool from_system() const { return from_system_; } in from_system() function
/aosp_15_r20/art/test/ti-agent/
H A Djni_binder.cc190 jclass from_system = FindClassWithClassLoader(env, class_name, system_class_loader.get()); in GetClass() local