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

/packages/apps/Contacts/src/com/android/contacts/list/
H A DJoinContactListFragment.java102 protected void startLoading() { method in class:JoinContactListFragment
H A DPhoneNumberPickerFragment.java178 protected void startLoading() { method in class:PhoneNumberPickerFragment
180 super.startLoading();
H A DContactBrowseListFragment.java585 protected void startLoading() { method in class:ContactBrowseListFragment
588 super.startLoading();
H A DContactEntryListFragment.java303 startLoading();
306 protected void startLoading() { method in class:ContactEntryListFragment
407 startLoading();
417 startLoading();
476 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.java428 startLoading();
1235 private void startLoading() { method in class:MessageListFragment
1237 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 148 milliseconds