Searched refs:hasLogger (Results 1 – 15 of 15) sorted by relevance
| /lifecycle/lifecycle-compiler/src/test/test-data/expected/ |
| D | OnAnyMethod_LifecycleAdapter.java | 37 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()
|
| D | InterfaceOk2Derived_LifecycleAdapter.java | 37 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()
|
| D | DerivedFromJar_LifecycleAdapter.java | 38 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()
|
| D | InheritanceOk2Derived_LifecycleAdapter.java | 37 boolean hasLogger = logger != null; in callMethods() 42 if (!hasLogger || logger.approveCall("onStop", 2)) { in callMethods() 45 if (!hasLogger || logger.approveCall("onStop2", 2)) { in callMethods()
|
| D | DifferentPackagesDerived2_LifecycleAdapter.java | 37 boolean hasLogger = logger != null; in callMethods() 42 if (!hasLogger || logger.approveCall("onStop", 2)) { in callMethods() 45 if (!hasLogger || logger.approveCall("onStop2", 2)) { in callMethods()
|
| D | DifferentPackagesDerived1_LifecycleAdapter.java | 38 boolean hasLogger = logger != null; in callMethods() 43 if (!hasLogger || logger.approveCall("onStop", 2)) { in callMethods() 46 if (!hasLogger || logger.approveCall("onStop2", 2)) { in callMethods()
|
| D | DerivedFromJar1_LifecycleAdapter.java | 37 boolean hasLogger = logger != null; in callMethods() 42 if (!hasLogger || logger.approveCall("doOnStop", 1)) { in callMethods() 48 if (!hasLogger || logger.approveCall("doAnother", 1)) { in callMethods()
|
| D | ObserverNoAdapter_LifecycleAdapter.kt | 35 val hasLogger = logger != null in callMethods() constant 40 if (!hasLogger || logger.approveCall("doOnStop", 1)) { in callMethods()
|
| D | InheritanceOk2Base_LifecycleAdapter.java | 37 boolean hasLogger = logger != null; in callMethods() 42 if (!hasLogger || logger.approveCall("onStop", 2)) { in callMethods()
|
| D | InheritanceOk3Derived_LifecycleAdapter.java | 37 boolean hasLogger = logger != null; in callMethods() 42 if (!hasLogger || logger.approveCall("onStop", 2)) { in callMethods()
|
| D | InterfaceOk2Base_LifecycleAdapter.java | 37 boolean hasLogger = logger != null; in callMethods() 42 if (!hasLogger || logger.approveCall("onStop1", 2)) { in callMethods()
|
| D | InheritanceOk3Base_LifecycleAdapter.java | 37 boolean hasLogger = logger != null; in callMethods() 42 if (!hasLogger || logger.approveCall("onStop", 2)) { in callMethods()
|
| D | DifferentPackagesBase2_LifecycleAdapter.java | 37 boolean hasLogger = logger != null; in callMethods() 42 if (!hasLogger || logger.approveCall("onStop", 2)) { in callMethods()
|
| D | InterfaceOk2Interface_LifecycleAdapter.java | 37 boolean hasLogger = logger != null; in callMethods() 42 if (!hasLogger || logger.approveCall("onStop2", 2)) { in callMethods()
|
| D | DifferentPackagesBase1_LifecycleAdapter.java | 37 boolean hasLogger = logger != null; in callMethods() 42 if (!hasLogger || logger.approveCall("onStop", 2)) { in callMethods()
|