Home
last modified time | relevance | path

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

/device/google/atv/FrameworkPackageStubs/src/com/android/browser/provider/
DBrowserProvider2.java521 String accountType = uri.getQueryParameter(Bookmarks.PARAM_ACCOUNT_TYPE); in getSelectionWithAccounts() local
524 if (accountType != null && accountName != null) { in getSelectionWithAccounts()
525 if (!isNullAccount(accountType) && !isNullAccount(accountName)) { in getSelectionWithAccounts()
529 new String[] { accountType, accountName }); in getSelectionWithAccounts()
608 String accountType = uri.getQueryParameter(Bookmarks.PARAM_ACCOUNT_TYPE); in query() local
610 if (!isNullAccount(accountType) && !isNullAccount(accountName)) { in query()
647 args = new String[] {accountType, accountName, in query()
648 accountType, accountName}; in query()
665 accountType, accountName, ChromeSyncColumns.FOLDER_NAME_OTHER_BOOKMARKS, in query()
682 String accountType = uri.getQueryParameter(Bookmarks.PARAM_ACCOUNT_TYPE); in query() local
[all …]