Lines Matching refs:from

112     // The different levels of zoom: read from the Preferences.
265 // in onDestroyView to prevent from getting callbacks when the fragment is in the back
266 // stack, but they'll start again when it's back from the back stack.
364 // We might have comes back from other full-screen activities. If so, we need to update
396 // actually removed from the view tree.
815 // Ignore. Callers will handle it from the return code.
823 // The package installer is unable to install files from a content URI; it must be
858 // Set to invisible; if the button is still in this state one second from now, we'll
914 // Prompt the user to always show images from this sender.
1161 // This catches SQLiteException as well as other RTE's we've seen from the
1265 // Don't touch it directly from the outer class.
1277 * related fields (such as views and buttons) are copied from old to new.
1477 * Copy data from a cursor-refreshed attachment into the UI. Called from UI thread.
1479 * @param attachment A single attachment loaded from the provider
1538 * Reload the UI from a provider cursor. {@link LoadMessageTask#onSuccess} calls it.
1542 * @param message A copy of the message loaded from the database
1543 * @param okToFetch If true, and message is not fully loaded, it's OK to fetch from
1580 final Address from = Address.unpackFirst(message.mFrom);
1585 if (from != null) {
1586 final String fromFriendly = from.toFriendly();
1587 final String fromAddress = from.getAddress();
1641 * Reload the body from the provider cursor. This must only be called from the UI thread.
1776 // Loading from network -- show the progress icon.