Home
last modified time | relevance | path

Searched refs:hasLogger (Results 1 – 15 of 15) sorted by relevance

/lifecycle/lifecycle-compiler/src/test/test-data/expected/
DOnAnyMethod_LifecycleAdapter.java37 boolean hasLogger = logger != null; in callMethods()
39 if (!hasLogger || logger.approveCall("any", 2)) { in callMethods()
42 if (!hasLogger || logger.approveCall("any", 4)) { in callMethods()
48 if (!hasLogger || logger.approveCall("onStop", 2)) { in callMethods()
DInterfaceOk2Derived_LifecycleAdapter.java37 boolean hasLogger = logger != null; in callMethods()
42 if (!hasLogger || logger.approveCall("onStop1", 2)) { in callMethods()
45 if (!hasLogger || logger.approveCall("onStop2", 2)) { in callMethods()
48 if (!hasLogger || logger.approveCall("onStop3", 2)) { in callMethods()
DDerivedFromJar_LifecycleAdapter.java38 boolean hasLogger = logger != null; in callMethods()
43 if (!hasLogger || logger.approveCall("doOnStart", 1)) { in callMethods()
46 if (!hasLogger || logger.approveCall("doAnother", 1)) { in callMethods()
52 if (!hasLogger || logger.approveCall("doOnPause", 2)) { in callMethods()
DInheritanceOk2Derived_LifecycleAdapter.java37 boolean hasLogger = logger != null; in callMethods()
42 if (!hasLogger || logger.approveCall("onStop", 2)) { in callMethods()
45 if (!hasLogger || logger.approveCall("onStop2", 2)) { in callMethods()
DDifferentPackagesDerived2_LifecycleAdapter.java37 boolean hasLogger = logger != null; in callMethods()
42 if (!hasLogger || logger.approveCall("onStop", 2)) { in callMethods()
45 if (!hasLogger || logger.approveCall("onStop2", 2)) { in callMethods()
DDifferentPackagesDerived1_LifecycleAdapter.java38 boolean hasLogger = logger != null; in callMethods()
43 if (!hasLogger || logger.approveCall("onStop", 2)) { in callMethods()
46 if (!hasLogger || logger.approveCall("onStop2", 2)) { in callMethods()
DDerivedFromJar1_LifecycleAdapter.java37 boolean hasLogger = logger != null; in callMethods()
42 if (!hasLogger || logger.approveCall("doOnStop", 1)) { in callMethods()
48 if (!hasLogger || logger.approveCall("doAnother", 1)) { in callMethods()
DObserverNoAdapter_LifecycleAdapter.kt35 val hasLogger = logger != null in callMethods() constant
40 if (!hasLogger || logger.approveCall("doOnStop", 1)) { in callMethods()
DInheritanceOk2Base_LifecycleAdapter.java37 boolean hasLogger = logger != null; in callMethods()
42 if (!hasLogger || logger.approveCall("onStop", 2)) { in callMethods()
DInheritanceOk3Derived_LifecycleAdapter.java37 boolean hasLogger = logger != null; in callMethods()
42 if (!hasLogger || logger.approveCall("onStop", 2)) { in callMethods()
DInterfaceOk2Base_LifecycleAdapter.java37 boolean hasLogger = logger != null; in callMethods()
42 if (!hasLogger || logger.approveCall("onStop1", 2)) { in callMethods()
DInheritanceOk3Base_LifecycleAdapter.java37 boolean hasLogger = logger != null; in callMethods()
42 if (!hasLogger || logger.approveCall("onStop", 2)) { in callMethods()
DDifferentPackagesBase2_LifecycleAdapter.java37 boolean hasLogger = logger != null; in callMethods()
42 if (!hasLogger || logger.approveCall("onStop", 2)) { in callMethods()
DInterfaceOk2Interface_LifecycleAdapter.java37 boolean hasLogger = logger != null; in callMethods()
42 if (!hasLogger || logger.approveCall("onStop2", 2)) { in callMethods()
DDifferentPackagesBase1_LifecycleAdapter.java37 boolean hasLogger = logger != null; in callMethods()
42 if (!hasLogger || logger.approveCall("onStop", 2)) { in callMethods()