Skip to main content
 

BONDI

Go Search
  
BONDI > Tracking1_1  

Tracking1_1

Modify settings and columns
  
View: 
Sort by AttachmentsUse SHIFT+ENTER to open the menu (new window).
Fun-AttribFilterCommentsFilter
appconfigUse SHIFT+ENTER to open the menu (new window).
AppConfigManagerFunction:
DOMString get (in DOMString key)
TobyKaiYesYes
appconfigUse SHIFT+ENTER to open the menu (new window).
AppConfigManagerFunction:
void set (in DOMString key, in DOMString value)
TobyKaiYesYes
applauncherUse SHIFT+ENTER to open the menu (new window).
AppLauncherManagerFunction:
PendingOperation launchApplication (in SuccessCallback successCallback,                                   in ErrorCallback errorCallback,                                   in DOMString appURI,                                   [Optional] in StringArray params)
TobyAndreYesYes
applauncherUse SHIFT+ENTER to open the menu (new window).
AppLauncherManagerFunction:
PendingOperation getInstalledApplications (in AppLauncherSuccessCallback successCallback,                                          in ErrorCallback errorCallback)
TobyAndreYesYes
applauncherUse SHIFT+ENTER to open the menu (new window).
AppLauncherManagerFunction:
DOMString getDefaultApplication (in DOMString mimeType)
TobyAndreYesYes
bondiUse SHIFT+ENTER to open the menu (new window).
GenericErrorAttrib:
unsigned short code
TobyKaiNoYes
bondiUse SHIFT+ENTER to open the menu (new window).
PendingOperationFunction:
boolean cancel ()
TobyKaiNoYes
bondiUse SHIFT+ENTER to open the menu (new window).
BondiFunction:
PendingOperation requestFeature (in RequestFeatureSuccessCallback successCallback,                                in ErrorCallback   errorCallback,                                in DOMString       name)
TobyKaiYesYes
calendarUse SHIFT+ENTER to open the menu (new window).
CalendarManagerFunction:
CalendarArray getCalendars ()
TobyChristianYesYes
calendarUse SHIFT+ENTER to open the menu (new window).
CalendarFunction:
Event createEvent ([Optional] in EventOptions options)
TobyChristianYesNoUnknown
Test covers createEvent with empty option list (which fails) and with a filled option list (which succeeds).
calendarUse SHIFT+ENTER to open the menu (new window).
CalendarFunction:
void addEvent (in Event event)
TobyChristianYesYesYes
calendarUse SHIFT+ENTER to open the menu (new window).
CalendarFunction:
void updateEvent (in Event event)
TobyChristianYesYesYes
calendarUse SHIFT+ENTER to open the menu (new window).
CalendarFunction:
void deleteEvent (in Event event)
TobyChristianYesYesYes
calendarUse SHIFT+ENTER to open the menu (new window).
CalendarFunction:
PendingOperation clearEvents (in SuccessCallback successCallback,                             in ErrorCallback errorCallback)
TobyChristianYesYesYes
calendarUse SHIFT+ENTER to open the menu (new window).
CalendarFunction:
PendingOperation findEvents (in SuccessCallback successCallback,                            in ErrorCallback errorCallback,                            [Optional]in EventFilter filter)
TobyChristianYesNoYes
calendarUse SHIFT+ENTER to open the menu (new window).
EventAttrib:
DOMString id
TobyChristianYesYesYes
calendarUse SHIFT+ENTER to open the menu (new window).
EventAttrib:
DOMString description
TobyChristianYesYesYes
calendarUse SHIFT+ENTER to open the menu (new window).
EventAttrib:
DOMString summary
TobyChristianYesYesYes
calendarUse SHIFT+ENTER to open the menu (new window).
EventAttrib:
Date startTime
TobyChristianYesNoNo
Always returns Dec, 30 1899 as date.
calendarUse SHIFT+ENTER to open the menu (new window).
EventAttrib:
Date endTime
TobyChristianYesNoNo
Always returns Dec, 30 1899 as date.
calendarUse SHIFT+ENTER to open the menu (new window).
EventAttrib:
DOMString location
TobyChristianYesYesYes
calendarUse SHIFT+ENTER to open the menu (new window).
EventAttrib:
unsigned short recurrence
TobyChristianYesYesNo
getting recurrence returns string 'NO_RECURRENCE' instead of value of 0.
calendarUse SHIFT+ENTER to open the menu (new window).
EventAttrib:
DOMString status
TobyChristianYesYesNo
Test exists, but currently commented out since create event fails if this property is specified.
calendarUse SHIFT+ENTER to open the menu (new window).
EventAttrib:
Date alarmDate
TobyChristianYesNoNo
Test exists, but currently commented out since create event fails if this property is specified.
calendarUse SHIFT+ENTER to open the menu (new window).
EventAttrib:
unsigned long alarmType
TobyChristianYesYesNo
Test exists, but currently commented out since create event fails if this property is specified.
calendarUse SHIFT+ENTER to open the menu (new window).
EventFunction:
Object getProperty (in DOMString propertyName)
TobyChristianYesYesYes
calendarUse SHIFT+ENTER to open the menu (new window).
EventFunction:
StringArray getSupportedPropertyKeys ()
TobyChristianYesYesNo
Last three properties returned are all empty strings.
calendarUse SHIFT+ENTER to open the menu (new window).
EventFunction:
void setProperty (in DOMString propertyName,in Object propertyValue)
TobyChristianYesYesYes
calendarUse SHIFT+ENTER to open the menu (new window).
EventOptionsAttrib:
DOMString summary
TobyChristianYesNoYes
calendarUse SHIFT+ENTER to open the menu (new window).
EventOptionsAttrib:
DOMString description
TobyChristianYesNoYes
calendarUse SHIFT+ENTER to open the menu (new window).
EventOptionsAttrib:
DOMString location
TobyChristianYesNoYes
calendarUse SHIFT+ENTER to open the menu (new window).
EventOptionsAttrib:
Date startTime
TobyChristianYesNoYes
calendarUse SHIFT+ENTER to open the menu (new window).
EventOptionsAttrib:
Date endTime
TobyChristianYesNoYes
calendarUse SHIFT+ENTER to open the menu (new window).
EventOptionsAttrib:
short recurrence
TobyChristianYesNoYes
calendarUse SHIFT+ENTER to open the menu (new window).
EventOptionsAttrib:
unsigned short status
TobyChristianYesNoNo
calendarUse SHIFT+ENTER to open the menu (new window).
EventOptionsAttrib:
Date alarmDate
TobyChristianYesNoNo
calendarUse SHIFT+ENTER to open the menu (new window).
EventOptionsAttrib:
unsigned short alarmType
TobyChristianYesNoNo
calendarUse SHIFT+ENTER to open the menu (new window).
EventFilterAttrib:
DOMString summary
TobyChristianYesNoYes
calendarUse SHIFT+ENTER to open the menu (new window).
EventFilterAttrib:
DOMString description
TobyChristianYesNoYes
calendarUse SHIFT+ENTER to open the menu (new window).
EventFilterAttrib:
DOMString location
TobyChristianYesNoYes
calendarUse SHIFT+ENTER to open the menu (new window).
EventFilterAttrib:
Date initialStartTime
TobyChristianYesNoYes
calendarUse SHIFT+ENTER to open the menu (new window).
EventFilterAttrib:
Date finalStartTime
TobyChristianYesNoYes
calendarUse SHIFT+ENTER to open the menu (new window).
EventFilterAttrib:
Date initialEndTime
TobyChristianYesNoYes
calendarUse SHIFT+ENTER to open the menu (new window).
EventFilterAttrib:
Date finalEndTime
TobyChristianYesNoYes
calendarUse SHIFT+ENTER to open the menu (new window).
EventFilterAttrib:
short recurrence
TobyChristianYesNoYes
calendarUse SHIFT+ENTER to open the menu (new window).
EventFilterAttrib:
unsigned short status
TobyChristianYesNoUnknown
Test currently meaningless since status can't be set on event creation.
calendarUse SHIFT+ENTER to open the menu (new window).
EventFilterAttrib:
Date initialAlarmDate
TobyChristianYesNoUnknown
Test currently meaningless since alarmDate can't be set on event creation.
calendarUse SHIFT+ENTER to open the menu (new window).
EventFilterAttrib:
Date finalAlarmDate
TobyChristianYesNoUnknown
See above.
calendarUse SHIFT+ENTER to open the menu (new window).
EventFilterAttrib:
unsigned short alarmType
TobyChristianYesNoUnknown
Test currently meaningless since alarmType can't be set on event creation.
cameraUse SHIFT+ENTER to open the menu (new window).
CameraManagerFunction:
PendingOperation getCameras (in CamerasRetrievedSuccessCallback successCallback, in ErrorCallback errorCallback )
AndreNo
cameraUse SHIFT+ENTER to open the menu (new window).
CaptureOptionsAttrib:
unsigned short width
AndreYes
cameraUse SHIFT+ENTER to open the menu (new window).
CaptureOptionsAttrib:
unsigned short height
AndreYes
cameraUse SHIFT+ENTER to open the menu (new window).
CaptureOptionsAttrib:
float frameRate
AndreYes
cameraUse SHIFT+ENTER to open the menu (new window).
CaptureOptionsAttrib:
DOMString mimeType
AndreYes
cameraUse SHIFT+ENTER to open the menu (new window).
CaptureOptionsAttrib:
boolean audio
AndreYes
cameraUse SHIFT+ENTER to open the menu (new window).
CaptureOptionsAttrib:
unsigned long maximumBitrate
AndreYes
cameraUse SHIFT+ENTER to open the menu (new window).
FeatureValueAttrib:
float value
AndreYes
cameraUse SHIFT+ENTER to open the menu (new window).
FeatureValueAttrib:
DOMString description
AndreYes
cameraUse SHIFT+ENTER to open the menu (new window).
CameraFeatureAttrib:
DOMString description
AndreYes
cameraUse SHIFT+ENTER to open the menu (new window).
CameraFeatureAttrib:
long id
AndreYes
cameraUse SHIFT+ENTER to open the menu (new window).
CameraFeatureAttrib:
short type
AndreYes
cameraUse SHIFT+ENTER to open the menu (new window).
CameraFeatureAttrib:
FeatureValue value
AndreYes
cameraUse SHIFT+ENTER to open the menu (new window).
CameraFeatureAttrib:
FeatureValue default
AndreYes
cameraUse SHIFT+ENTER to open the menu (new window).
CameraFeatureAttrib:
FeatureValueArray possibleValues
AndreYes
cameraUse SHIFT+ENTER to open the menu (new window).
CameraAttrib:
DOMString description
AndreYes
cameraUse SHIFT+ENTER to open the menu (new window).
CameraFunction:
CameraFeatureArray getSupportedFeatures ()
AndreYes
cameraUse SHIFT+ENTER to open the menu (new window).
CameraFunction:
void setFeature (in unsigned short featureID, in float value)
AndreNo
cameraUse SHIFT+ENTER to open the menu (new window).
CameraFunction:
PendingOperation requestLiveVideo (in CameraLiveVideoSuccessCallback successCallback, in ErrorCallback errorCallback)
AndreNo
cameraUse SHIFT+ENTER to open the menu (new window).
CameraFunction:
PendingOperation takePicture (in CameraSuccessCallback successCallback,in ErrorCallback errorCallback,[Optional] in CaptureOptions options)
AndreYes
cameraUse SHIFT+ENTER to open the menu (new window).
CameraFunction:
PendingOperation startVideo (in SuccessCallback successCallback, in ErrorCallback errorCallback,[Optional] in CaptureOptions options)
AndreYes
cameraUse SHIFT+ENTER to open the menu (new window).
CameraFunction:
PendingOperation stopVideo (in CameraSuccessCallback successCallback, in ErrorCallback errorCallback)
AndreYes
commlogUse SHIFT+ENTER to open the menu (new window).
CommLogManagerFunction:
PendingOperation getSMSLog (in CommLogSMSSuccessCallback successCallback,                           in ErrorCallback errorCallback,                           in ShortArray messageFolders,                           [Optional]in SMSFilter filter)
EsterAndreYesYesYes
no valid PendingOperation object returned for all the async methods
commlogUse SHIFT+ENTER to open the menu (new window).
CommLogManagerFunction:
PendingOperation getMMSLog (in CommLogMMSSuccessCallback successCallback,                           in ErrorCallback errorCallback,                           in ShortArray messageFolders,                           [Optional]in MMSFilter filter)
EsterAndreYesYesNo
Pending filter implementation (Angel-Marcin specification)
commlogUse SHIFT+ENTER to open the menu (new window).
CommLogManagerFunction:
PendingOperation getEmailLog (in CommLogEmailSuccessCallback successCallback,                             in ErrorCallback errorCallback,                             in ShortArray messageFolders,                             [Optional]in EmailFilter filter)
EsterAndreYesYesNo
Pending filter implementation (Angel-Marcin specification)
commlogUse SHIFT+ENTER to open the menu (new window).
CommLogManagerFunction:
PendingOperation getCallLog (in CommLogCallSuccessCallback successCallback,                            in ErrorCallback errorCallback,                            in ShortArray callFolder,                            [Optional]in CallFilter filter)
EsterAndreYesYesYes
Pending filter implementation (Angel-Marcin specification)
commlogUse SHIFT+ENTER to open the menu (new window).
CommLogManagerFunction:
StringArray getSMSSupportedPropertyKeys ()
EsterAndreYesYesYes
commlogUse SHIFT+ENTER to open the menu (new window).
CommLogManagerFunction:
StringArray getMMSSupportedPropertyKeys ()
EsterAndreYesYesYes
commlogUse SHIFT+ENTER to open the menu (new window).
CommLogManagerFunction:
StringArray getEmailSupportedPropertyKeys ()
EsterAndreYesYesYes
commlogUse SHIFT+ENTER to open the menu (new window).
CommLogManagerFunction:
StringArray getCallSupportedPropertyKeys ()
EsterAndreYesYesYes
contactUse SHIFT+ENTER to open the menu (new window).
ContactManagerFunction:
AddressBookArray getAddressBooks ()
TobyKaiYesYes
contactUse SHIFT+ENTER to open the menu (new window).
AddressBookFunction:
Contact createContact ([Optional] in ContactOptions options)
TobyKaiYesNo
contactUse SHIFT+ENTER to open the menu (new window).
AddressBookFunction:
PendingOperation addContact (in SuccessCallback successCallback,                            in ErrorCallback errorCallback,                            in Contact contact)
TobyKaiYesYes
contactUse SHIFT+ENTER to open the menu (new window).
AddressBookFunction:
PendingOperation updateContact (in SuccessCallback successCallback,                               in ErrorCallback errorCallback,                               in Contact contact)
TobyKaiNoYes
contactUse SHIFT+ENTER to open the menu (new window).
AddressBookFunction:
PendingOperation deleteContact (in SuccessCallback successCallback,                               in ErrorCallback errorCallback,                               in Contact contact)
TobyKaiNoYes
contactUse SHIFT+ENTER to open the menu (new window).
AddressBookFunction:
PendingOperation deleteAllContacts (in SuccessCallback successCallback,                                   in ErrorCallback errorCallback)
TobyKaiYesYes
contactUse SHIFT+ENTER to open the menu (new window).
AddressBookFunction:
PendingOperation findContacts (in ContactArraySuccessCallback successCallback,                              in ErrorCallback errorCallback,                              in ContactFilter filter)
TobyKaiYesNo
contactUse SHIFT+ENTER to open the menu (new window).
ContactAttrib:
DOMString id
TobyKaiUnknownYes
contactUse SHIFT+ENTER to open the menu (new window).
ContactAttrib:
DOMString name
TobyKaiUnknownYes
contactUse SHIFT+ENTER to open the menu (new window).
ContactAttrib:
DOMString nickname
TobyKaiUnknownYes
contactUse SHIFT+ENTER to open the menu (new window).
ContactAttrib:
Address address
TobyKaiUnknownYes
contactUse SHIFT+ENTER to open the menu (new window).
ContactAttrib:
DOMString photo
TobyKaiUnknownYes
contactUse SHIFT+ENTER to open the menu (new window).
ContactAttrib:
PhoneNumberArray phoneNumbers
TobyKaiUnknownYes
contactUse SHIFT+ENTER to open the menu (new window).
ContactAttrib:
DOMString email
TobyKaiUnknownYes
contactUse SHIFT+ENTER to open the menu (new window).
ContactFunction:
Object getProperty (in DOMString propertyName)
TobyKaiNoYes
contactUse SHIFT+ENTER to open the menu (new window).
ContactFunction:
StringArray getSupportedPropertyKeys ()
TobyKaiNoYes
contactUse SHIFT+ENTER to open the menu (new window).
ContactFunction:
void setProperty (in DOMString propertyName, in Object propertyValue)
TobyKaiNoYes
contactUse SHIFT+ENTER to open the menu (new window).
AddressAttrib:
DOMString country
TobyKaiUnknownYes
contactUse SHIFT+ENTER to open the menu (new window).
AddressAttrib:
DOMString region
TobyKaiUnknownYes
contactUse SHIFT+ENTER to open the menu (new window).
AddressAttrib:
DOMString county
TobyKaiUnknownYes
contactUse SHIFT+ENTER to open the menu (new window).
AddressAttrib:
DOMString city
TobyKaiUnknownYes
1 - 100 Next