OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:thenMonth
(Results
1 - 2
of
2
) sorted by null
/packages/apps/UnifiedEmail/src/com/android/mail/
FormattedDateBuilder.java
84
final int
thenMonth
= time.month;
89
&& (
thenMonth
== time.month)
/frameworks/base/core/java/android/text/format/
DateUtils.java
597
int
thenMonth
= time.month;
602
&& (
thenMonth
== time.month)
[
all
...]
Completed in 123 milliseconds