Home
last modified time | relevance | path

Searched defs:extrasMatch (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/dng_sdk/source/
H A Ddng_ifd.cpp365 bool extrasMatch = true; in ParseTag() local
1039 bool extrasMatch = true; in ParseTag() local
/aosp_15_r20/cts/tests/tests/widget/src/android/widget/cts/
H A DTextViewReceiveContentTest.java921 private boolean extrasMatch(Bundle actualExtras) { in extrasMatch() method in TextViewReceiveContentTest.ContentInfoArgumentMatcher