Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/util/src/com/android/compatibility/common/util/
DBusinessLogicHostExecutor.java106 } else if (paramType.equals(Class.forName(STRING_ARRAY_CLASS))) { in getResolvedMethod()
/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DBusinessLogicExecutor.java38 protected static final String STRING_ARRAY_CLASS = "[Ljava.lang.String;"; field in BusinessLogicExecutor