Merge "Add lint-baseline.txt files for test base/runner/mock" am: b80e0dac87 am: 0021e9f2fd am: 2654f998c8 am: e3f4d69ae9

Change-Id: I93a03bebd2a2b04e771e9d70ee0ec649f800f3fb
This commit is contained in:
Treehugger Robot
2020-05-11 12:17:17 +00:00
committed by Automerger Merge Worker
4 changed files with 334 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
// Baseline format: 1.0
MissingNullability: junit.framework.ComparisonFailure#getMessage():
Missing nullability on method `getMessage` return

View File

@@ -0,0 +1,143 @@
// Baseline format: 1.0
ArrayReturn: android.test.mock.MockContentProvider#bulkInsert(android.net.Uri, android.content.ContentValues[]) parameter #1:
Method parameter should be Collection<ContentValues> (or subclass) instead of raw array; was `android.content.ContentValues[]`
ArrayReturn: android.test.mock.MockResources#getTextArray(int):
Method should return Collection<CharSequence> (or subclass) instead of raw array; was `java.lang.CharSequence[]`
MissingNullability: android.test.mock.MockApplication#onConfigurationChanged(android.content.res.Configuration) parameter #0:
Missing nullability on parameter `newConfig` in method `onConfigurationChanged`
MissingNullability: android.test.mock.MockContentProvider#attachInfo(android.content.Context, android.content.pm.ProviderInfo) parameter #0:
Missing nullability on parameter `context` in method `attachInfo`
MissingNullability: android.test.mock.MockContentProvider#attachInfo(android.content.Context, android.content.pm.ProviderInfo) parameter #1:
Missing nullability on parameter `info` in method `attachInfo`
MissingNullability: android.test.mock.MockContentProvider#bulkInsert(android.net.Uri, android.content.ContentValues[]) parameter #0:
Missing nullability on parameter `uri` in method `bulkInsert`
MissingNullability: android.test.mock.MockContentProvider#bulkInsert(android.net.Uri, android.content.ContentValues[]) parameter #1:
Missing nullability on parameter `values` in method `bulkInsert`
MissingNullability: android.test.mock.MockContentProvider#getStreamTypes(android.net.Uri, String):
Missing nullability on method `getStreamTypes` return
MissingNullability: android.test.mock.MockContentProvider#getStreamTypes(android.net.Uri, String) parameter #0:
Missing nullability on parameter `url` in method `getStreamTypes`
MissingNullability: android.test.mock.MockContentProvider#getStreamTypes(android.net.Uri, String) parameter #1:
Missing nullability on parameter `mimeTypeFilter` in method `getStreamTypes`
MissingNullability: android.test.mock.MockContentResolver#notifyChange(android.net.Uri, android.database.ContentObserver, boolean) parameter #0:
Missing nullability on parameter `uri` in method `notifyChange`
MissingNullability: android.test.mock.MockContentResolver#notifyChange(android.net.Uri, android.database.ContentObserver, boolean) parameter #1:
Missing nullability on parameter `observer` in method `notifyChange`
MissingNullability: android.test.mock.MockContext#bindIsolatedService(android.content.Intent, int, String, java.util.concurrent.Executor, android.content.ServiceConnection) parameter #0:
Missing nullability on parameter `service` in method `bindIsolatedService`
MissingNullability: android.test.mock.MockContext#bindIsolatedService(android.content.Intent, int, String, java.util.concurrent.Executor, android.content.ServiceConnection) parameter #2:
Missing nullability on parameter `instanceName` in method `bindIsolatedService`
MissingNullability: android.test.mock.MockContext#bindIsolatedService(android.content.Intent, int, String, java.util.concurrent.Executor, android.content.ServiceConnection) parameter #3:
Missing nullability on parameter `executor` in method `bindIsolatedService`
MissingNullability: android.test.mock.MockContext#bindIsolatedService(android.content.Intent, int, String, java.util.concurrent.Executor, android.content.ServiceConnection) parameter #4:
Missing nullability on parameter `conn` in method `bindIsolatedService`
MissingNullability: android.test.mock.MockContext#bindService(android.content.Intent, int, java.util.concurrent.Executor, android.content.ServiceConnection) parameter #0:
Missing nullability on parameter `service` in method `bindService`
MissingNullability: android.test.mock.MockContext#bindService(android.content.Intent, int, java.util.concurrent.Executor, android.content.ServiceConnection) parameter #2:
Missing nullability on parameter `executor` in method `bindService`
MissingNullability: android.test.mock.MockContext#bindService(android.content.Intent, int, java.util.concurrent.Executor, android.content.ServiceConnection) parameter #3:
Missing nullability on parameter `conn` in method `bindService`
MissingNullability: android.test.mock.MockContext#getMainExecutor():
Missing nullability on method `getMainExecutor` return
MissingNullability: android.test.mock.MockContext#sendOrderedBroadcast(android.content.Intent, String, String, android.content.BroadcastReceiver, android.os.Handler, int, String, android.os.Bundle) parameter #0:
Missing nullability on parameter `intent` in method `sendOrderedBroadcast`
MissingNullability: android.test.mock.MockContext#sendOrderedBroadcast(android.content.Intent, String, String, android.content.BroadcastReceiver, android.os.Handler, int, String, android.os.Bundle) parameter #1:
Missing nullability on parameter `receiverPermission` in method `sendOrderedBroadcast`
MissingNullability: android.test.mock.MockContext#sendOrderedBroadcast(android.content.Intent, String, String, android.content.BroadcastReceiver, android.os.Handler, int, String, android.os.Bundle) parameter #2:
Missing nullability on parameter `receiverAppOp` in method `sendOrderedBroadcast`
MissingNullability: android.test.mock.MockContext#sendOrderedBroadcast(android.content.Intent, String, String, android.content.BroadcastReceiver, android.os.Handler, int, String, android.os.Bundle) parameter #3:
Missing nullability on parameter `resultReceiver` in method `sendOrderedBroadcast`
MissingNullability: android.test.mock.MockContext#sendOrderedBroadcast(android.content.Intent, String, String, android.content.BroadcastReceiver, android.os.Handler, int, String, android.os.Bundle) parameter #4:
Missing nullability on parameter `scheduler` in method `sendOrderedBroadcast`
MissingNullability: android.test.mock.MockContext#sendOrderedBroadcast(android.content.Intent, String, String, android.content.BroadcastReceiver, android.os.Handler, int, String, android.os.Bundle) parameter #6:
Missing nullability on parameter `initialData` in method `sendOrderedBroadcast`
MissingNullability: android.test.mock.MockContext#sendOrderedBroadcast(android.content.Intent, String, String, android.content.BroadcastReceiver, android.os.Handler, int, String, android.os.Bundle) parameter #7:
Missing nullability on parameter `initialExtras` in method `sendOrderedBroadcast`
MissingNullability: android.test.mock.MockContext#updateServiceGroup(android.content.ServiceConnection, int, int) parameter #0:
Missing nullability on parameter `conn` in method `updateServiceGroup`
MissingNullability: android.test.mock.MockCursor#getNotificationUris():
Missing nullability on method `getNotificationUris` return
MissingNullability: android.test.mock.MockCursor#setNotificationUris(android.content.ContentResolver, java.util.List<android.net.Uri>) parameter #0:
Missing nullability on parameter `cr` in method `setNotificationUris`
MissingNullability: android.test.mock.MockCursor#setNotificationUris(android.content.ContentResolver, java.util.List<android.net.Uri>) parameter #1:
Missing nullability on parameter `uris` in method `setNotificationUris`
MissingNullability: android.test.mock.MockPackageManager#getPackageArchiveInfo(String, int):
Missing nullability on method `getPackageArchiveInfo` return
MissingNullability: android.test.mock.MockPackageManager#getPackageArchiveInfo(String, int) parameter #0:
Missing nullability on parameter `archiveFilePath` in method `getPackageArchiveInfo`
MissingNullability: android.test.mock.MockPackageManager#hasSigningCertificate(String, byte[], int) parameter #0:
Missing nullability on parameter `packageName` in method `hasSigningCertificate`
MissingNullability: android.test.mock.MockPackageManager#hasSigningCertificate(String, byte[], int) parameter #1:
Missing nullability on parameter `certificate` in method `hasSigningCertificate`
MissingNullability: android.test.mock.MockPackageManager#hasSigningCertificate(int, byte[], int) parameter #1:
Missing nullability on parameter `certificate` in method `hasSigningCertificate`
MissingNullability: android.test.mock.MockResources#getAnimation(int):
Missing nullability on method `getAnimation` return
MissingNullability: android.test.mock.MockResources#getConfiguration():
Missing nullability on method `getConfiguration` return
MissingNullability: android.test.mock.MockResources#getDisplayMetrics():
Missing nullability on method `getDisplayMetrics` return
MissingNullability: android.test.mock.MockResources#getIdentifier(String, String, String) parameter #0:
Missing nullability on parameter `name` in method `getIdentifier`
MissingNullability: android.test.mock.MockResources#getIdentifier(String, String, String) parameter #1:
Missing nullability on parameter `defType` in method `getIdentifier`
MissingNullability: android.test.mock.MockResources#getIdentifier(String, String, String) parameter #2:
Missing nullability on parameter `defPackage` in method `getIdentifier`
MissingNullability: android.test.mock.MockResources#getIntArray(int):
Missing nullability on method `getIntArray` return
MissingNullability: android.test.mock.MockResources#getLayout(int):
Missing nullability on method `getLayout` return
MissingNullability: android.test.mock.MockResources#getQuantityString(int, int):
Missing nullability on method `getQuantityString` return
MissingNullability: android.test.mock.MockResources#getQuantityString(int, int, java.lang.Object...):
Missing nullability on method `getQuantityString` return
MissingNullability: android.test.mock.MockResources#getQuantityString(int, int, java.lang.Object...) parameter #2:
Missing nullability on parameter `formatArgs` in method `getQuantityString`
MissingNullability: android.test.mock.MockResources#getQuantityText(int, int):
Missing nullability on method `getQuantityText` return
MissingNullability: android.test.mock.MockResources#getResourceEntryName(int):
Missing nullability on method `getResourceEntryName` return
MissingNullability: android.test.mock.MockResources#getResourceName(int):
Missing nullability on method `getResourceName` return
MissingNullability: android.test.mock.MockResources#getResourcePackageName(int):
Missing nullability on method `getResourcePackageName` return
MissingNullability: android.test.mock.MockResources#getResourceTypeName(int):
Missing nullability on method `getResourceTypeName` return
MissingNullability: android.test.mock.MockResources#getString(int):
Missing nullability on method `getString` return
MissingNullability: android.test.mock.MockResources#getString(int, java.lang.Object...):
Missing nullability on method `getString` return
MissingNullability: android.test.mock.MockResources#getString(int, java.lang.Object...) parameter #1:
Missing nullability on parameter `formatArgs` in method `getString`
MissingNullability: android.test.mock.MockResources#getStringArray(int):
Missing nullability on method `getStringArray` return
MissingNullability: android.test.mock.MockResources#getText(int):
Missing nullability on method `getText` return
MissingNullability: android.test.mock.MockResources#getText(int, CharSequence):
Missing nullability on method `getText` return
MissingNullability: android.test.mock.MockResources#getText(int, CharSequence) parameter #1:
Missing nullability on parameter `def` in method `getText`
MissingNullability: android.test.mock.MockResources#getTextArray(int):
Missing nullability on method `getTextArray` return
MissingNullability: android.test.mock.MockResources#getValue(String, android.util.TypedValue, boolean) parameter #0:
Missing nullability on parameter `name` in method `getValue`
MissingNullability: android.test.mock.MockResources#getValue(String, android.util.TypedValue, boolean) parameter #1:
Missing nullability on parameter `outValue` in method `getValue`
MissingNullability: android.test.mock.MockResources#getValue(int, android.util.TypedValue, boolean) parameter #1:
Missing nullability on parameter `outValue` in method `getValue`
MissingNullability: android.test.mock.MockResources#getXml(int):
Missing nullability on method `getXml` return
MissingNullability: android.test.mock.MockResources#obtainAttributes(android.util.AttributeSet, int[]):
Missing nullability on method `obtainAttributes` return
MissingNullability: android.test.mock.MockResources#obtainAttributes(android.util.AttributeSet, int[]) parameter #0:
Missing nullability on parameter `set` in method `obtainAttributes`
MissingNullability: android.test.mock.MockResources#obtainAttributes(android.util.AttributeSet, int[]) parameter #1:
Missing nullability on parameter `attrs` in method `obtainAttributes`
MissingNullability: android.test.mock.MockResources#obtainTypedArray(int):
Missing nullability on method `obtainTypedArray` return
MissingNullability: android.test.mock.MockResources#openRawResource(int):
Missing nullability on method `openRawResource` return
MissingNullability: android.test.mock.MockResources#openRawResourceFd(int):
Missing nullability on method `openRawResourceFd` return

