Searched refs:TABLE_ACCOUNTS (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/core/java/com/android/server/accounts/ |
D | AccountsDb.java | 60 static final String TABLE_ACCOUNTS = "accounts"; field in AccountsDb 137 private static final String CE_TABLE_ACCOUNTS = CE_DB_PREFIX + TABLE_ACCOUNTS; 147 + "SELECT COUNT(*) FROM " + TABLE_GRANTS + ", " + TABLE_ACCOUNTS 155 + "SELECT COUNT(*) FROM " + TABLE_GRANTS + ", " + TABLE_ACCOUNTS 172 + " FROM " + AccountsDb.TABLE_ACCOUNTS 205 db.execSQL("CREATE TABLE " + TABLE_ACCOUNTS + " ( " in onCreate() 231 + " CREATE TRIGGER " + TABLE_ACCOUNTS + "Delete DELETE ON " + TABLE_ACCOUNTS in createAccountsDeletionTrigger() 251 db.execSQL("DROP TRIGGER IF EXISTS " + TABLE_ACCOUNTS + "Delete"); in onUpgrade() 513 db.execSQL("CREATE TABLE " + TABLE_ACCOUNTS + " ( " in onCreate() 543 + " CREATE TRIGGER " + TABLE_ACCOUNTS + "Delete DELETE ON " + TABLE_ACCOUNTS in createAccountsDeletionTrigger() [all …]
|
D | AccountManagerService.java | 1211 AccountsDb.TABLE_ACCOUNTS, accountId, accounts); in validateAccountsInternal() 1332 AccountsDb.TABLE_ACCOUNTS); in syncDeCeAccountsLocked() 1825 logRecord(AccountsDb.DEBUG_ACTION_ACCOUNT_ADD, AccountsDb.TABLE_ACCOUNTS, in addAccountInternal() 2179 AccountsDb.TABLE_ACCOUNTS, in removeAccountAsUser() 2217 AccountsDb.TABLE_ACCOUNTS, in removeAccountExplicitly() 2333 logRecord(action, AccountsDb.TABLE_ACCOUNTS, accountId, accounts); in removeAccountInternal() 2593 logRecord(action, AccountsDb.TABLE_ACCOUNTS, accountId, accounts, in setPasswordInternal() 3165 accounts, AccountsDb.DEBUG_ACTION_CALLED_ACCOUNT_ADD, AccountsDb.TABLE_ACCOUNTS, in addAccount() 3246 accounts, AccountsDb.DEBUG_ACTION_CALLED_ACCOUNT_ADD, AccountsDb.TABLE_ACCOUNTS, in addAccountAsUser() 3329 AccountsDb.TABLE_ACCOUNTS, uid); in startAddAccountSession() [all …]
|