OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:chatid
(Results
1 - 4
of
4
) sorted by null
/packages/apps/IM/src/com/android/im/service/
StatusBarNotifier.java
69
public void notifyChat(long providerId, long accountId, long
chatId
,
79
ContentUris.withAppendedId(Imps.Chats.CONTENT_URI,
chatId
));
/packages/apps/IM/src/com/android/im/app/
NewChatActivity.java
406
final long
chatId
= mChatSession.getId();
410
mChatView.bindChat(
chatId
);
ChatView.java
516
public void bindChat(long
chatId
) {
520
Uri contactUri = ContentUris.withAppendedId(Imps.Contacts.CONTENT_URI,
chatId
);
524
log("Failed to query chat: " +
chatId
);
[
all
...]
/packages/apps/IM/src/com/android/im/provider/
ImpsProvider.java
[
all
...]
Completed in 60 milliseconds