Home
last modified time | relevance | path

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

/development/samples/SkeletonApp/
Dreadme.txt30 {src/PACKAGE/CLASS.java}, where PACKAGE comes from the name in the <package>
31 tag and CLASS comes from the class in the <activity> tag.
/development/samples/ApiDemos/src/com/example/android/apis/content/
DChangedContacts.java46 private static final String CLASS = ChangedContacts.class.getSimpleName(); field in ChangedContacts
147 SharedPreferences pref = getSharedPreferences(CLASS, Context.MODE_PRIVATE); in saveLastTimestamp()
154 SharedPreferences pref = getSharedPreferences(CLASS, Context.MODE_PRIVATE); in getLastTimestamp()