OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IN_REPLY_TO
(Results
1 - 8
of
8
) sorted by null
/external/nist-sip/java/gov/nist/javax/sip/header/
InReplyTo.java
56
super(
IN_REPLY_TO
);
63
super(
IN_REPLY_TO
);
SIPHeaderNames.java
47
public static final String
IN_REPLY_TO
= InReplyToHeader.NAME; //4
/external/nist-sip/java/gov/nist/javax/sip/parser/
InReplyToParser.java
72
headerName(TokenTypes.
IN_REPLY_TO
);
76
inReplyTo.setHeaderName(SIPHeaderNames.
IN_REPLY_TO
);
TokenTypes.java
48
public static final int
IN_REPLY_TO
= START + 11;
Lexer.java
134
TokenTypes.
IN_REPLY_TO
);
/frameworks/base/core/java/android/provider/
SocialContract.java
70
public static final String
IN_REPLY_TO
= "
in_reply_to
";
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
SocialProvider.java
105
columns.put(Activities.
IN_REPLY_TO
, Activities.
IN_REPLY_TO
);
178
// TODO verify that
IN_REPLY_TO
!= RAW_ID
201
String inReplyTo = values.getAsString(Activities.
IN_REPLY_TO
);
232
new String[]{Activities.
IN_REPLY_TO
, Activities.PUBLISHED},
266
Activities.
IN_REPLY_TO
+ "= ?", new String[] {inReplyTo});
279
Activities.
IN_REPLY_TO
+ " = ?", new String[] {inReplyTo}, null, null, null);
361
qb.appendWhere(Activities.
IN_REPLY_TO
+ " IS NULL AND ");
ContactsDatabaseHelper.java
[
all
...]
Completed in 623 milliseconds