OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:matchStr
(Results
1 - 6
of
6
) sorted by null
/frameworks/base/services/core/java/com/android/server/pm/
PreferredComponent.java
103
String
matchStr
= parser.getAttributeValue(null, ATTR_MATCH);
104
mMatch =
matchStr
!= null ? Integer.parseInt(
matchStr
, 16) : 0;
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppLauncherActivity.java
279
String
matchStr
= m.group();
283
if (Patterns.WEB_URL.matcher(
matchStr
).matches()) {
284
Matcher proto = webUrlProtocol.matcher(
matchStr
);
289
matchStr
.substring(proto.end());
293
link = "http://" +
matchStr
;
297
} else if (Patterns.EMAIL_ADDRESS.matcher(
matchStr
).matches()) {
298
link = "mailto:" +
matchStr
;
301
} else if (Patterns.PHONE.matcher(
matchStr
).matches()) {
302
link = "tel:" +
matchStr
;
305
String href = String.format("<a href=\"%s\">%s</a>", link,
matchStr
);
[
all
...]
/prebuilts/tools/common/m2/repository/com/fasterxml/jackson/core/jackson-core/2.6.6/
jackson-core-2.6.6.jar
/prebuilts/tools/common/m2/repository/com/fasterxml/jackson/core/jackson-core/2.1.3/
jackson-core-2.1.3.jar
/prebuilts/tools/common/google-api-java-client/1.20.0/
google-api-java-client-min-repackaged-1.20.0.jar
/prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar
Completed in 1535 milliseconds