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

/packages/apps/Gallery2/src/com/android/photos/data/
H A DPhotoProvider.java67 * Contains columns that can be accessed via Accounts.CONTENT_URI
69 public static interface Accounts extends BaseColumns { interface in class:PhotoProvider
99 /** Long foreign key to Accounts._ID */
138 /** Long foreign key to Accounts._ID */
266 sUriMatcher.addURI(AUTHORITY, Accounts.TABLE, MATCH_ACCOUNT);
267 // match against Accounts._ID
268 sUriMatcher.addURI(AUTHORITY, Accounts.TABLE + "/#", MATCH_ACCOUNT_ID);
407 table = Accounts.TABLE;
470 return nestWhere(Photos.ACCOUNT_ID, Accounts.TABLE, where);
474 return nestWhere(Albums.ACCOUNT_ID, Accounts
[all...]

Completed in 62 milliseconds