Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DIntentDrivenTestActivity.java153 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