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

/frameworks/base/services/core/java/com/android/server/accounts/
H A DAccountManagerService.java197 private static final String TABLE_GRANTS = "grants"; field in class:AccountManagerService
233 + "SELECT COUNT(*) FROM " + TABLE_GRANTS + ", " + TABLE_ACCOUNTS
678 final Cursor cursor = db.query(TABLE_GRANTS,
690 db.delete(TABLE_GRANTS, GRANTS_GRANTEE_UID + "=?",
4379 + " DELETE FROM " + TABLE_GRANTS
4385 db.execSQL("CREATE TABLE " + TABLE_GRANTS + " ( "
4519 + " DELETE FROM " + TABLE_GRANTS
4525 db.execSQL("CREATE TABLE " + TABLE_GRANTS + " ( "
4602 db.execSQL("INSERT INTO " + TABLE_GRANTS
4606 + GRANTS_GRANTEE_UID + " FROM preNDb." + TABLE_GRANTS);
[all...]

Completed in 48 milliseconds