OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:timezoneType
(Results
1 - 2
of
2
) sorted by null
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarAlarmManager.java
400
final String
timezoneType
= cp2.mCalendarCache.readTimezoneType();
401
boolean isHomeTimezone = CalendarCache.TIMEZONE_TYPE_HOME.equals(
timezoneType
);
CalendarProvider2.java
630
String
timezoneType
= mCalendarCache.readTimezoneType();
632
if (
timezoneType
!= null &&
timezoneType
.equals(CalendarCache.TIMEZONE_TYPE_HOME)) {
[
all
...]
Completed in 51 milliseconds