Searched defs:DAY_OF_WEEK_MASK (Results 1 – 2 of 2) sorted by relevance
435 static final int DAY_OF_WEEK_MASK = 128; // 0x80 field in Calendar
1016 static final int DAY_OF_WEEK_MASK = (1 << DAY_OF_WEEK); field in Calendar