Home
last modified time | relevance | path

Searched refs:approveCall (Results 1 – 25 of 32) sorted by relevance

12

/lifecycle/lifecycle-compiler/src/test/test-data/expected/
DOnAnyMethod_LifecycleAdapter.java39 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.java42 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.java43 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.java42 if (!hasLogger || logger.approveCall("onStop", 2)) { in callMethods()
45 if (!hasLogger || logger.approveCall("onStop2", 2)) { in callMethods()
DDifferentPackagesDerived2_LifecycleAdapter.java42 if (!hasLogger || logger.approveCall("onStop", 2)) { in callMethods()
45 if (!hasLogger || logger.approveCall("onStop2", 2)) { in callMethods()
DDifferentPackagesDerived1_LifecycleAdapter.java43 if (!hasLogger || logger.approveCall("onStop", 2)) { in callMethods()
46 if (!hasLogger || logger.approveCall("onStop2", 2)) { in callMethods()
DDerivedFromJar1_LifecycleAdapter.java42 if (!hasLogger || logger.approveCall("doOnStop", 1)) { in callMethods()
48 if (!hasLogger || logger.approveCall("doAnother", 1)) { in callMethods()
DObserverNoAdapter_LifecycleAdapter.kt40 if (!hasLogger || logger.approveCall("doOnStop", 1)) { in callMethods()
DInheritanceOk2Base_LifecycleAdapter.java42 if (!hasLogger || logger.approveCall("onStop", 2)) { in callMethods()
DInheritanceOk3Derived_LifecycleAdapter.java42 if (!hasLogger || logger.approveCall("onStop", 2)) { in callMethods()
DInterfaceOk2Base_LifecycleAdapter.java42 if (!hasLogger || logger.approveCall("onStop1", 2)) { in callMethods()
DInheritanceOk3Base_LifecycleAdapter.java42 if (!hasLogger || logger.approveCall("onStop", 2)) { in callMethods()
DDifferentPackagesBase2_LifecycleAdapter.java42 if (!hasLogger || logger.approveCall("onStop", 2)) { in callMethods()
DInterfaceOk2Interface_LifecycleAdapter.java42 if (!hasLogger || logger.approveCall("onStop2", 2)) { in callMethods()
DDifferentPackagesBase1_LifecycleAdapter.java42 if (!hasLogger || logger.approveCall("onStop", 2)) { in callMethods()
/lifecycle/lifecycle-common/src/jvmMain/kotlin/androidx/lifecycle/
DMethodCallsLogger.jvm.kt25 public open fun approveCall(name: String, type: Int): Boolean { in approveCall() method in androidx.lifecycle.MethodCallsLogger
/lifecycle/lifecycle-common/api/
Drestricted_2.1.0-beta02.txt17 …ndroidx.annotation.RestrictTo.Scope.LIBRARY_GROUP_PREFIX) public boolean approveCall(String!, int);
Drestricted_2.1.0-beta00.txt17 …ndroidx.annotation.RestrictTo.Scope.LIBRARY_GROUP_PREFIX) public boolean approveCall(String!, int);
Drestricted_2.1.0-beta01.txt17 …ndroidx.annotation.RestrictTo.Scope.LIBRARY_GROUP_PREFIX) public boolean approveCall(String!, int);
Drestricted_2.2.0-beta01.txt54 …ndroidx.annotation.RestrictTo.Scope.LIBRARY_GROUP_PREFIX) public boolean approveCall(String!, int);
Drestricted_2.2.0-rc01.txt54 …ndroidx.annotation.RestrictTo.Scope.LIBRARY_GROUP_PREFIX) public boolean approveCall(String!, int);
Drestricted_2.0.0.txt51 …ictTo(androidx.annotation.RestrictTo.Scope.LIBRARY_GROUP) public boolean approveCall(String!, int);
Drestricted_2.3.0-beta01.txt59 …ndroidx.annotation.RestrictTo.Scope.LIBRARY_GROUP_PREFIX) public boolean approveCall(String!, int);
Drestricted_2.5.0-beta01.txt68 …ndroidx.annotation.RestrictTo.Scope.LIBRARY_GROUP_PREFIX) public boolean approveCall(String!, int);
Drestricted_2.4.0-beta01.txt68 …ndroidx.annotation.RestrictTo.Scope.LIBRARY_GROUP_PREFIX) public boolean approveCall(String!, int);

12