Searched defs:contents (Results 1 – 8 of 8) sorted by relevance
36 ArrayList<ShortcutInfo> contents = new ArrayList<ShortcutInfo>(); field in FolderInfo
88 final ViewGroup contents = tabHost.getTabContentView(); in handleAppsCustomizeTabKeyEvent() local444 final ViewGroup contents = tabHost.getTabContentView(); in handleTabKeyEvent() local
87 final ViewGroup contents = tabHost.getTabContentView(); in handleAppsCustomizeTabKeyEvent() local443 final ViewGroup contents = tabHost.getTabContentView(); in handleTabKeyEvent() local
49 public static MatchedLine findMatchingLine(String contents, String substring) { in findMatchingLine()
198 LinearLayout contents = (LinearLayout)mContentView.findViewById(R.id.accounts); in loadAccountList() local
1730 private void asyncUpdateDraftSmsMessage(final Conversation conv, final String contents, in asyncUpdateDraftSmsMessage()1753 private void updateDraftSmsMessage(final Conversation conv, String contents) { in updateDraftSmsMessage()
747 View contents = View.inflate(context, R.layout.delete_thread_dialog_view, null); in confirmDeleteThreadDialog() local