Searched defs:createFromCursorIfNotInCache (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Mms/src/com/android/mms/ui/
H A DComposeMessageActivity.java536 * @param createFromCursorIfNotInCache true if the item is not found in the MessageListAdapter's
539 * @return MessageItem or null if not found and createFromCursorIfNotInCache is false
542 boolean createFromCursorIfNotInCache) {
544 createFromCursorIfNotInCache ? mMsgListAdapter.getCursor() : null);
541 getMessageItem(String type, long msgId, boolean createFromCursorIfNotInCache) argument

Completed in 39 milliseconds