Searched refs:ENABLE_MESSAGE_TRANSFORMS (Results 1 – 4 of 4) sorted by relevance
294 json.put(AccountColumns.ENABLE_MESSAGE_TRANSFORMS, enableMessageTransforms); in serialize()428 enableMessageTransforms = json.optInt(AccountColumns.ENABLE_MESSAGE_TRANSFORMS); in Account()505 cursor.getColumnIndex(AccountColumns.ENABLE_MESSAGE_TRANSFORMS)); in Account()958 map.put(AccountColumns.ENABLE_MESSAGE_TRANSFORMS, enableMessageTransforms); in getValueMap()
225 .put(AccountColumns.ENABLE_MESSAGE_TRANSFORMS, Integer.class)549 public static final String ENABLE_MESSAGE_TRANSFORMS = "enableMessageTransforms"; field in UIProvider.AccountColumns
361 accountMap.put(AccountColumns.ENABLE_MESSAGE_TRANSFORMS, 1); in createAccountDetailsMap()
3606 if (projectionColumns.contains(UIProvider.AccountColumns.ENABLE_MESSAGE_TRANSFORMS)) { in genQueryAccount()3608 values.put(UIProvider.AccountColumns.ENABLE_MESSAGE_TRANSFORMS, 1); in genQueryAccount()