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

/frameworks/base/services/java/com/android/server/accounts/
H A DAccountManagerService.java127 private static final String ACCOUNTS_ID = "_id"; field in class:AccountManagerService
162 + " WHERE " + GRANTS_ACCOUNTS_ID + "=" + ACCOUNTS_ID
372 new String[]{ACCOUNTS_ID, ACCOUNTS_TYPE, ACCOUNTS_NAME},
386 db.delete(TABLE_ACCOUNTS, ACCOUNTS_ID + "=" + accountId, null);
1004 + " ON " + TABLE_ACCOUNTS + "." + ACCOUNTS_ID
1128 db.update(TABLE_ACCOUNTS, values, ACCOUNTS_ID + "=?", argsAccountId);
2003 Cursor cursor = db.query(TABLE_ACCOUNTS, new String[]{ACCOUNTS_ID},
2391 + ACCOUNTS_ID + " INTEGER PRIMARY KEY AUTOINCREMENT, "
2424 + ACCOUNTS_ID + " INTEGER PRIMARY KEY AUTOINCREMENT, "
2435 + " WHERE " + AUTHTOKENS_ACCOUNTS_ID + "=OLD." + ACCOUNTS_ID
[all...]

Completed in 10 milliseconds