OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isSelf
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/ARCMigrate/
TransUnbridgedCasts.cpp
185
if (
isSelf
(E->getSubExpr()))
189
bool
isSelf
(Expr *E) {
/packages/apps/Mms/src/com/android/mms/ui/
MessageListItem.java
231
private void updateAvatarView(String addr, boolean
isSelf
) {
233
if (
isSelf
|| !TextUtils.isEmpty(addr)) {
234
Contact contact =
isSelf
? Contact.getMe(false) : Contact.get(addr, false);
237
if (
isSelf
) {
262
boolean
isSelf
= Sms.isOutgoingFolder(msgItem.mBoxId);
263
String addr =
isSelf
? null : msgItem.mAddress;
264
updateAvatarView(addr,
isSelf
);
Completed in 52 milliseconds