Home
last modified time | relevance | path

Searched refs:onAttach (Results 1 – 14 of 14) sorted by relevance

/development/samples/training/basic/FragmentBasics/src/com/example/fragments/
DHeadlinesFragment.java58 public void onAttach(Activity activity) { in onAttach() method in HeadlinesFragment
59 super.onAttach(activity); in onAttach()
/development/samples/browseable/AppRestrictionEnforcer/src/com.example.android.apprestrictionenforcer/
DItemAddFragment.java45 public void onAttach(Context context) { in onAttach() method in ItemAddFragment
46 super.onAttach(context); in onAttach()
DStatusFragment.java59 public void onAttach(Activity activity) { in onAttach() method in StatusFragment
60 super.onAttach(activity); in onAttach()
/development/samples/browseable/PdfRendererBasic/src/com.example.android.pdfrendererbasic/
DPdfRendererBasicFragment.java113 public void onAttach(Activity activity) { in onAttach() method in PdfRendererBasicFragment
114 super.onAttach(activity); in onAttach()
/development/samples/HoneycombGallery/src/com/example/android/hcgallery/
DTitlesFragment.java61 public void onAttach(Activity activity) { in onAttach() method in TitlesFragment
62 super.onAttach(activity); in onAttach()
/development/samples/browseable/NetworkConnect/src/com.example.android.networkconnect/
DNetworkFragment.java80 public void onAttach(Context context) { in onAttach() method in NetworkFragment
81 super.onAttach(context); in onAttach()
/development/samples/IntentPlayground/src/com/example/android/intentplayground/
DShowcaseFragment.java57 public void onAttach(Context context) { in onAttach() method in ShowcaseFragment
58 super.onAttach(context); in onAttach()
/development/samples/browseable/BasicSyncAdapter/src/com.example.android.basicsyncadapter/
DEntryListFragment.java144 public void onAttach(Activity activity) { in onAttach() method in EntryListFragment
145 super.onAttach(activity); in onAttach()
/development/samples/browseable/FingerprintDialog/src/com.example.android.fingerprintdialog/
DFingerprintAuthenticationDialogFragment.java137 public void onAttach(Context context) { in onAttach() method in FingerprintAuthenticationDialogFragment
138 super.onAttach(context); in onAttach()
/development/samples/browseable/DeviceOwner/src/com.example.android.deviceowner/
DDeviceOwnerFragment.java140 public void onAttach(Activity activity) { in onAttach() method in DeviceOwnerFragment
141 super.onAttach(activity); in onAttach()
/development/samples/browseable/AsymmetricFingerprintDialog/src/com.example.android.asymmetricfingerprintdialog/
DFingerprintAuthenticationDialogFragment.java161 public void onAttach(Context context) { in onAttach() method in FingerprintAuthenticationDialogFragment
162 super.onAttach(context); in onAttach()
/development/samples/browseable/ScopedDirectoryAccess/src/com.example.android.scopeddirectoryaccess/
DScopedDirectoryAccessFragment.java79 public void onAttach(Context context) { in onAttach() method in ScopedDirectoryAccessFragment
80 super.onAttach(context); in onAttach()
/development/samples/browseable/BasicManagedProfile/src/com.example.android.basicmanagedprofile/
DBasicManagedProfileFragment.java98 public void onAttach(Activity activity) { in onAttach() method in BasicManagedProfileFragment
99 super.onAttach(activity); in onAttach()
/development/samples/training/ContactsList/src/com/example/android/contactslist/ui/
DContactsListFragment.java242 public void onAttach(Activity activity) { in onAttach() method in ContactsListFragment
243 super.onAttach(activity); in onAttach()