Searched defs:META_VALUE (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/accounts/
H A DAccountManagerService.java210 private static final String META_VALUE = "value"; field in class:AccountManagerService
444 new String[] {META_KEY, META_VALUE},
495 META_KEY + "=? AND " + META_VALUE + "=?",
516 values.put(META_VALUE, entry.getValue());
4402 values.put(META_VALUE, entry.getValue());
4499 + META_VALUE + " TEXT)");
4609 + "(" + META_KEY + "," + META_VALUE + ") "
4610 + "SELECT " + META_KEY + "," + META_VALUE + " FROM preNDb." + TABLE_META);

Completed in 48 milliseconds