Home
last modified time | relevance | path

Searched defs:mMatcher (Results 1 – 19 of 19) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/data/
DComboSource.java25 private PathMatcher mMatcher; field in ComboSource
DSecureSource.java23 private static PathMatcher mMatcher = new PathMatcher(); field in SecureSource
DSnailSource.java27 private PathMatcher mMatcher; field in SnailSource
DClusterSource.java35 PathMatcher mMatcher; field in ClusterSource
DFilterSource.java36 private PathMatcher mMatcher; field in FilterSource
DLocalSource.java38 private PathMatcher mMatcher; field in LocalSource
/packages/providers/MediaProvider/tests/src/com/android/providers/media/
DLocalUriMatcherTest.java34 private LocalUriMatcher mMatcher = new LocalUriMatcher(MediaStore.AUTHORITY); field in LocalUriMatcherTest
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mapclient/obex/
DBmsgTokenizer.java30 private final Matcher mMatcher; field in BmsgTokenizer
/packages/modules/HealthFitness/apk/tests/src/com/android/healthconnect/controller/tests/utils/
DWaitForViewAction.kt31 class WaitForViewAction(private val mMatcher: Matcher<View>, private val mWaitTimeMillis: Long) : constant in com.android.healthconnect.controller.tests.utils.WaitForViewAction
/packages/modules/AdServices/adservices/tests/test-util/side-less/com/android/adservices/common/
DAbstractSystemPropertiesDumperRule.java44 private final Matcher mMatcher; field in AbstractSystemPropertiesDumperRule
/packages/apps/Settings/tests/perftests/src/com/android/settings/tests/perf/
DLaunchSettingsTest.java132 Matcher mMatcher = PATTERN.matcher(shellCommandResult); in handleLaunchResult() local
/packages/apps/Gallery2/src_pd/com/android/gallery3d/picasasource/
DPicasaSource.java44 private PathMatcher mMatcher; field in PicasaSource
/packages/modules/Bluetooth/android/app/lib/mapapi/com/android/bluetooth/mapapi/
DBluetoothMapIMProvider.java53 private UriMatcher mMatcher; field in BluetoothMapIMProvider
DBluetoothMapEmailProvider.java57 private UriMatcher mMatcher; field in BluetoothMapEmailProvider
/packages/modules/StatsD/statsd/src/
DFieldValue.h223 const Field mMatcher; member
/packages/providers/MediaProvider/apex/framework/java/android/provider/
DCloudMediaProvider.java125 private final UriMatcher mMatcher = new UriMatcher(UriMatcher.NO_MATCH); field in CloudMediaProvider
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DContactAggregator.java62 private final ContactMatcher mMatcher = new ContactMatcher(); field in ContactAggregator
DContactAggregator2.java74 private final RawContactMatcher mMatcher = new RawContactMatcher(); field in ContactAggregator2
/packages/apps/Contacts/tests/src/com/android/contacts/test/mocks/
DMockContentProvider.java47 private UriMatcher mMatcher; field in MockContentProvider.Query