Home
last modified time | relevance | path

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

/device/google/atv/FrameworkPackageStubs/src/com/android/browser/provider/
DBrowserProvider2.java232 map.put(Accounts.ACCOUNT_TYPE, Accounts.ACCOUNT_TYPE); in map.put() argument
250 map.put(Bookmarks.ACCOUNT_TYPE, Bookmarks.ACCOUNT_TYPE); in map.put() argument
303 map.put(SyncState.ACCOUNT_TYPE, SyncState.ACCOUNT_TYPE); in map.put() argument
392 Bookmarks.ACCOUNT_TYPE + " TEXT," + in onCreate()
457 + ", NULL AS " + Accounts.ACCOUNT_TYPE in createAccountsView()
460 + ", " + Accounts.ACCOUNT_TYPE + ", " in createAccountsView()
527 Bookmarks.ACCOUNT_TYPE + "=? AND " + Bookmarks.ACCOUNT_NAME + "=? "); in getSelectionWithAccounts()
534 Bookmarks.ACCOUNT_TYPE + " IS NULL"); in getSelectionWithAccounts()
636 String where = Bookmarks.ACCOUNT_TYPE + "=? AND " + in query()
653 where = Bookmarks.ACCOUNT_TYPE + "=? AND " + Bookmarks.ACCOUNT_NAME + "=?" + in query()
[all …]