Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/
DManifestInfo.java767 final Map<String, String> usages = new HashMap<String, String>(); in guessActivityBySetContentView() local
768 mUsages = usages; in guessActivityBySetContentView()
787 usages.put(matcher.group(1), fqcn); in guessActivityBySetContentView()
/sdk/
Dchanges.txt51 * Find usages of HashMap<Integer,X> which can be replaced by the
54 namespace declarations and usages of custom namespaces in library
/sdk/eclipse/
Dchanges.txt13 * Find usages of "dp" units with the font property textSize
50 * Detect usages of Toast.makeText() without calling show() on the