Home
last modified time | relevance | path

Searched defs:AUTHORITY (Results 1 – 13 of 13) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/app/
DSearchSuggestionSampleProvider.java34 final static String AUTHORITY = "com.example.android.apis.SuggestionProvider"; field in SearchSuggestionSampleProvider
DLoaderThrottle.java65 public static final String AUTHORITY = "com.example.android.apis.app.LoaderThrottle"; field in LoaderThrottle
/development/samples/Support7Demos/src/com/example/android/supportv7/app/
DRecentSuggestionsProvider.java22 … public final static String AUTHORITY = "com.example.android.supportv7.RecentSuggestionsProvider"; field in RecentSuggestionsProvider
/development/samples/browseable/BasicSyncAdapter/src/com.example.android.basicsyncadapter/provider/
DFeedProvider.java36 private static final String AUTHORITY = FeedContract.CONTENT_AUTHORITY; field in FeedProvider
59 sUriMatcher.addURI(AUTHORITY, "entries", ROUTE_ENTRIES); in sUriMatcher.addURI() argument
60 sUriMatcher.addURI(AUTHORITY, "entries/*", ROUTE_ENTRIES_ID); in sUriMatcher.addURI() argument
/development/samples/Support4Demos/src/com/example/android/supportv4/content/
DFileProviderExample.java38 private static final String AUTHORITY = "com.example.android.supportv4.my_files"; field in FileProviderExample
/development/samples/browseable/StorageProvider/src/com.example.android.storageprovider/
DMyCloudFragment.java37 private static final String AUTHORITY = "com.example.android.storageprovider.documents"; field in MyCloudFragment
/development/samples/training/threadsample/src/com/example/android/threadsample/
DDataProviderContract.java20 public static final String AUTHORITY = "com.example.android.threadsample"; field in DataProviderContract
DDataProvider.java101 DataProviderContract.AUTHORITY, in sUriMatcher.addURI()
107 DataProviderContract.AUTHORITY, in sUriMatcher.addURI()
/development/samples/NotePad/src/com/example/android/notepad/
DNotePad.java29 public static final String AUTHORITY = "com.google.provider.NotePad"; field in NotePad
DNotePadProvider.java123 sUriMatcher.addURI(NotePad.AUTHORITY, "notes", NOTES); in sUriMatcher.addURI()
127 sUriMatcher.addURI(NotePad.AUTHORITY, "notes/#", NOTE_ID); in sUriMatcher.addURI()
131 sUriMatcher.addURI(NotePad.AUTHORITY, "live_folders/notes", LIVE_FOLDER_NOTES); in sUriMatcher.addURI()
/development/samples/SearchableDictionary/src/com/example/android/searchabledict/
DDictionaryProvider.java34 public static String AUTHORITY = "com.example.android.searchabledict.DictionaryProvider"; field in DictionaryProvider
/development/samples/Support4Demos/src/com/example/android/supportv4/app/
DLoaderThrottleSupport.java66 public static final String AUTHORITY = "com.example.android.apis.supportv4.app.LoaderThrottle"; field in LoaderThrottleSupport
/development/samples/Vault/src/com/example/android/vault/
DVaultProvider.java80 static final String AUTHORITY = "com.example.android.vault.provider"; field in VaultProvider