OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MATCH_GROUP_AUTHORITY
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
WebAddress.java
51
static final int
MATCH_GROUP_AUTHORITY
= 2;
83
t = m.group(
MATCH_GROUP_AUTHORITY
);
/external/apache-http/android/src/android/net/compatibility/
WebAddress.java
48
static final int
MATCH_GROUP_AUTHORITY
= 2;
80
t = m.group(
MATCH_GROUP_AUTHORITY
);
/frameworks/base/core/java/android/net/
WebAddress.java
55
static final int
MATCH_GROUP_AUTHORITY
= 2;
87
t = m.group(
MATCH_GROUP_AUTHORITY
);
Completed in 57 milliseconds