Searched refs:isValidAggregateKeyId (Results 1 – 4 of 4) sorted by relevance
312 assertTrue(FetcherUtil.isValidAggregateKeyId("abcd")); in testIsValidAggregateKeyId_valid()317 assertFalse(FetcherUtil.isValidAggregateKeyId(null)); in testIsValidAggregateKeyId_null_returnsFalse()322 assertFalse(FetcherUtil.isValidAggregateKeyId("")); in testIsValidAggregateKeyId_empty_returnsFalse()333 assertFalse(FetcherUtil.isValidAggregateKeyId(keyId.toString())); in testIsValidAggregateKeyId_tooLong()
701 || !FetcherUtil.isValidAggregateKeyId((String) sourceKey)) { in getValidAggregateTriggerData()756 if (!FetcherUtil.isValidAggregateKeyId(id)) { in isValidAggregateValues()
192 static boolean isValidAggregateKeyId(String id) { in isValidAggregateKeyId() method in FetcherUtil
998 if (!FetcherUtil.isValidAggregateKeyId(id)) { in areValidAggregationKeys()