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

/packages/apps/Browser/src/com/android/browser/util/
H A DThreadedCursorAdapter.java56 boolean loaded; field in class:ThreadedCursorAdapter.LoadContainer
122 container.loaded = true;
176 && container.loaded
183 container.loaded = false;
/packages/apps/Contacts/src/com/android/contacts/list/
H A DProviderStatusWatcher.java259 protected void onPostExecute(Boolean loaded) { argument
261 if (loaded != null && loaded) {
/packages/apps/Email/src/com/android/email/activity/
H A DMessageViewFragmentBase.java672 // Status not loaded yet.
872 // If the timeout completes and the attachment has not loaded, show cancel
873 if (!attachment.loaded) {
902 info.loaded = true;
1128 * Called when the message body is loaded.
1189 * partially loaded at this time.
1267 private boolean loaded; field in class:MessageViewFragmentBase.MessageViewAttachmentInfo
1288 loaded = oldInfo.loaded;
1412 } else if (attachmentInfo.loaded) {
[all...]

Completed in 351 milliseconds