OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:loadDialog
(Results
1 - 2
of
2
) sorted by null
/external/replicaisland/src/com/replica/replicaisland/
ConversationUtils.java
42
public final static ArrayList<Conversation>
loadDialog
(int resource, Context context) {
81
DebugLog.e("
LoadDialog
", e.getStackTrace().toString());
LevelTree.java
206
dialog.character1Conversations = ConversationUtils.
loadDialog
(dialog.character1Entry, context);
210
dialog.character2Conversations = ConversationUtils.
loadDialog
(dialog.character2Entry, context);
Completed in 61 milliseconds