Merge "Suppress AIDL warnings: untyped-collection" am: dee731ad0b am: c6a9f2e81c am: 48cecd59d5 am: d9f8d109dc am: 975e9651d2
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1793485 Change-Id: I7e33663db36e5f2060f222715d90ddfff7b1574c
This commit is contained in:
@@ -105,12 +105,15 @@ interface IAccountManager {
|
||||
String statusToken);
|
||||
|
||||
/* Returns Map<String, Integer> from package name to visibility with all values stored for given account */
|
||||
@SuppressWarnings(value = {"untyped-collection"})
|
||||
Map getPackagesAndVisibilityForAccount(in Account account);
|
||||
@SuppressWarnings(value = {"untyped-collection"})
|
||||
boolean addAccountExplicitlyWithVisibility(in Account account, String password, in Bundle extras,
|
||||
in Map visibility, in String opPackageName);
|
||||
boolean setAccountVisibility(in Account a, in String packageName, int newVisibility);
|
||||
int getAccountVisibility(in Account a, in String packageName);
|
||||
/* Type may be null returns Map <Account, Integer>*/
|
||||
@SuppressWarnings(value = {"untyped-collection"})
|
||||
Map getAccountsAndVisibilityForPackage(in String packageName, in String accountType);
|
||||
|
||||
void registerAccountListener(in String[] accountTypes, String opPackageName);
|
||||
|
||||
Reference in New Issue
Block a user