OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CTS_PROPERTY_NAME
(Results
1 - 2
of
2
) sorted by null
/cts/tests/tests/calendarcommon/src/com/android/calendarcommon2/
RecurrenceSet.java
24
public final static String
CTS_PROPERTY_NAME
= "
CTS_PROPERTY_NAME
";
34
component.addProperty(new ICalendar.Property(
CTS_PROPERTY_NAME
));
/cts/tests/tests/calendarcommon/src/android/calendarcommon2/cts/
Calendarcommon2Test.java
40
component.getProperties(RecurrenceSet.
CTS_PROPERTY_NAME
);
46
// with the name
CTS_PROPERTY_NAME
. The lines below test for that
48
properties = component.getProperties(RecurrenceSet.
CTS_PROPERTY_NAME
);
Completed in 587 milliseconds