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

/frameworks/base/services/java/com/android/server/accounts/
H A DAccountManagerService.java133 private static final String TABLE_AUTHTOKENS = "authtokens"; field in class:AccountManagerService
999 "SELECT " + TABLE_AUTHTOKENS + "." + AUTHTOKENS_ID
1001 + ", " + TABLE_AUTHTOKENS + "." + AUTHTOKENS_TYPE
1003 + " JOIN " + TABLE_AUTHTOKENS
1014 db.delete(TABLE_AUTHTOKENS, AUTHTOKENS_ID + "=" + authTokenId, null);
1038 db.delete(TABLE_AUTHTOKENS,
1045 if (db.insert(TABLE_AUTHTOKENS, AUTHTOKENS_AUTHTOKEN, values) >= 0) {
1129 db.delete(TABLE_AUTHTOKENS, AUTHTOKENS_ACCOUNTS_ID + "=?", argsAccountId);
2397 db.execSQL("CREATE TABLE " + TABLE_AUTHTOKENS + " ( "
2434 + " DELETE FROM " + TABLE_AUTHTOKENS
[all...]

Completed in 38 milliseconds