Searched refs:nonEmpty (Results 1 – 1 of 1) sorted by relevance
153 mTestId = nonEmpty("testId", testId); in TestInfo()250 .putExtra(IntentDrivenTestActivity.EXTRA_ID, nonEmpty("testId", testId)) in newIntent()259 private static String nonEmpty(String name, String value) { in nonEmpty() method in IntentDrivenTestActivity