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

  /frameworks/base/services/core/java/com/android/server/accounts/
AccountsDb.java 60 static final String TABLE_ACCOUNTS = "accounts";
137 private static final String CE_TABLE_ACCOUNTS = CE_DB_PREFIX + TABLE_ACCOUNTS;
147 + "SELECT COUNT(*) FROM " + TABLE_GRANTS + ", " + TABLE_ACCOUNTS
155 + "SELECT COUNT(*) FROM " + TABLE_GRANTS + ", " + TABLE_ACCOUNTS
172 + " FROM " + AccountsDb.TABLE_ACCOUNTS
205 db.execSQL("CREATE TABLE " + TABLE_ACCOUNTS + " ( "
231 + " CREATE TRIGGER " + TABLE_ACCOUNTS + "Delete DELETE ON " + TABLE_ACCOUNTS
251 db.execSQL("DROP TRIGGER IF EXISTS " + TABLE_ACCOUNTS + "Delete");
513 db.execSQL("CREATE TABLE " + TABLE_ACCOUNTS + " (
    [all...]
AccountManagerService.java     [all...]
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 

Completed in 71 milliseconds