Exemplo n.º 1
0
 public static void actionHandleAccount(Context context, Account account) {
   actionHandleAccount(context, account, null);
 }
Exemplo n.º 2
0
 private void onShowFolderList() {
   FolderList.actionHandleAccount(this, mAccount);
   finish();
 }