Searched refs:AccountsDb (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/services/core/java/com/android/server/accounts/ |
D | AccountsDb.java | 53 class AccountsDb implements AutoCloseable { class 171 + "SELECT " + AccountsDb.ACCOUNTS_NAME + ", " 172 + AccountsDb.GRANTS_GRANTEE_UID 173 + " FROM " + AccountsDb.TABLE_ACCOUNTS 174 + ", " + AccountsDb.TABLE_GRANTS 175 + " WHERE " + AccountsDb.GRANTS_ACCOUNTS_ID 176 + "=" + AccountsDb.ACCOUNTS_ID; 191 AccountsDb(DeDatabaseHelper deDatabase, Context context, File preNDatabaseFile) { in AccountsDb() method in AccountsDb 769 "SELECT " + AccountsDb.ACCOUNTS_LAST_AUTHENTICATE_TIME_EPOCH_MILLIS in findAccountLastAuthenticatedTime() 1326 String sql = "INSERT OR REPLACE INTO " + AccountsDb.TABLE_DEBUG in compileSqlStatementForLogging() [all …]
|
D | AccountManagerService.java | 229 final AccountsDb accountsDb; 272 accountsDb = AccountsDb.create(context, userId, preNDbFile, deDbFile); in UserAccounts() 1197 final AccountsDb accountsDb = accounts.accountsDb; in validateAccountsInternal() 1280 logRecord(AccountsDb.DEBUG_ACTION_AUTHENTICATOR_REMOVE, in validateAccountsInternal() 1281 AccountsDb.TABLE_ACCOUNTS, accountId, accounts); in validateAccountsInternal() 1437 logRecord(accounts, AccountsDb.DEBUG_ACTION_SYNC_DE_CE_ACCOUNTS, in syncDeCeAccountsLocked() 1438 AccountsDb.TABLE_ACCOUNTS); in syncDeCeAccountsLocked() 1963 logRecord(AccountsDb.DEBUG_ACTION_ACCOUNT_ADD, AccountsDb.TABLE_ACCOUNTS, in addAccountInternal() 2395 AccountsDb.DEBUG_ACTION_CALLED_ACCOUNT_REMOVE, in removeAccountAsUser() 2396 AccountsDb.TABLE_ACCOUNTS, in removeAccountAsUser() [all …]
|
/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/ |
D | AccountsDbTest.java | 69 private AccountsDb mAccountsDb; 84 mAccountsDb = AccountsDb.create(context, 0, preNDb, deDb); in setUp() 93 AccountsDb.deleteDbFileWarnIfFailed(preNDb); in deleteDbFiles() 94 AccountsDb.deleteDbFileWarnIfFailed(ceDb); in deleteDbFiles() 95 AccountsDb.deleteDbFileWarnIfFailed(deDb); in deleteDbFiles()
|
/frameworks/base/services/ |
D | art-profile | 181 …ccountManagerService;]Lcom/android/server/accounts/AccountsDb;Lcom/android/server/accounts/Account… 186 …ccountManagerService;]Lcom/android/server/accounts/AccountsDb;Lcom/android/server/accounts/Account… 187 …/sqlite/SQLiteCursor;]Lcom/android/server/accounts/AccountsDb;Lcom/android/server/accounts/Account… 195 …;)Ljava/lang/String;+]Lcom/android/server/accounts/AccountsDb;Lcom/android/server/accounts/Account… 196 …;)Ljava/lang/String;+]Lcom/android/server/accounts/AccountsDb;Lcom/android/server/accounts/Account… 198 …ccountManagerService;]Lcom/android/server/accounts/AccountsDb;Lcom/android/server/accounts/Account… 201 …ccountManagerService;]Lcom/android/server/accounts/AccountsDb;Lcom/android/server/accounts/Account… 202 …id/server/accounts/AccountsDb;->beginTransaction()V+]Landroid/database/sqlite/SQLiteOpenHelper;Lco… 203 …AccountsDb;->findDeAccountId(Landroid/accounts/Account;)J+]Landroid/database/Cursor;Landroid/datab… 204 …AccountsDb;->findExtrasIdByAccountId(JLjava/lang/String;)J+]Landroid/database/Cursor;Landroid/data… [all …]
|
D | art-wear-profile | 3820 PLcom/android/server/accounts/AccountsDb$CeDatabaseHelper;-><init>(Landroid/content/Context;Ljava/l… 3821 …r/accounts/AccountsDb$CeDatabaseHelper;->create(Landroid/content/Context;Ljava/io/File;Ljava/io/Fi… 3822 PLcom/android/server/accounts/AccountsDb$CeDatabaseHelper;->onOpen(Landroid/database/sqlite/SQLiteD… 3823 …PLcom/android/server/accounts/AccountsDb$DeDatabaseHelper;->-$$Nest$fgetmCeAttached(Lcom/android/s… 3824 PLcom/android/server/accounts/AccountsDb$DeDatabaseHelper;->-$$Nest$fputmCeAttached(Lcom/android/se… 3825 PLcom/android/server/accounts/AccountsDb$DeDatabaseHelper;-><init>(Landroid/content/Context;ILjava/… 3826 …server/accounts/AccountsDb$DeDatabaseHelper;-><init>(Landroid/content/Context;ILjava/lang/String;L… 3827 PLcom/android/server/accounts/AccountsDb$DeDatabaseHelper;->getReadableDatabaseUserIsUnlocked()Land… 3828 PLcom/android/server/accounts/AccountsDb$DeDatabaseHelper;->onOpen(Landroid/database/sqlite/SQLiteD… 3829 PLcom/android/server/accounts/AccountsDb;-><clinit>()V [all …]
|