summaryrefslogtreecommitdiff
path: root/test-mock
diff options
context:
space:
mode:
authorAdrian Roos <roosa@google.com>2019-01-22 16:58:56 +0100
committerAdrian Roos <roosa@google.com>2019-01-22 16:58:56 +0100
commitfe6aeaf2a39ed957f23b0737d141ade6ba6035e5 (patch)
tree0e3939af1b7b30cebaea8f4e10a41c9862f759b5 /test-mock
parent25b54058c0e3bb7e0630650f750092f7ccd2289f (diff)
API Compatibility: Fix incompatible abstract methods on Context
Bug: 123221743 Test: m api-stubs-docs-check-last-released-api Change-Id: I6d34c86582633d696464c8207a7d631be6d31693
Diffstat (limited to 'test-mock')
-rw-r--r--test-mock/api/current.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/test-mock/api/current.txt b/test-mock/api/current.txt
index a181bc387d36..1110790c373f 100644
--- a/test-mock/api/current.txt
+++ b/test-mock/api/current.txt
@@ -32,7 +32,6 @@ package android.test.mock {
public class MockContext extends android.content.Context {
ctor public MockContext();
- method public boolean bindIsolatedService(android.content.Intent, android.content.ServiceConnection, int, String);
method public boolean bindService(android.content.Intent, android.content.ServiceConnection, int);
method public int checkCallingOrSelfPermission(String);
method public int checkCallingOrSelfUriPermission(android.net.Uri, int);
@@ -81,7 +80,6 @@ package android.test.mock {
method public java.io.File getNoBackupFilesDir();
method public java.io.File getObbDir();
method public java.io.File[] getObbDirs();
- method public String getOpPackageName();
method public String getPackageCodePath();
method public android.content.pm.PackageManager getPackageManager();
method public String getPackageName();
@@ -137,7 +135,6 @@ package android.test.mock {
method public boolean stopService(android.content.Intent);
method public void unbindService(android.content.ServiceConnection);
method public void unregisterReceiver(android.content.BroadcastReceiver);
- method public void updateServiceGroup(android.content.ServiceConnection, int, int);
}
@Deprecated public class MockCursor implements android.database.Cursor {