Home
last modified time | relevance | path

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

/aosp_15_r20/trusty/user/base/lib/tipc/rust/src/
Dservice.rs1418 struct Service2; struct
1420 impl Service for Service2 { implementation
1561 pub(crate) struct Service2<'a> { struct
1562 phantom: PhantomData<&'a u32>,
1565 impl<'a> Service for Service2<'a> { implementation
/aosp_15_r20/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestServices/src/com/android/framework/multidexlegacytestservices/
H A DService2.java23 public class Service2 extends AbstractService { class