Lines Matching refs:BASE
37 import static android.os._Original_Build.VERSION_CODES.BASE;
730 public static final int CALLBACK_PRECHECK = BASE + 1;
731 public static final int CALLBACK_AVAILABLE = BASE + 2;
732 public static final int CALLBACK_LOSING = BASE + 3;
733 public static final int CALLBACK_LOST = BASE + 4;
734 public static final int CALLBACK_UNAVAIL = BASE + 5;
735 public static final int CALLBACK_CAP_CHANGED = BASE + 6;
736 public static final int CALLBACK_IP_CHANGED = BASE + 7;
737 private static final int EXPIRE_LEGACY_REQUEST = BASE + 8;
738 public static final int CALLBACK_SUSPENDED = BASE + 9;
739 public static final int CALLBACK_RESUMED = BASE + 10;
740 public static final int CALLBACK_BLK_CHANGED = BASE + 11;