PageRenderTime 26ms CodeModel.GetById 21ms RepoModel.GetById 0ms app.codeStats 0ms

/out/target/common/obj/JAVA_LIBRARIES/android_stubs_current_intermediates/src/android/content/ContentResolver.java

https://github.com/JTroniks/CyanogenMod-7
Java | 62 lines | 62 code | 0 blank | 0 comment | 0 complexity | 88320567be25d714fa40451e1bf2db61 MD5 | raw file
  1. package android.content;
  2. public abstract class ContentResolver
  3. {
  4. public ContentResolver(android.content.Context context) { throw new RuntimeException("Stub!"); }
  5. public final java.lang.String getType(android.net.Uri url) { throw new RuntimeException("Stub!"); }
  6. public final android.database.Cursor query(android.net.Uri uri, java.lang.String[] projection, java.lang.String selection, java.lang.String[] selectionArgs, java.lang.String sortOrder) { throw new RuntimeException("Stub!"); }
  7. public final java.io.InputStream openInputStream(android.net.Uri uri) throws java.io.FileNotFoundException { throw new RuntimeException("Stub!"); }
  8. public final java.io.OutputStream openOutputStream(android.net.Uri uri) throws java.io.FileNotFoundException { throw new RuntimeException("Stub!"); }
  9. public final java.io.OutputStream openOutputStream(android.net.Uri uri, java.lang.String mode) throws java.io.FileNotFoundException { throw new RuntimeException("Stub!"); }
  10. public final android.os.ParcelFileDescriptor openFileDescriptor(android.net.Uri uri, java.lang.String mode) throws java.io.FileNotFoundException { throw new RuntimeException("Stub!"); }
  11. public final android.content.res.AssetFileDescriptor openAssetFileDescriptor(android.net.Uri uri, java.lang.String mode) throws java.io.FileNotFoundException { throw new RuntimeException("Stub!"); }
  12. public final android.net.Uri insert(android.net.Uri url, android.content.ContentValues values) { throw new RuntimeException("Stub!"); }
  13. public android.content.ContentProviderResult[] applyBatch(java.lang.String authority, java.util.ArrayList<android.content.ContentProviderOperation> operations) throws android.os.RemoteException, android.content.OperationApplicationException { throw new RuntimeException("Stub!"); }
  14. public final int bulkInsert(android.net.Uri url, android.content.ContentValues[] values) { throw new RuntimeException("Stub!"); }
  15. public final int delete(android.net.Uri url, java.lang.String where, java.lang.String[] selectionArgs) { throw new RuntimeException("Stub!"); }
  16. public final int update(android.net.Uri uri, android.content.ContentValues values, java.lang.String where, java.lang.String[] selectionArgs) { throw new RuntimeException("Stub!"); }
  17. public final android.content.ContentProviderClient acquireContentProviderClient(android.net.Uri uri) { throw new RuntimeException("Stub!"); }
  18. public final android.content.ContentProviderClient acquireContentProviderClient(java.lang.String name) { throw new RuntimeException("Stub!"); }
  19. public final void registerContentObserver(android.net.Uri uri, boolean notifyForDescendents, android.database.ContentObserver observer) { throw new RuntimeException("Stub!"); }
  20. public final void unregisterContentObserver(android.database.ContentObserver observer) { throw new RuntimeException("Stub!"); }
  21. public void notifyChange(android.net.Uri uri, android.database.ContentObserver observer) { throw new RuntimeException("Stub!"); }
  22. public void notifyChange(android.net.Uri uri, android.database.ContentObserver observer, boolean syncToNetwork) { throw new RuntimeException("Stub!"); }
  23. public void startSync(android.net.Uri uri, android.os.Bundle extras) { throw new RuntimeException("Stub!"); }
  24. public static void requestSync(android.accounts.Account account, java.lang.String authority, android.os.Bundle extras) { throw new RuntimeException("Stub!"); }
  25. public static void validateSyncExtrasBundle(android.os.Bundle extras) { throw new RuntimeException("Stub!"); }
  26. public void cancelSync(android.net.Uri uri) { throw new RuntimeException("Stub!"); }
  27. public static void cancelSync(android.accounts.Account account, java.lang.String authority) { throw new RuntimeException("Stub!"); }
  28. public static android.content.SyncAdapterType[] getSyncAdapterTypes() { throw new RuntimeException("Stub!"); }
  29. public static boolean getSyncAutomatically(android.accounts.Account account, java.lang.String authority) { throw new RuntimeException("Stub!"); }
  30. public static void setSyncAutomatically(android.accounts.Account account, java.lang.String authority, boolean sync) { throw new RuntimeException("Stub!"); }
  31. public static void addPeriodicSync(android.accounts.Account account, java.lang.String authority, android.os.Bundle extras, long pollFrequency) { throw new RuntimeException("Stub!"); }
  32. public static void removePeriodicSync(android.accounts.Account account, java.lang.String authority, android.os.Bundle extras) { throw new RuntimeException("Stub!"); }
  33. public static java.util.List<android.content.PeriodicSync> getPeriodicSyncs(android.accounts.Account account, java.lang.String authority) { throw new RuntimeException("Stub!"); }
  34. public static int getIsSyncable(android.accounts.Account account, java.lang.String authority) { throw new RuntimeException("Stub!"); }
  35. public static void setIsSyncable(android.accounts.Account account, java.lang.String authority, int syncable) { throw new RuntimeException("Stub!"); }
  36. public static boolean getMasterSyncAutomatically() { throw new RuntimeException("Stub!"); }
  37. public static void setMasterSyncAutomatically(boolean sync) { throw new RuntimeException("Stub!"); }
  38. public static boolean isSyncActive(android.accounts.Account account, java.lang.String authority) { throw new RuntimeException("Stub!"); }
  39. public static android.content.SyncInfo getCurrentSync() { throw new RuntimeException("Stub!"); }
  40. public static boolean isSyncPending(android.accounts.Account account, java.lang.String authority) { throw new RuntimeException("Stub!"); }
  41. public static java.lang.Object addStatusChangeListener(int mask, android.content.SyncStatusObserver callback) { throw new RuntimeException("Stub!"); }
  42. public static void removeStatusChangeListener(java.lang.Object handle) { throw new RuntimeException("Stub!"); }
  43. public static final java.lang.String SYNC_EXTRAS_ACCOUNT = "account";
  44. public static final java.lang.String SYNC_EXTRAS_EXPEDITED = "expedited";
  45. public static final java.lang.String SYNC_EXTRAS_FORCE = "force";
  46. public static final java.lang.String SYNC_EXTRAS_IGNORE_SETTINGS = "ignore_settings";
  47. public static final java.lang.String SYNC_EXTRAS_IGNORE_BACKOFF = "ignore_backoff";
  48. public static final java.lang.String SYNC_EXTRAS_DO_NOT_RETRY = "do_not_retry";
  49. public static final java.lang.String SYNC_EXTRAS_MANUAL = "force";
  50. public static final java.lang.String SYNC_EXTRAS_UPLOAD = "upload";
  51. public static final java.lang.String SYNC_EXTRAS_OVERRIDE_TOO_MANY_DELETIONS = "deletions_override";
  52. public static final java.lang.String SYNC_EXTRAS_DISCARD_LOCAL_DELETIONS = "discard_deletions";
  53. public static final java.lang.String SYNC_EXTRAS_INITIALIZE = "initialize";
  54. public static final java.lang.String SCHEME_CONTENT = "content";
  55. public static final java.lang.String SCHEME_ANDROID_RESOURCE = "android.resource";
  56. public static final java.lang.String SCHEME_FILE = "file";
  57. public static final java.lang.String CURSOR_ITEM_BASE_TYPE = "vnd.android.cursor.item";
  58. public static final java.lang.String CURSOR_DIR_BASE_TYPE = "vnd.android.cursor.dir";
  59. public static final int SYNC_OBSERVER_TYPE_SETTINGS = 1;
  60. public static final int SYNC_OBSERVER_TYPE_PENDING = 2;
  61. public static final int SYNC_OBSERVER_TYPE_ACTIVE = 4;
  62. }