Searched refs:ACCOUNT_MANAGER_NAME (Results 1 – 6 of 6) sorted by relevance
268 json.put(AccountColumns.ACCOUNT_MANAGER_NAME, accountManagerName); in serialize()382 final String amName = json.optString(AccountColumns.ACCOUNT_MANAGER_NAME); in Account()450 cursor.getColumnIndex(UIProvider.AccountColumns.ACCOUNT_MANAGER_NAME)); in Account()932 map.put(AccountColumns.ACCOUNT_MANAGER_NAME, accountManagerName); in getValueMap()
181 .put(AccountColumns.ACCOUNT_MANAGER_NAME, String.class)384 public static final String ACCOUNT_MANAGER_NAME = "accountManagerName"; field in UIProvider.AccountColumns
396 new String[] {UIProvider.AccountColumns.ACCOUNT_MANAGER_NAME, in onCreateLoader()411 UIProvider.AccountColumns.ACCOUNT_MANAGER_NAME); in onLoadFinished()
274 map.put(UIProvider.AccountColumns.ACCOUNT_MANAGER_NAME, "fflintstone@example.com"); in createAccount()
307 accountMap.put(AccountColumns.ACCOUNT_MANAGER_NAME, in createAccountDetailsMap()
2863 .add(UIProvider.AccountColumns.ACCOUNT_MANAGER_NAME, in getAccountListMap()3767 if (colPosMap.containsKey(UIProvider.AccountColumns.ACCOUNT_MANAGER_NAME)) { in addCombinedAccountRow()3768 values[colPosMap.get(UIProvider.AccountColumns.ACCOUNT_MANAGER_NAME)] = in addCombinedAccountRow()