Searched refs:getSelectionWithAccounts (Results 1 – 1 of 1) sorted by relevance
/device/google/atv/FrameworkPackageStubs/src/com/android/browser/provider/ |
D | BrowserProvider2.java | 519 Object[] getSelectionWithAccounts(Uri uri, String selection, String[] selectionArgs) { in getSelectionWithAccounts() method in BrowserProvider2 586 Object[] withAccount = getSelectionWithAccounts(uri, selection, selectionArgs); in query() 822 Object[] withAccount = getSelectionWithAccounts(uri, null, null); in createCombinedQuery() 940 Object[] withAccount = getSelectionWithAccounts(uri, selection, selectionArgs); in deleteInTransaction() 1333 Object[] withAccount = getSelectionWithAccounts(uri, selection, selectionArgs); in updateInTransaction()
|