Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DCtsInteractiveActivity.java48 if (!ManifestTestListAdapter.matchAllConfigs(this, requirements.split(","))) { in onStart()
DManifestTestListAdapter.java488 public static boolean matchAllConfigs(Context context, String[] configs) { in matchAllConfigs() method in ManifestTestListAdapter
682 && matchAllConfigs(mContext, test.requiredConfigs) in filterTests()