Home
last modified time | relevance | path

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

/cts/tests/tests/nfc/src/android/nfc/tech/cts/interactive/
DTagVerifier.java40 public Result(CharSequence expectedContent, CharSequence actualContent, boolean isMatch) { in Result() argument
43 this.mIsMatch = isMatch; in Result()
57 public boolean isMatch() { in isMatch() method in TagVerifier.Result
/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/tech/
DTagVerifier.java39 public Result(CharSequence expectedContent, CharSequence actualContent, boolean isMatch) { in Result() argument
42 this.mIsMatch = isMatch; in Result()
56 public boolean isMatch() { in isMatch() method in TagVerifier.Result
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/peripheralprofile/
DPeripheralProfile.java110 ListsHelper.isMatch(deviceInfo.getChannelCounts(), attribs.mChannelCounts) && in matches()
111 ListsHelper.isMatch(deviceInfo.getChannelIndexMasks(), attribs.mChannelIndexMasks) && in matches()
112 ListsHelper.isMatch(deviceInfo.getChannelMasks(), attribs.mChannelPositionMasks) && in matches()
113 ListsHelper.isMatch(deviceInfo.getEncodings(), attribs.mEncodings) && in matches()
114 ListsHelper.isMatch(deviceInfo.getSampleRates(), attribs.mSampleRates); in matches()
DListsHelper.java20 static public boolean isMatch(int[] a, int[] b) { in isMatch() method in ListsHelper
/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/
DTagVerifierActivity.java279 getPassButton().setEnabled(result.isMatch()); in onPostExecute()
284 args.putBoolean(IS_MATCH_ID, result.isMatch()); in onPostExecute()
408 boolean isMatch = args.getBoolean(IS_MATCH_ID);
411 alert.setTitle(isMatch
/cts/tests/tests/nfc/src/android/nfc/cts/interactive/
DTagVerifierTest.java79 assertThat(TagVerifierActivity.getResult().isMatch()).isTrue(); in verifyTag()
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DApexSignatureVerificationTest.java225 final boolean isMatch = pattern.matcher(fileName).matches(); in getResourcesFromJarFile()
226 if (isMatch) { in getResourcesFromJarFile()