HomeSort by relevance Sort by last modified time
    Searched refs:isJellybeanOrLater (Results 1 - 10 of 10) sorted by null

  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/
Utils.java 49 public static boolean isJellybeanOrLater() {
59 if (isJellybeanOrLater() && view != null && text != null) {
  /packages/apps/Calendar/src/com/android/calendar/alerts/
AlertActivity.java 196 if (Utils.isJellybeanOrLater()) {
AlertReceiver.java 316 if (Utils.isJellybeanOrLater()) {
418 if (Utils.isJellybeanOrLater()) {
490 if (Utils.isJellybeanOrLater()) {
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
SearchActivity.java 256 if (Utils.isJellybeanOrLater()) {
Event.java 112 if (!Utils.isJellybeanOrLater()) {
EventInfoFragment.java 249 if (!Utils.isJellybeanOrLater()) {
    [all...]
Utils.java 207 public static boolean isJellybeanOrLater() {
830 if (!isJellybeanOrLater()) {
    [all...]
AllInOneActivity.java 744 if (Utils.isJellybeanOrLater()) {
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/widget/
CalendarAppWidgetService.java 94 if (!Utils.isJellybeanOrLater()) {
  /packages/apps/Calendar/src/com/android/calendar/agenda/
AgendaWindowAdapter.java 127 if (!Utils.isJellybeanOrLater()) {
    [all...]

Completed in 381 milliseconds