Searched refs:DebugDbHelper (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/accounts/
H A DAccountManagerService.java548 logRecord(db, DebugDbHelper.ACTION_AUTHENTICATOR_REMOVE, TABLE_ACCOUNTS,
659 logRecord(accounts, DebugDbHelper.ACTION_SYNC_DE_CE_ACCOUNTS, TABLE_ACCOUNTS);
1221 logRecord(db, DebugDbHelper.ACTION_ACCOUNT_ADD, TABLE_ACCOUNTS, accountId,
1429 logRecord(db, DebugDbHelper.ACTION_ACCOUNT_RENAME, TABLE_ACCOUNTS, accountId,
1559 logRecord(accounts, DebugDbHelper.ACTION_CALLED_ACCOUNT_REMOVE, TABLE_ACCOUNTS);
1592 logRecord(accounts, DebugDbHelper.ACTION_CALLED_ACCOUNT_REMOVE, TABLE_ACCOUNTS);
1682 String action = userUnlocked ? DebugDbHelper.ACTION_ACCOUNT_REMOVE
1683 : DebugDbHelper.ACTION_ACCOUNT_REMOVE_DE;
1941 DebugDbHelper.ACTION_CLEAR_PASSWORD
1942 : DebugDbHelper
4200 private static class DebugDbHelper{ class in class:AccountManagerService
4201 private DebugDbHelper() { method in class:AccountManagerService.DebugDbHelper
[all...]

Completed in 55 milliseconds