Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
DCompiledResourcesMonitor.java107 if (packagePathMatches(relativeClassPath.toString(), className)) { in fileChanged()
120 private boolean packagePathMatches(String path, String packageName) { in packagePathMatches() method in CompiledResourcesMonitor