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

1 2 3 4

  /packages/apps/Dialer/src/com/android/dialer/list/
AllContactsFragment.java 41 public void onAttach(Activity activity) {
42 super.onAttach(activity);
SearchFragment.java 39 public void onAttach(Activity activity) {
40 super.onAttach(activity);
  /external/chromium_org/chrome/common/extensions/docs/examples/api/debugger/live-headers/
background.js 7 onAttach.bind(null, tab.id));
12 function onAttach(tabId) {
  /development/samples/training/basic/FragmentBasics/src/com/example/fragments/
HeadlinesFragment.java 58 public void onAttach(Activity activity) {
59 super.onAttach(activity);
  /cts/tests/uiautomator/test-apps/CtsUiAutomatorApp/src/com/android/cts/uiautomator/
TestListFragment.java 62 public void onAttach(Activity activity) {
63 super.onAttach(activity);
  /packages/apps/Calendar/src/com/android/calendar/
QuickResponseSettings.java 70 public void onAttach(Activity activity) {
71 super.onAttach(activity);
  /external/chromium_org/chrome/common/extensions/docs/examples/api/debugger/pause-resume/
background.js 19 chrome.debugger.attach(debuggeeId, version, onAttach.bind(null, debuggeeId));
24 function onAttach(debuggeeId) {
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSettingsEditQuickResponsesFragment.java 65 public void onAttach(Activity activity) {
66 super.onAttach(activity);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
CategoryPanel.java 47 public void onAttach(Activity activity) {
48 super.onAttach(activity);
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
TestFragment.java 36 public void onAttach(Activity activity) {
39 transcript.add("onAttach");
DialogFragmentTest.java 42 "onAttach",
61 "onAttach",
176 public void onAttach(Activity activity) {
177 transcript.add("onAttach");
179 super.onAttach(activity);
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowDialogFragment.java 42 realDialogFragment.onAttach(activity);
  /developers/build/prebuilts/gradle/BasicSyncAdapter/BasicSyncAdapterSample/src/main/java/com/example/android/basicsyncadapter/
EntryListFragment.java 144 public void onAttach(Activity activity) {
145 super.onAttach(activity);
  /developers/samples/android/connectivity/sync/BasicSyncAdapter/BasicSyncAdapterSample/src/main/java/com/example/android/basicsyncadapter/
EntryListFragment.java 144 public void onAttach(Activity activity) {
145 super.onAttach(activity);
  /development/samples/HoneycombGallery/src/com/example/android/hcgallery/
TitlesFragment.java 54 * that it does during the onAttach() callback
61 public void onAttach(Activity activity) {
62 super.onAttach(activity);
  /development/samples/browseable/BasicSyncAdapter/src/com.example.android.basicsyncadapter/
EntryListFragment.java 144 public void onAttach(Activity activity) {
145 super.onAttach(activity);
  /frameworks/base/core/java/android/app/
DialogFragment.java 355 public void onAttach(Activity activity) {
356 super.onAttach(activity);
  /frameworks/support/v4/java/android/support/v4/app/
DialogFragment.java 252 public void onAttach(Activity activity) {
253 super.onAttach(activity);
  /packages/apps/Calendar/src/com/android/calendar/selectcalendars/
SelectCalendarsSyncFragment.java 144 public void onAttach(Activity activity) {
145 super.onAttach(activity);
SelectVisibleCalendarsFragment.java 81 public void onAttach(Activity activity) {
82 super.onAttach(activity);
  /packages/apps/Contacts/src/com/android/contacts/group/
GroupBrowseListFragment.java 176 public void onAttach(Activity activity) {
177 super.onAttach(activity);
  /packages/apps/Contacts/src/com/android/contacts/list/
ContactTileListFragment.java 67 public void onAttach(Activity activity) {
68 super.onAttach(activity);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
EditorPanel.java 49 public void onAttach(Activity activity) {
50 super.onAttach(activity);
  /packages/apps/Gallery2/src/com/android/photos/
MultiSelectGridFragment.java 74 public void onAttach(Activity activity) {
75 super.onAttach(activity);
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
PowerUsageSummary.java 91 public void onAttach(Activity activity) {
92 super.onAttach(activity);

Completed in 1888 milliseconds

1 2 3 4