Searched defs:contents (Results 1 – 9 of 9) sorted by relevance
37 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
40 ArrayList<ShortcutInfo> contents = new ArrayList<ShortcutInfo>(); field in FolderInfo
404 final ViewGroup contents = tabHost.getContent(); in handleTabKeyEvent() local
49 public static MatchedLine findMatchingLine(String contents, String substring) { in findMatchingLine()
178 LinearLayout contents = (LinearLayout)mContentView.findViewById(R.id.accounts); in loadAccountList() local
373 StringBuilder contents = new StringBuilder(); in readStringFromResource() local
1733 private void asyncUpdateDraftSmsMessage(final Conversation conv, final String contents, in asyncUpdateDraftSmsMessage()1756 private void updateDraftSmsMessage(final Conversation conv, String contents) { in updateDraftSmsMessage()
771 View contents = View.inflate(context, R.layout.delete_thread_dialog_view, null); in confirmDeleteThreadDialog() local