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

1 2 3 4

  /external/chromium_org/chrome/common/extensions/docs/examples/api/debugger/live-headers/
background.js 7 onAttach.bind(null, tab.id));
12 function onAttach(tabId) {
  /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/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);
  /development/samples/training/basic/FragmentBasics/src/com/example/fragments/
HeadlinesFragment.java 58 public void onAttach(Activity activity) {
59 super.onAttach(activity);
  /packages/apps/Calendar/src/com/android/calendar/
QuickResponseSettings.java 70 public void onAttach(Activity activity) {
71 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);
  /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);
  /packages/apps/Contacts/src/com/android/contacts/list/
ContactTileListFragment.java 67 public void onAttach(Activity activity) {
68 super.onAttach(activity);
  /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);
  /developers/samples/android/connectivity/sync/BasicSyncAdapter/BasicSyncAdapter/src/main/java/com/example/android/network/sync/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);
  /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/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/
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/Contacts/src/com/android/contacts/detail/
ContactLoaderFragment.java 131 public void onAttach(Activity activity) {
132 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/interactions/
ContactDeletionInteraction.java 154 public void onAttach(Activity activity) {
155 super.onAttach(activity);
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
PowerUsageSummary.java 91 public void onAttach(Activity activity) {
92 super.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...]

Completed in 426 milliseconds

1 2 3 4