OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DateException
(Results
1 - 10
of
10
) sorted by null
/frameworks/opt/calendar/src/com/android/calendarcommon/
DateException.java
19
public class
DateException
extends Exception
21
public
DateException
(String message)
RecurrenceProcessor.java
58
* @throws
DateException
61
RecurrenceSet recur) throws
DateException
{
80
* @throws
DateException
83
RecurrenceSet recur) throws
DateException
{
633
* @throws
DateException
639
long rangeEndMillis) throws
DateException
{
719
* you'll get a
DateException
.
730
* @throws
DateException
738
TreeSet<Long> out) throws
DateException
{
768
throw new
DateException
(
[
all
...]
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
DurationTest.java
21
import com.android.calendarcommon.
DateException
;
28
int minutes, int seconds) throws
DateException
{
62
} catch (
DateException
e) {
69
} catch (
DateException
e) {
/packages/apps/Calendar/src/com/android/calendar/
Duration.java
19
import com.android.calendarcommon.
DateException
;
51
public void parse(String str) throws
DateException
83
throw new
DateException
(
119
throw new
DateException
(
GoogleCalendarUriIntentFilter.java
40
import com.android.calendarcommon.
DateException
;
136
} catch (
DateException
e) {
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
Duration.java
20
import com.android.calendarcommon.
DateException
;
49
public void parse(String str) throws
DateException
81
throw new
DateException
(
117
throw new
DateException
(
CalendarInstancesHelper.java
19
import com.android.calendarcommon.
DateException
;
228
catch (
DateException
e) {
417
} catch (
DateException
e) {
[
all
...]
CalendarProvider2.java
20
import com.android.calendarcommon.
DateException
;
[
all
...]
/frameworks/opt/calendar/tests/src/com/android/calendarcommon/
RRuleTest.java
149
} catch (
DateException
ex) {
[
all
...]
/packages/apps/Calendar/src/com/android/calendar/event/
EditEventHelper.java
25
import com.android.calendarcommon.
DateException
;
702
} catch (
DateException
de) {
[
all
...]
Completed in 258 milliseconds