Searched refs:nestWhere (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Gallery2/src/com/android/photos/data/ |
D | PhotoProvider.java | 455 protected static String nestWhere(String matchColumn, String table, String nestedWhere) { in nestWhere() method in PhotoProvider 462 return nestWhere(Metadata.PHOTO_ID, Photos.TABLE, where); in metadataSelectionFromPhotos() 466 return nestWhere(Photos.ALBUM_ID, Albums.TABLE, where); in photoSelectionFromAlbums() 470 return nestWhere(Photos.ACCOUNT_ID, Accounts.TABLE, where); in photoSelectionFromAccounts() 474 return nestWhere(Albums.ACCOUNT_ID, Accounts.TABLE, where); in albumSelectionFromAccounts()
|