Home
last modified time | relevance | path

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

/development/samples/browseable/BasicSyncAdapter/src/com.example.android.basicsyncadapter/provider/
DFeedContract.java53 public static final String CONTENT_TYPE = field in FeedContract.Entry
DFeedProvider.java77 return FeedContract.Entry.CONTENT_TYPE; in getType()
/development/samples/NotePad/src/com/example/android/notepad/
DNotePad.java113 public static final String CONTENT_TYPE = "vnd.android.cursor.dir/vnd.google.note"; field in NotePad.Notes
DNotePadProvider.java343 return NotePad.Notes.CONTENT_TYPE; in getType()
/development/samples/ApiDemos/src/com/example/android/apis/app/
DLoaderThrottle.java95 public static final String CONTENT_TYPE field in LoaderThrottle.MainTable
257 return MainTable.CONTENT_TYPE; in getType()
/development/samples/Support4Demos/src/com/example/android/supportv4/app/
DLoaderThrottleSupport.java96 public static final String CONTENT_TYPE field in LoaderThrottleSupport.MainTable
258 return MainTable.CONTENT_TYPE; in getType()
/development/samples/NotePad/tests/src/com/example/android/notepad/
DNotePadProviderTest.java166 assertEquals(NotePad.Notes.CONTENT_TYPE, mimeType); in testUriAndGetType()
170 assertEquals(NotePad.Notes.CONTENT_TYPE, mimeType); in testUriAndGetType()