Home
last modified time | relevance | path

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

/packages/apps/Browser/src/com/android/browser/provider/
DBrowserProvider2.java924 Object[] withAccount = getSelectionWithAccounts(uri, selection, selectionArgs); in query() local
925 selection = (String) withAccount[0]; in query()
926 selectionArgs = (String[]) withAccount[1]; in query()
927 boolean hasAccounts = (Boolean) withAccount[2]; in query()
1172 Object[] withAccount = getSelectionWithAccounts(uri, null, null); in createCombinedQuery() local
1173 String selection = (String) withAccount[0]; in createCombinedQuery()
1174 String[] selectionArgs = (String[]) withAccount[1]; in createCombinedQuery()
1290 Object[] withAccount = getSelectionWithAccounts(uri, selection, selectionArgs); in deleteInTransaction() local
1291 selection = (String) withAccount[0]; in deleteInTransaction()
1292 selectionArgs = (String[]) withAccount[1]; in deleteInTransaction()
[all …]