Home
last modified time | relevance | path

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

/development/samples/Home/src/com/example/android/home/
DHome.java301 final String favoriteClass = parser.getAttributeValue(null, TAG_CLASS); in bindFavorites() local
303 final ComponentName cn = new ComponentName(favoritePackage, favoriteClass); in bindFavorites()