Searched refs:TABLE_ACCOUNTS (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/core/java/com/android/server/accounts/ |
D | AccountsDb.java | 61 static final String TABLE_ACCOUNTS = "accounts"; field in AccountsDb 138 private static final String CE_TABLE_ACCOUNTS = CE_DB_PREFIX + TABLE_ACCOUNTS; 148 + "SELECT COUNT(*) FROM " + TABLE_GRANTS + ", " + TABLE_ACCOUNTS 156 + "SELECT COUNT(*) FROM " + TABLE_GRANTS + ", " + TABLE_ACCOUNTS 173 + " FROM " + AccountsDb.TABLE_ACCOUNTS 210 db.execSQL("CREATE TABLE " + TABLE_ACCOUNTS + " ( " in onCreate() 236 + " CREATE TRIGGER " + TABLE_ACCOUNTS + "Delete DELETE ON " + TABLE_ACCOUNTS in createAccountsDeletionTrigger() 256 db.execSQL("DROP TRIGGER IF EXISTS " + TABLE_ACCOUNTS + "Delete"); in onUpgrade() 525 db.execSQL("CREATE TABLE " + TABLE_ACCOUNTS + " ( " in onCreate() 555 + " CREATE TRIGGER " + TABLE_ACCOUNTS + "Delete DELETE ON " + TABLE_ACCOUNTS in createAccountsDeletionTrigger() [all …]
|
D | AccountManagerService.java | 1208 AccountsDb.TABLE_ACCOUNTS, accountId, accounts); in validateAccountsInternal() 1356 AccountsDb.TABLE_ACCOUNTS); in syncDeCeAccountsLocked() 1850 logRecord(AccountsDb.DEBUG_ACTION_ACCOUNT_ADD, AccountsDb.TABLE_ACCOUNTS, in addAccountInternal() 2204 AccountsDb.TABLE_ACCOUNTS, in removeAccountAsUser() 2242 AccountsDb.TABLE_ACCOUNTS, in removeAccountExplicitly() 2359 logRecord(action, AccountsDb.TABLE_ACCOUNTS, accountId, accounts); in removeAccountInternal() 2619 logRecord(action, AccountsDb.TABLE_ACCOUNTS, accountId, accounts, in setPasswordInternal() 3191 accounts, AccountsDb.DEBUG_ACTION_CALLED_ACCOUNT_ADD, AccountsDb.TABLE_ACCOUNTS, in addAccount() 3272 accounts, AccountsDb.DEBUG_ACTION_CALLED_ACCOUNT_ADD, AccountsDb.TABLE_ACCOUNTS, in addAccountAsUser() 3355 AccountsDb.TABLE_ACCOUNTS, uid); in startAddAccountSession() [all …]
|