HomeSort by relevance Sort by last modified time
    Searched defs:WE (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/pim/
EventRecurrence.java 62 public static final int WE = 0x00080000;
96 * constants. btw, I think we should switch to those here too, to
110 return WE;
133 return WE;
154 case WE:
169 * constants. btw, I think we should switch to those here too, to
182 case WE:
213 case WE:
214 return "WE";
  /frameworks/base/include/pim/
EventRecurrence.h 48 WE = 0x00080000,

Completed in 28 milliseconds