Home
last modified time | relevance | path

Searched refs:PROJECTION_ACCOUNTS (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Gallery2/tests/src/com/android/photos/data/
DPhotoDatabaseUtils.java61 public static String[] PROJECTION_ACCOUNTS = { field in PhotoDatabaseUtils
79 return queryId(db, Accounts.TABLE, PROJECTION_ACCOUNTS, SELECTION_ACCOUNT_ID, accountName); in queryAccountIdFromName()