diff options
author | Hai Zhang <zhanghai@google.com> | 2021-01-23 00:38:22 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2021-01-23 00:38:22 +0000 |
commit | bbb9b5b5b1e0c107da0e349b47dd29cb87eb8b31 (patch) | |
tree | c283532210aa06a3e3370d1908b3276c1cde7d33 /test-mock | |
parent | 484fd8330a7f475e52c8f20f59fa2c4479440160 (diff) | |
parent | 84705c4ae303b97e9529325439239dc84a7c73c7 (diff) |
Merge "Add necessary system APIs for moving role into module."
Diffstat (limited to 'test-mock')
-rw-r--r-- | test-mock/api/test-current.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test-mock/api/test-current.txt b/test-mock/api/test-current.txt index 79d746a57cc5..531dd7c008fe 100644 --- a/test-mock/api/test-current.txt +++ b/test-mock/api/test-current.txt @@ -9,7 +9,6 @@ package android.test.mock { method public int getInstallReason(String, android.os.UserHandle); method public java.util.List<android.content.pm.ApplicationInfo> getInstalledApplicationsAsUser(int, int); method public String[] getNamesForUids(int[]); - method public String getPermissionControllerPackageName(); method @NonNull public String getServicesSystemSharedLibraryPackageName(); method @NonNull public String getSharedSystemSharedLibraryPackageName(); } |