Searched refs:AccountLoadCallbacks (Results 1 – 2 of 2) sorted by relevance
41 implements ConversationAccountController, AccountLoadCallbacks.AccountLoadCallbackListener {53 private AccountLoadCallbacks mAccountLoadCallbacks;75 mAccountLoadCallbacks = new AccountLoadCallbacks( in onCreate()
20 public class AccountLoadCallbacks implements LoaderManager.LoaderCallbacks<ObjectCursor<Account>> { class30 public AccountLoadCallbacks(Context context, Uri accountUri, in AccountLoadCallbacks() method in AccountLoadCallbacks