View File

@@ -0,0 +1,15 @@
// Baseline format: 1.0
IntentBuilderName: android.test.mock.MockContext#registerReceiverForAllUsers(android.content.BroadcastReceiver, android.content.IntentFilter, String, android.os.Handler):
Methods creating an Intent should be named `create<Foo>Intent()`, was `registerReceiverForAllUsers`
MissingNullability: android.test.mock.MockContext#registerReceiverForAllUsers(android.content.BroadcastReceiver, android.content.IntentFilter, String, android.os.Handler):
Missing nullability on method `registerReceiverForAllUsers` return
MissingNullability: android.test.mock.MockContext#registerReceiverForAllUsers(android.content.BroadcastReceiver, android.content.IntentFilter, String, android.os.Handler) parameter #0:
Missing nullability on parameter `receiver` in method `registerReceiverForAllUsers`
MissingNullability: android.test.mock.MockContext#registerReceiverForAllUsers(android.content.BroadcastReceiver, android.content.IntentFilter, String, android.os.Handler) parameter #1:
Missing nullability on parameter `filter` in method `registerReceiverForAllUsers`
MissingNullability: android.test.mock.MockContext#registerReceiverForAllUsers(android.content.BroadcastReceiver, android.content.IntentFilter, String, android.os.Handler) parameter #2:
Missing nullability on parameter `broadcastPermission` in method `registerReceiverForAllUsers`
MissingNullability: android.test.mock.MockContext#registerReceiverForAllUsers(android.content.BroadcastReceiver, android.content.IntentFilter, String, android.os.Handler) parameter #3:
Missing nullability on parameter `scheduler` in method `registerReceiverForAllUsers`

