Home
last modified time | relevance | path

Searched refs:countSubstringOccurrence (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/compilation/src/android/compilation/cts/
DCompilationTest.java258 assertThat(Utils.countSubstringOccurrence(throwable.getMessage(), in testExternalProfileValidationMultiPackageFailed()
308 assertThat(Utils.countSubstringOccurrence(throwable.getMessage(), in testExternalProfileValidationMultiPackageFailedMultipleErrors()
DUtils.java180 public static int countSubstringOccurrence(String str, String subStr) { in countSubstringOccurrence() method in Utils