CodeLocator
Android toolset that includes the Android SDK and Android Studio
...It provides capabilities to quickly locate references, method calls, resource usages, and dependency paths across the project, which can dramatically speed up understanding code flow, tracing bugs, or auditing code. By giving a UI or structured navigation interface (depending on platform integration) over the project’s code and metadata, CodeLocator helps developers find where particular functions, classes or resources are used, and see their call graphs or dependency chains. This becomes particularly valuable in large-scale Android projects, legacy codebases, or when dealing with complicated modular architectures.