View File

@@ -0,0 +1,173 @@
// Baseline format: 1.0
GenericException: android.test.ActivityInstrumentationTestCase#setUp():
Methods must not throw generic exceptions (`java.lang.Exception`)
GenericException: android.test.ActivityInstrumentationTestCase#tearDown():
Methods must not throw generic exceptions (`java.lang.Exception`)
GenericException: android.test.ActivityInstrumentationTestCase2#runTest():
Methods must not throw generic exceptions (`java.lang.Throwable`)
GenericException: android.test.ActivityInstrumentationTestCase2#setUp():
Methods must not throw generic exceptions (`java.lang.Exception`)
GenericException: android.test.ActivityInstrumentationTestCase2#tearDown():
Methods must not throw generic exceptions (`java.lang.Exception`)
GenericException: android.test.ActivityUnitTestCase#setUp():
Methods must not throw generic exceptions (`java.lang.Exception`)
GenericException: android.test.ActivityUnitTestCase#tearDown():
Methods must not throw generic exceptions (`java.lang.Exception`)
GenericException: android.test.ApplicationTestCase#setUp():
Methods must not throw generic exceptions (`java.lang.Exception`)
GenericException: android.test.ApplicationTestCase#tearDown():
Methods must not throw generic exceptions (`java.lang.Exception`)
GenericException: android.test.ProviderTestCase#setUp():
Methods must not throw generic exceptions (`java.lang.Exception`)
GenericException: android.test.ProviderTestCase#tearDown():
Methods must not throw generic exceptions (`java.lang.Exception`)
GenericException: android.test.ProviderTestCase2#setUp():
Methods must not throw generic exceptions (`java.lang.Exception`)
GenericException: android.test.ProviderTestCase2#tearDown():
Methods must not throw generic exceptions (`java.lang.Exception`)
GenericException: android.test.ServiceTestCase#setUp():
Methods must not throw generic exceptions (`java.lang.Exception`)
GenericException: android.test.ServiceTestCase#tearDown():
Methods must not throw generic exceptions (`java.lang.Exception`)
GenericException: android.test.SingleLaunchActivityTestCase#setUp():
Methods must not throw generic exceptions (`java.lang.Exception`)
GenericException: android.test.SingleLaunchActivityTestCase#tearDown():
Methods must not throw generic exceptions (`java.lang.Exception`)
GenericException: android.test.SyncBaseInstrumentation#setUp():
Methods must not throw generic exceptions (`java.lang.Exception`)
IntentBuilderName: android.test.IsolatedContext#registerReceiver(android.content.BroadcastReceiver, android.content.IntentFilter):
Methods creating an Intent should be named `create<Foo>Intent()`, was `registerReceiver`
MissingNullability: android.test.ComparisonFailure#getMessage():
Missing nullability on method `getMessage` return
MissingNullability: android.test.InstrumentationTestRunner#onCreate(android.os.Bundle) parameter #0:
Missing nullability on parameter `arguments` in method `onCreate`
MissingNullability: android.test.IsolatedContext#bindIsolatedService(android.content.Intent, int, String, java.util.concurrent.Executor, android.content.ServiceConnection) parameter #0:
Missing nullability on parameter `service` in method `bindIsolatedService`
MissingNullability: android.test.IsolatedContext#bindIsolatedService(android.content.Intent, int, String, java.util.concurrent.Executor, android.content.ServiceConnection) parameter #2:
Missing nullability on parameter `instanceName` in method `bindIsolatedService`
MissingNullability: android.test.IsolatedContext#bindIsolatedService(android.content.Intent, int, String, java.util.concurrent.Executor, android.content.ServiceConnection) parameter #3:
Missing nullability on parameter `executor` in method `bindIsolatedService`
MissingNullability: android.test.IsolatedContext#bindIsolatedService(android.content.Intent, int, String, java.util.concurrent.Executor, android.content.ServiceConnection) parameter #4:
Missing nullability on parameter `conn` in method `bindIsolatedService`
MissingNullability: android.test.IsolatedContext#bindService(android.content.Intent, android.content.ServiceConnection, int) parameter #0:
Missing nullability on parameter `service` in method `bindService`
MissingNullability: android.test.IsolatedContext#bindService(android.content.Intent, android.content.ServiceConnection, int) parameter #1:
Missing nullability on parameter `conn` in method `bindService`
MissingNullability: android.test.IsolatedContext#bindService(android.content.Intent, int, java.util.concurrent.Executor, android.content.ServiceConnection) parameter #0:
Missing nullability on parameter `service` in method `bindService`
MissingNullability: android.test.IsolatedContext#bindService(android.content.Intent, int, java.util.concurrent.Executor, android.content.ServiceConnection) parameter #2:
Missing nullability on parameter `executor` in method `bindService`
MissingNullability: android.test.IsolatedContext#bindService(android.content.Intent, int, java.util.concurrent.Executor, android.content.ServiceConnection) parameter #3:
Missing nullability on parameter `conn` in method `bindService`
MissingNullability: android.test.IsolatedContext#checkUriPermission(android.net.Uri, String, String, int, int, int) parameter #0:
Missing nullability on parameter `uri` in method `checkUriPermission`
MissingNullability: android.test.IsolatedContext#checkUriPermission(android.net.Uri, String, String, int, int, int) parameter #1:
Missing nullability on parameter `readPermission` in method `checkUriPermission`
MissingNullability: android.test.IsolatedContext#checkUriPermission(android.net.Uri, String, String, int, int, int) parameter #2:
Missing nullability on parameter `writePermission` in method `checkUriPermission`
MissingNullability: android.test.IsolatedContext#checkUriPermission(android.net.Uri, int, int, int) parameter #0:
Missing nullability on parameter `uri` in method `checkUriPermission`
MissingNullability: android.test.IsolatedContext#getContentResolver():
Missing nullability on method `getContentResolver` return
MissingNullability: android.test.IsolatedContext#getFilesDir():
Missing nullability on method `getFilesDir` return
MissingNullability: android.test.IsolatedContext#getSystemService(String):
Missing nullability on method `getSystemService` return
MissingNullability: android.test.IsolatedContext#getSystemService(String) parameter #0:
Missing nullability on parameter `name` in method `getSystemService`
MissingNullability: android.test.IsolatedContext#registerReceiver(android.content.BroadcastReceiver, android.content.IntentFilter):
Missing nullability on method `registerReceiver` return
MissingNullability: android.test.IsolatedContext#registerReceiver(android.content.BroadcastReceiver, android.content.IntentFilter) parameter #0:
Missing nullability on parameter `receiver` in method `registerReceiver`
MissingNullability: android.test.IsolatedContext#registerReceiver(android.content.BroadcastReceiver, android.content.IntentFilter) parameter #1:
Missing nullability on parameter `filter` in method `registerReceiver`
MissingNullability: android.test.IsolatedContext#sendBroadcast(android.content.Intent) parameter #0:
Missing nullability on parameter `intent` in method `sendBroadcast`
MissingNullability: android.test.IsolatedContext#sendOrderedBroadcast(android.content.Intent, String) parameter #0:
Missing nullability on parameter `intent` in method `sendOrderedBroadcast`
MissingNullability: android.test.IsolatedContext#sendOrderedBroadcast(android.content.Intent, String) parameter #1:
Missing nullability on parameter `receiverPermission` in method `sendOrderedBroadcast`
MissingNullability: android.test.IsolatedContext#unregisterReceiver(android.content.BroadcastReceiver) parameter #0:
Missing nullability on parameter `receiver` in method `unregisterReceiver`
MissingNullability: android.test.RenamingDelegatingContext#databaseList():
Missing nullability on method `databaseList` return
MissingNullability: android.test.RenamingDelegatingContext#deleteDatabase(String) parameter #0:
Missing nullability on parameter `name` in method `deleteDatabase`
MissingNullability: android.test.RenamingDelegatingContext#deleteFile(String) parameter #0:
Missing nullability on parameter `name` in method `deleteFile`
MissingNullability: android.test.RenamingDelegatingContext#fileList():
Missing nullability on method `fileList` return
MissingNullability: android.test.RenamingDelegatingContext#getCacheDir():
Missing nullability on method `getCacheDir` return
MissingNullability: android.test.RenamingDelegatingContext#getDatabasePath(String):
Missing nullability on method `getDatabasePath` return
MissingNullability: android.test.RenamingDelegatingContext#getDatabasePath(String) parameter #0:
Missing nullability on parameter `name` in method `getDatabasePath`
MissingNullability: android.test.RenamingDelegatingContext#getFileStreamPath(String):
Missing nullability on method `getFileStreamPath` return
MissingNullability: android.test.RenamingDelegatingContext#getFileStreamPath(String) parameter #0:
Missing nullability on parameter `name` in method `getFileStreamPath`
MissingNullability: android.test.RenamingDelegatingContext#openFileInput(String):
Missing nullability on method `openFileInput` return
MissingNullability: android.test.RenamingDelegatingContext#openFileInput(String) parameter #0:
Missing nullability on parameter `name` in method `openFileInput`
MissingNullability: android.test.RenamingDelegatingContext#openFileOutput(String, int):
Missing nullability on method `openFileOutput` return
MissingNullability: android.test.RenamingDelegatingContext#openFileOutput(String, int) parameter #0:
Missing nullability on parameter `name` in method `openFileOutput`
MissingNullability: android.test.RenamingDelegatingContext#openOrCreateDatabase(String, int, android.database.sqlite.SQLiteDatabase.CursorFactory):
Missing nullability on method `openOrCreateDatabase` return
MissingNullability: android.test.RenamingDelegatingContext#openOrCreateDatabase(String, int, android.database.sqlite.SQLiteDatabase.CursorFactory) parameter #0:
Missing nullability on parameter `name` in method `openOrCreateDatabase`
MissingNullability: android.test.RenamingDelegatingContext#openOrCreateDatabase(String, int, android.database.sqlite.SQLiteDatabase.CursorFactory) parameter #2:
Missing nullability on parameter `factory` in method `openOrCreateDatabase`
MissingNullability: android.test.RenamingDelegatingContext#openOrCreateDatabase(String, int, android.database.sqlite.SQLiteDatabase.CursorFactory, android.database.DatabaseErrorHandler):
Missing nullability on method `openOrCreateDatabase` return
MissingNullability: android.test.RenamingDelegatingContext#openOrCreateDatabase(String, int, android.database.sqlite.SQLiteDatabase.CursorFactory, android.database.DatabaseErrorHandler) parameter #0:
Missing nullability on parameter `name` in method `openOrCreateDatabase`
MissingNullability: android.test.RenamingDelegatingContext#openOrCreateDatabase(String, int, android.database.sqlite.SQLiteDatabase.CursorFactory, android.database.DatabaseErrorHandler) parameter #2:
Missing nullability on parameter `factory` in method `openOrCreateDatabase`
MissingNullability: android.test.RenamingDelegatingContext#openOrCreateDatabase(String, int, android.database.sqlite.SQLiteDatabase.CursorFactory, android.database.DatabaseErrorHandler) parameter #3:
Missing nullability on parameter `errorHandler` in method `openOrCreateDatabase`
ProtectedMember: android.test.ActivityInstrumentationTestCase#setUp():
Protected methods not allowed; must be public: method android.test.ActivityInstrumentationTestCase.setUp()}
ProtectedMember: android.test.ActivityInstrumentationTestCase#tearDown():
Protected methods not allowed; must be public: method android.test.ActivityInstrumentationTestCase.tearDown()}
ProtectedMember: android.test.ActivityInstrumentationTestCase2#runTest():
Protected methods not allowed; must be public: method android.test.ActivityInstrumentationTestCase2.runTest()}
ProtectedMember: android.test.ActivityInstrumentationTestCase2#setUp():
Protected methods not allowed; must be public: method android.test.ActivityInstrumentationTestCase2.setUp()}
ProtectedMember: android.test.ActivityInstrumentationTestCase2#tearDown():
Protected methods not allowed; must be public: method android.test.ActivityInstrumentationTestCase2.tearDown()}
ProtectedMember: android.test.ActivityUnitTestCase#setUp():
Protected methods not allowed; must be public: method android.test.ActivityUnitTestCase.setUp()}
ProtectedMember: android.test.ActivityUnitTestCase#tearDown():
Protected methods not allowed; must be public: method android.test.ActivityUnitTestCase.tearDown()}
ProtectedMember: android.test.ApplicationTestCase#setUp():
Protected methods not allowed; must be public: method android.test.ApplicationTestCase.setUp()}
ProtectedMember: android.test.ApplicationTestCase#tearDown():
Protected methods not allowed; must be public: method android.test.ApplicationTestCase.tearDown()}
ProtectedMember: android.test.ProviderTestCase#setUp():
Protected methods not allowed; must be public: method android.test.ProviderTestCase.setUp()}
ProtectedMember: android.test.ProviderTestCase#tearDown():
Protected methods not allowed; must be public: method android.test.ProviderTestCase.tearDown()}
ProtectedMember: android.test.ProviderTestCase2#setUp():
Protected methods not allowed; must be public: method android.test.ProviderTestCase2.setUp()}
ProtectedMember: android.test.ProviderTestCase2#tearDown():
Protected methods not allowed; must be public: method android.test.ProviderTestCase2.tearDown()}
ProtectedMember: android.test.ServiceTestCase#setUp():
Protected methods not allowed; must be public: method android.test.ServiceTestCase.setUp()}
ProtectedMember: android.test.ServiceTestCase#tearDown():
Protected methods not allowed; must be public: method android.test.ServiceTestCase.tearDown()}
ProtectedMember: android.test.SingleLaunchActivityTestCase#setUp():
Protected methods not allowed; must be public: method android.test.SingleLaunchActivityTestCase.setUp()}
ProtectedMember: android.test.SingleLaunchActivityTestCase#tearDown():
Protected methods not allowed; must be public: method android.test.SingleLaunchActivityTestCase.tearDown()}
ProtectedMember: android.test.SyncBaseInstrumentation#setUp():
Protected methods not allowed; must be public: method android.test.SyncBaseInstrumentation.setUp()}