Home
last modified time | relevance | path

Searched refs:hasHoneycomb (Results 1 – 12 of 12) sorted by relevance

/development/samples/training/ContactsList/src/com/example/android/contactslist/util/
DUtils.java56 if (Utils.hasHoneycomb()) { in enableStrictMode()
84 public static boolean hasHoneycomb() { in hasHoneycomb() method in Utils
/development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/
DUtils.java46 if (Utils.hasHoneycomb()) { in enableStrictMode()
67 public static boolean hasHoneycomb() { in hasHoneycomb() method in Utils
DImageResizer.java129 if (Utils.hasHoneycomb()) { in decodeSampledBitmapFromResource()
160 if (Utils.hasHoneycomb()) { in decodeSampledBitmapFromFile()
194 if (Utils.hasHoneycomb()) { in decodeSampledBitmapFromDescriptor()
DImageCache.java147 if (Utils.hasHoneycomb()) { in init()
167 if (Utils.hasHoneycomb()) { in init()
DAsyncTask.java227 public static final Executor SERIAL_EXECUTOR = Utils.hasHoneycomb() ? new SerialExecutor() :
DImageWorker.java320 if (Utils.hasHoneycomb()) { in doInBackground()
/development/samples/training/ContactsList/src/com/example/android/contactslist/ui/
DContactsListFragment.java327 if (Utils.hasHoneycomb()) { in onCreateOptionsMenu()
443 if (!Utils.hasHoneycomb()) { in onOptionsItemSelected()
585 if (Utils.hasHoneycomb()) { in loadContactPhotoThumbnail()
888 (Utils.hasHoneycomb() ? Contacts.DISPLAY_NAME_PRIMARY : Contacts.DISPLAY_NAME) +
896 Utils.hasHoneycomb() ? Contacts.SORT_KEY_PRIMARY : Contacts.DISPLAY_NAME;
916 Utils.hasHoneycomb() ? Contacts.DISPLAY_NAME_PRIMARY : Contacts.DISPLAY_NAME,
922 Utils.hasHoneycomb() ? Contacts.PHOTO_THUMBNAIL_URI : Contacts._ID,
DContactDetailActivity.java51 if (Utils.hasHoneycomb()) { in onCreate()
DContactDetailFragment.java141 if (Utils.hasHoneycomb()) { in setContact()
652 Utils.hasHoneycomb() ? Contacts.DISPLAY_NAME_PRIMARY : Contacts.DISPLAY_NAME,
/development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/ui/
DImageDetailFragment.java96 if (OnClickListener.class.isInstance(getActivity()) && Utils.hasHoneycomb()) { in onActivityCreated()
DImageDetailActivity.java96 if (Utils.hasHoneycomb()) { in onCreate()
DImageGridFragment.java106 if (!Utils.hasHoneycomb()) { in onCreateView()