Searched refs:regionMatches (Results 1 - 11 of 11) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
H A DAtParser.java252 if (input.regionMatches(0, "A/", 0, 2)) {
265 if (!input.regionMatches(0, "AT", 0, 2)) {
/frameworks/base/core/java/android/content/
H A DClipDescription.java102 if (desiredType.regionMatches(0, concreteType, 0, slashpos+1)) {
H A DIntent.java3593 if (uri.regionMatches(i, "action(", 0, 7)) {
3603 if (uri.regionMatches(i, "categories(", 0, 11)) {
3618 if (uri.regionMatches(i, "type(", 0, 5)) {
3626 if (uri.regionMatches(i, "launchFlags(", 0, 12)) {
3634 if (uri.regionMatches(i, "component(", 0, 10)) {
3647 if (uri.regionMatches(i, "extras(", 0, 7)) {
H A DIntentFilter.java1479 if (type.regionMatches(0, v, 0, slashpos+1)) {
/frameworks/base/core/java/android/text/util/
H A DLinkify.java403 if (url.regionMatches(true, 0, prefixes[i], 0,
408 if (!url.regionMatches(false, 0, prefixes[i], 0,
/frameworks/base/media/java/android/media/
H A DMediaScanner.java998 return path.regionMatches(pathFilenameStart, filename, 0, filenameLength) &&
1341 // I use regionMatches() instead of substring() below
1346 if (path.regionMatches(lastSlash + 1, "._", 0, 2)) {
1353 if (path.regionMatches(true, path.length() - 4, ".jpg", 0, 4)) {
1354 if (path.regionMatches(true, lastSlash + 1, "AlbumArt_{", 0, 10) ||
1355 path.regionMatches(true, lastSlash + 1, "AlbumArt.", 0, 9)) {
1359 if ((length == 17 && path.regionMatches(
1362 && path.regionMatches(true, lastSlash + 1, "Folder", 0, 6))) {
1499 if (path1.regionMatches(true, start1, path2, start2, length)) {
/frameworks/base/core/java/android/net/
H A DUri.java1627 && query.regionMatches(start, encodedKey, 0, encodedKey.length())) {
1683 && query.regionMatches(start, encodedKey, 0, encodedKey.length())) {
/frameworks/base/core/java/android/text/
H A DTextUtils.java211 if (regionMatches(s, start, needle, 0, nlen)) {
220 public static boolean regionMatches(CharSequence one, int toffset, method in class:TextUtils
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
H A DCDMAPhone.java1221 if ((dialStr.regionMatches(0, IS683A_FEATURE_CODE,
1315 if (dialStr.regionMatches(0,fc,0,fcLen)) {
/frameworks/base/core/java/android/webkit/
H A DWebViewClassic.java502 && TextUtils.regionMatches(text, 0, original, 0,
506 && TextUtils.regionMatches(text, 0, original, 0,
515 !TextUtils.regionMatches(text, 0, original, 0,
/frameworks/base/services/java/com/android/server/
H A DBackupManagerService.java3838 if (FullBackup.SHARED_PREFIX.regionMatches(0,
3845 } else if (FullBackup.APPS_PREFIX.regionMatches(0,

Completed in 342 milliseconds