Here you can find the source of isHoneycomb()
public static boolean isHoneycomb()
//package com.java2s; import android.os.Build; public class Main { public static boolean isHoneycomb() { return Build.VERSION.SDK_INT >= Build.VERSION_CODES.HONEYCOMB; }/*from w ww.jav a 2 s . c o m*/ }