HomeSort by relevance Sort by last modified time
    Searched defs:ACCOUNTS_TYPE (Results 1 - 5 of 5) sorted by null

  /frameworks/base/services/core/java/com/android/server/accounts/
AccountsDb.java 63 private static final String ACCOUNTS_TYPE = "type";
144 new String[] { ACCOUNTS_TYPE, ACCOUNTS_TYPE_COUNT};
152 + " AND " + ACCOUNTS_TYPE + "=?";
159 + " AND " + ACCOUNTS_TYPE + "=?";
208 + ACCOUNTS_TYPE + " TEXT NOT NULL, "
210 + "UNIQUE(" + ACCOUNTS_NAME + "," + ACCOUNTS_TYPE + "))");
331 + " = ? AND " + CE_TABLE_ACCOUNTS + "." + ACCOUNTS_TYPE + " = ?",
472 String selection = ACCOUNTS_NAME + "=? AND " + ACCOUNTS_TYPE + "=?";
488 values.put(ACCOUNTS_TYPE, account.type);
516 + ACCOUNTS_TYPE + " TEXT NOT NULL,
    [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 60 milliseconds