Searched defs:startLoading (Results 1 - 9 of 9) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/list/
H A DJoinContactListFragment.java106 protected void startLoading() { method in class:JoinContactListFragment
H A DPhoneNumberPickerFragment.java190 protected void startLoading() { method in class:PhoneNumberPickerFragment
192 super.startLoading();
H A DProviderStatusWatcher.java92 startLoading();
144 startLoading();
202 startLoading();
213 private void startLoading() { method in class:ProviderStatusWatcher
H A DContactBrowseListFragment.java585 protected void startLoading() { method in class:ContactBrowseListFragment
588 super.startLoading();
H A DContactEntryListFragment.java298 startLoading();
301 protected void startLoading() { method in class:ContactEntryListFragment
402 startLoading();
412 startLoading();
471 startLoading();
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
H A DContactLoader.java159 public void startLoading() { method in class:ContactLoader
/packages/apps/Email/src/com/android/email/activity/
H A DMailboxListFragment.java450 startLoading(mParentMailboxId, mHighlightedMailboxId);
585 startLoading(nextParentMailboxId, nextHighlightedMailboxId);
694 private void startLoading(long parentMailboxId, long highlightedMailboxId) { method in class:MailboxListFragment
696 Log.d(Logging.LOG_TAG, this + " startLoading parent=" + parentMailboxId
864 // Save account-id. (Need to do this before startLoading() below, which will destroy
872 startLoading(id, id);
H A DMessageListFragment.java427 startLoading();
1230 private void startLoading() { method in class:MessageListFragment
1232 Log.d(Logging.LOG_TAG, this + " startLoading");
/packages/apps/Gallery/src/com/android/camera/
H A DGridViewSpecial.java772 startLoading();
786 private void startLoading() { method in class:ImageBlockManager
887 startLoading();

Completed in 425 milliseconds