Searched refs:loaded (Results 1 - 13 of 13) sorted by relevance

/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/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/BasicSmsReceiver/tests/
H A DAndroid.mk28 # automatically get all of its classes loaded into our environment.
/packages/apps/Browser/tests/
H A DAndroid.mk28 # automatically get all of its classes loaded into our environment.
/packages/apps/Email/tests/
H A DAndroid.mk28 # automatically get all of its classes loaded into our environment.
/packages/apps/Exchange/exchange2/tests/
H A DAndroid.mk28 # automatically get all of its classes loaded into our environment.
/packages/apps/Exchange/tests/
H A DAndroid.mk28 # automatically get all of its classes loaded into our environment.
/packages/apps/Mms/tests/
H A DAndroid.mk28 # automatically get all of its classes loaded into our environment.
/packages/apps/CellBroadcastReceiver/tests/
H A DAndroid.mk28 # automatically get all of its classes loaded into our environment.
/packages/apps/ContactsCommon/src/com/android/contacts/common/
H A DContactPhotoManager.java263 * need to be loaded.
269 * been loaded.
496 boolean loaded = loadCachedPhoto(view, request, false);
497 if (loaded) {
530 * @return false if the photo needs to be (re)loaded from the provider.
535 // The bitmap has not been loaded ==> show default avatar
716 * Goes over pending loading requests and displays loaded photos. If some of the
717 * photos still haven't been loaded, sends another request for image loading.
724 boolean loaded = loadCachedPhoto(view, key, true);
725 if (loaded) {
[all...]
/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...]
H A DMessageListFragment.java290 * @return Whether or not initial data is loaded in this list.
1109 // Determine how many results have been loaded.
1116 int loaded = c.getCount();
1118 if (loaded < total) {
/packages/apps/Launcher2/src/com/android/launcher2/
H A DLauncherModel.java99 // We start off with everything not loaded. After that, we assume that
937 // Post the remaining side pages to be loaded
1062 // loaded already (we should load everything asynchronously in that case)
1063 throw new RuntimeException("Expecting AllApps and Workspace to be loaded");
1082 // Divide the set of loaded items into those that we are binding synchronously, and
1148 if (DEBUG_LOADERS) Log.d(TAG, "Comparing loaded icons to database icons");
1262 // Make sure the default workspace is loaded, if needed
1278 // Load workspace in reverse order to ensure that latest items are loaded first (and
1386 // now that we've loaded everthing re-save it with the
1501 Log.d(TAG, "loaded workspac
[all...]

Completed in 777 milliseconds