Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dee731ad authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Suppress AIDL warnings: untyped-collection"

parents bfc5088c fb8ebe9f
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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);
    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);