Searched refs:SEARCH_URI (Results 1 – 4 of 4) sorted by relevance
276 json.put(AccountColumns.SEARCH_URI, searchUri); in serialize()400 searchUri = Utils.getValidUri(json.optString(AccountColumns.SEARCH_URI)); in Account()474 cursor.getString(cursor.getColumnIndex(UIProvider.AccountColumns.SEARCH_URI))); in Account()940 map.put(AccountColumns.SEARCH_URI, searchUri); in getValueMap()
189 .put(AccountColumns.SEARCH_URI, String.class)440 public static final String SEARCH_URI = "searchUri"; field in UIProvider.AccountColumns
341 accountMap.put(AccountColumns.SEARCH_URI, Uri.parse(accountUri + "/search")); in createAccountDetailsMap()
2872 .add(UIProvider.AccountColumns.SEARCH_URI, uriWithId("uisearch")) in getAccountListMap()