Searched refs:WHERE_COLOR_ACCOUNT (Results 1 – 1 of 1) sorted by relevance
649 public static final String WHERE_COLOR_ACCOUNT = Colors.ACCOUNT_NAME + "=? AND " field in CalendarTest.ColorHelper651 public static final String WHERE_COLOR_ACCOUNT_AND_INDEX = WHERE_COLOR_ACCOUNT + " AND "725 return resolver.query(Colors.CONTENT_URI, COLORS_PROJECTION, WHERE_COLOR_ACCOUNT, in findColorsByAccount()750 resolver.delete(uri, WHERE_COLOR_ACCOUNT, new String[] { accountName, accountType }); in deleteColorsByAccount()