HomeSort by relevance Sort by last modified time
    Searched refs:TABLE_ACCOUNTS (Results 1 - 4 of 4) sorted by null

  /frameworks/base/services/core/java/com/android/server/accounts/
AccountManagerService.java 188 static final String TABLE_ACCOUNTS = "accounts";
226 private static final String CE_TABLE_ACCOUNTS = CE_DB_PREFIX + TABLE_ACCOUNTS;
240 + "SELECT COUNT(*) FROM " + TABLE_GRANTS + ", " + TABLE_ACCOUNTS
248 + "SELECT COUNT(*) FROM " + TABLE_GRANTS + ", " + TABLE_ACCOUNTS
645 Cursor cursor = db.query(TABLE_ACCOUNTS,
661 db.delete(TABLE_ACCOUNTS, ACCOUNTS_ID + "=" + accountId, null);
673 logRecord(db, DebugDbHelper.ACTION_AUTHENTICATOR_REMOVE, TABLE_ACCOUNTS,
    [all...]
AccountManagerBackupHelper.java 65 + " FROM " + AccountManagerService.TABLE_ACCOUNTS
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 

Completed in 798 milliseconds