Home
last modified time | relevance | path

Searched refs:Interface1 (Results 1 – 5 of 5) sorted by relevance

/lifecycle/lifecycle-common/src/jvmTest/java/androidx/lifecycle/observers/
DInterfaceImpl1.kt18 class InterfaceImpl1 : Interface1 {
DInterfaceImpl3.kt18 class InterfaceImpl3 : Base(), Interface1 {
DInterfaceImpl2.kt18 class InterfaceImpl2 : Interface1, Interface2 {
DInterface1.kt22 interface Interface1 : LifecycleObserver { interface
DInterface1_LifecycleAdapter.kt24 class Interface1_LifecycleAdapter(base: Interface1) : GeneratedAdapter {