Searched refs:SETTINGS_INTENT_URI (Results 1 – 4 of 4) sorted by relevance
280 json.put(AccountColumns.SETTINGS_INTENT_URI, settingsIntentUri); in serialize()406 .optString(AccountColumns.SETTINGS_INTENT_URI)); in Account()480 cursor.getColumnIndex(UIProvider.AccountColumns.SETTINGS_INTENT_URI))); in Account()944 map.put(AccountColumns.SETTINGS_INTENT_URI, settingsIntentUri); in getValueMap()
193 .put(AccountColumns.SETTINGS_INTENT_URI, String.class)472 public static final String SETTINGS_INTENT_URI = "accountSettingsIntentUri"; field in UIProvider.AccountColumns
345 accountMap.put(AccountColumns.SETTINGS_INTENT_URI, Uri.EMPTY); in createAccountDetailsMap()
3535 if (projectionColumns.contains(UIProvider.AccountColumns.SETTINGS_INTENT_URI)) { in genQueryAccount()3536 values.put(UIProvider.AccountColumns.SETTINGS_INTENT_URI, in genQueryAccount()3796 if (colPosMap.containsKey(UIProvider.AccountColumns.SETTINGS_INTENT_URI)) { in addCombinedAccountRow()3797 values[colPosMap.get(UIProvider.AccountColumns.SETTINGS_INTENT_URI)] = in addCombinedAccountRow()