HomeSort by relevance Sort by last modified time
    Searched refs:onAttach (Results 26 - 50 of 83) sorted by null

12 3 4

  /packages/apps/Contacts/src/com/android/contacts/interactions/
ContactDeletionInteraction.java 154 public void onAttach(Activity activity) {
155 super.onAttach(activity);
  /packages/apps/Calendar/src/com/android/calendar/agenda/
AgendaFragment.java 111 public void onAttach(Activity activity) {
112 super.onAttach(activity);
  /packages/apps/Calendar/src/com/android/calendar/month/
SimpleDayPickerFragment.java 162 public void onAttach(Activity activity) {
163 super.onAttach(activity);
MonthByWeekFragment.java 233 public void onAttach(Activity activity) {
234 super.onAttach(activity);
  /packages/apps/Contacts/src/com/android/contacts/detail/
ContactLoaderFragment.java 131 public void onAttach(Activity activity) {
132 super.onAttach(activity);
ContactDetailFragment.java 274 public void onAttach(Activity activity) {
275 super.onAttach(activity);
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/group/
GroupDetailFragment.java 131 public void onAttach(Activity activity) {
132 super.onAttach(activity);
GroupEditorFragment.java 217 public void onAttach(Activity activity) {
218 super.onAttach(activity);
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/list/
ContactBrowseListFragment.java 177 public void onAttach(Activity activity) {
178 super.onAttach(activity);
  /packages/apps/Settings/src/com/android/settings/
DreamSettings.java 76 public void onAttach(Activity activity) {
77 logd("onAttach(%s)", activity.getClass().getSimpleName());
78 super.onAttach(activity);
NotificationStation.java 102 public void onAttach(Activity activity) {
103 logd("onAttach(%s)", activity.getClass().getSimpleName());
104 super.onAttach(activity);
  /packages/apps/Settings/src/com/android/settings/inputmethod/
KeyboardLayoutDialogFragment.java 66 public void onAttach(Activity activity) {
67 super.onAttach(activity);
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/android/util/
TestFragmentManager.java 150 fragment.onAttach(activity);
  /development/samples/training/ContactsList/src/com/example/android/contactslist/ui/
ContactsListFragment.java 242 public void onAttach(Activity activity) {
243 super.onAttach(activity);
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactEntryListFragment.java 165 public void onAttach(Activity activity) {
166 super.onAttach(activity);
  /packages/apps/Dialer/src/com/android/dialer/list/
PhoneFavoriteFragment.java 233 public void onAttach(Activity activity) {
234 if (DEBUG) Log.d(TAG, "onAttach()");
235 super.onAttach(activity);
  /packages/apps/Calendar/src/com/android/calendar/event/
EditEventFragment.java 546 public void onAttach(Activity activity) {
547 super.onAttach(activity);
    [all...]
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSettingsFragment.java 187 public void onAttach(Activity activity) {
188 super.onAttach(activity);
194 * {@link #onAttach(Activity)} and before {@link #onActivityCreated(Bundle)}.
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/editor/
ContactEditorFragment.java 348 public void onAttach(Activity activity) {
349 super.onAttach(activity);
    [all...]
  /frameworks/base/core/java/android/app/
Fragment.java 205 * <li> {@link #onAttach} called once the fragment is associated with its activity.
547 * be used is in {@link #onAttach(Activity)}, the point where the fragment
    [all...]
FragmentManager.java 849 f.onAttach(mActivity);
852 + " did not call through to super.onAttach()");
    [all...]
  /frameworks/support/v4/java/android/support/v4/app/
Fragment.java 363 * be used is in {@link #onAttach(Activity)}, the point where the fragment
776 * <li> {@link #onAttach(Activity)} and {@link #onActivityCreated(Bundle)} <b>will</b>
    [all...]
FragmentManager.java     [all...]
  /packages/apps/Calendar/src/com/android/calendar/
EventInfoFragment.java     [all...]
  /sdk/testapps/jarCheckTests3/lib2/libs/
android-support-v13.jar 

Completed in 593 milliseconds

12 3 4