Searched refs:isValidAggregateKeyId (Results 1 – 4 of 4) sorted by relevance
503 assertTrue(FetcherUtil.isValidAggregateKeyId("abcd")); in testIsValidAggregateKeyId_valid()508 assertFalse(FetcherUtil.isValidAggregateKeyId(null)); in testIsValidAggregateKeyId_null_returnsFalse()513 assertFalse(FetcherUtil.isValidAggregateKeyId("")); in testIsValidAggregateKeyId_empty_returnsFalse()524 assertFalse(FetcherUtil.isValidAggregateKeyId(keyId.toString())); in testIsValidAggregateKeyId_tooLong()
983 || !FetcherUtil.isValidAggregateKeyId((String) sourceKey)) { in getValidAggregateTriggerData()1049 if (!FetcherUtil.isValidAggregateKeyId(id)) { in isValidAggregateValues()
266 static boolean isValidAggregateKeyId(String id) { in isValidAggregateKeyId() method in FetcherUtil
1411 if (!FetcherUtil.isValidAggregateKeyId(id)) { in areValidAggregationKeys()