Searched refs:HELP_INTENT_URI (Results 1 – 4 of 4) sorted by relevance
281 json.put(AccountColumns.HELP_INTENT_URI, helpIntentUri); in serialize()407 helpIntentUri = Utils.getValidUri(json.optString(AccountColumns.HELP_INTENT_URI)); in Account()482 cursor.getString(cursor.getColumnIndex(UIProvider.AccountColumns.HELP_INTENT_URI))); in Account()945 map.put(AccountColumns.HELP_INTENT_URI, helpIntentUri); in getValueMap()
195 .put(AccountColumns.HELP_INTENT_URI, String.class)480 public static final String HELP_INTENT_URI = "helpIntentUri"; field in UIProvider.AccountColumns
346 accountMap.put(AccountColumns.HELP_INTENT_URI, Uri.EMPTY); in createAccountDetailsMap()
2902 builder.add(UIProvider.AccountColumns.HELP_INTENT_URI, in getAccountListMap()