OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:calendarId
(Results
1 - 3
of
3
) sorted by null
/cts/tests/tests/provider/src/android/provider/cts/
CalendarTest.java
366
String account, int seed, long
calendarId
, boolean asSyncAdapter) {
374
values.put(Events.CALENDAR_ID,
calendarId
);
445
long
calendarId
, boolean asSyncAdapter, String startWhen, String duration,
449
ContentValues values = getNewEventValues(account, seed,
calendarId
, asSyncAdapter);
[
all
...]
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/calendar/javascript/
background.js
408
* @param {integer}
calendarId
Id of the calendar in array of calendars.
410
CalendarManager.getCalendarFeed = function(
calendarId
) {
414
calendarId
);
421
xmlhttp.open('GET', calendars[
calendarId
]);
435
* @param {integer}
calendarId
Variable for storing the no of calendars
439
CalendarManager.onCalendarResponse = function(xmlhttp,
calendarId
) {
450
CalendarManager.parseCalendarEntry(xmlhttp.responseXML,
calendarId
);
457
* @param {integer}
calendarId
Id of the calendar in array of calendars.
459
CalendarManager.parseCalendarEntry = function(responseXML,
calendarId
) {
488
calendarId
++
[
all
...]
/external/chromium_org/third_party/android_platform/webview/
frameworks.jar
Completed in 2410 milliseconds