I cloned this repository.
Then opened base folder as Project root in IntellijIDEA and opened Activity.java file.
When I select attach method inside Activity.java file and press ⌥F7, IntellijIDEA show no usage found in All place.
But ActivityThread class inside the same directory of Activity class use the attach method of it.
Why do I get no usage found in All places message?