Home
last modified time | relevance | path

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

/aosp_15_r20/trusty/user/base/lib/tipc/rust/src/
Dservice.rs1392 struct Service1; struct
1394 impl Service for Service1 { implementation
1533 pub(crate) struct Service1<'a> { struct
1534 phantom: PhantomData<&'a u32>,
1537 impl<'a> Service for Service1<'a> { implementation
/aosp_15_r20/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestServices/src/com/android/framework/multidexlegacytestservices/
H A DService1.java23 public class Service1 extends AbstractService { class