Searched refs:AccountCallMethods (Results 1 – 4 of 4) sorted by relevance
1501 public static final class AccountCallMethods { class in UIProvider1535 private AccountCallMethods() {} in AccountCallMethods() method in UIProvider.AccountCallMethods
90 mResolver.call(mAccount, UIProvider.AccountCallMethods.SET_CURRENT_ACCOUNT, in doInBackground()
2566 UIProvider.AccountCallMethods.SAVE_MESSAGE : in sendOrSaveMessage()2567 UIProvider.AccountCallMethods.SEND_MESSAGE; in sendOrSaveMessage()
2291 if (TextUtils.equals(method, UIProvider.AccountCallMethods.SEND_MESSAGE)) { in call()2294 } else if (TextUtils.equals(method, UIProvider.AccountCallMethods.SAVE_MESSAGE)) { in call()2296 } else if (TextUtils.equals(method, UIProvider.AccountCallMethods.SET_CURRENT_ACCOUNT)) { in call()