Searched refs:getSelectionWithAccounts (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Browser/src/com/android/browser/provider/ |
D | BrowserProvider2.java | 857 Object[] getSelectionWithAccounts(Uri uri, String selection, String[] selectionArgs) { in getSelectionWithAccounts() method in BrowserProvider2 924 Object[] withAccount = getSelectionWithAccounts(uri, selection, selectionArgs); in query() 1172 Object[] withAccount = getSelectionWithAccounts(uri, null, null); in createCombinedQuery() 1290 Object[] withAccount = getSelectionWithAccounts(uri, selection, selectionArgs); in deleteInTransaction() 1703 Object[] withAccount = getSelectionWithAccounts(uri, selection, selectionArgs); in updateInTransaction()
|