Home
last modified time | relevance | path

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

/device/google/atv/FrameworkPackageStubs/src/com/android/browser/provider/
DBrowserProvider2.java586 Object[] withAccount = getSelectionWithAccounts(uri, selection, selectionArgs); in query() local
587 selection = (String) withAccount[0]; in query()
588 selectionArgs = (String[]) withAccount[1]; in query()
589 boolean hasAccounts = (Boolean) withAccount[2]; in query()
822 Object[] withAccount = getSelectionWithAccounts(uri, null, null); in createCombinedQuery() local
823 String selection = (String) withAccount[0]; in createCombinedQuery()
824 String[] selectionArgs = (String[]) withAccount[1]; in createCombinedQuery()
940 Object[] withAccount = getSelectionWithAccounts(uri, selection, selectionArgs); in deleteInTransaction() local
941 selection = (String) withAccount[0]; in deleteInTransaction()
942 selectionArgs = (String[]) withAccount[1]; in deleteInTransaction()
[all …]