Home | History | Annotate | Download | only in cts

Lines Matching defs:removeAccount

165         assertTrue(removeAccount(am, ACCOUNT, mActivity, null /* callback */).getBoolean(
167 assertTrue(removeAccount(am, ACCOUNT_SAME_TYPE, mActivity, null /* callback */).getBoolean(
176 removeAccount(am, ctsAccount, mActivity, null /* callback */);
346 private boolean removeAccount(AccountManager am, Account account,
349 AccountManagerFuture<Boolean> futureBoolean = am.removeAccount(account,
362 AccountManagerFuture<Bundle> futureBundle = am.removeAccount(account,
372 private Bundle removeAccount(AccountManager am, Account account, Activity activity,
376 AccountManagerFuture<Bundle> futureBundle = am.removeAccount(account,
570 * Test addAccountExplicitly(), renameAccount() and removeAccount().
586 assertTrue(removeAccount(am, ACCOUNT, mActivity, null /* callback */).getBoolean(
596 * Test addAccountExplicitly(), renameAccount() and removeAccount().
612 assertFalse(removeAccount(am, ACCOUNT_FOR_NEW_REMOVE_ACCOUNT_API, null /* callback */));
627 * Test addAccountExplicitly(), renameAccount() and removeAccount() calling
653 * Test addAccountExplicitly(), renameAccount() and removeAccount().
669 assertTrue(removeAccount(am, ACCOUNT, null /* callback */));
770 * removeAccount().
791 assertTrue(removeAccount(am, ACCOUNT, mActivity, null /* callback */)
943 assertTrue(removeAccount(am, renamedAccount, mActivity, null /* callback */).getBoolean(
1978 assertTrue(removeAccount(am, ACCOUNT, mActivity, null /* callback */).getBoolean(
1985 assertTrue(removeAccount(am, ACCOUNT, mActivity, null /* callback */).getBoolean(
1992 assertTrue(removeAccount(am, ACCOUNT, mActivity, null /* callback */).getBoolean(
2033 assertTrue(removeAccount(am, ACCOUNT, mActivity, null /* callback */).getBoolean(
2040 assertTrue(removeAccount(am, ACCOUNT, mActivity, null /* callback */).getBoolean(
2047 assertTrue(removeAccount(am, ACCOUNT, mActivity, null /* callback */).getBoolean(
2088 assertTrue(removeAccount(am, ACCOUNT, mActivity, null /* callback */).getBoolean(