A B C D E F G H I K L M N O P Q R S T U V W

A

ABOUT_COMPANY_NAME - Variable in class com.funambol.client.customization.Customization
 
ABOUT_COPYRIGHT_DEFAULT - Variable in class com.funambol.client.customization.Customization
 
ABOUT_SCREEN_ID - Static variable in class com.funambol.client.controller.Controller
 
ABOUT_SITE_DEFAULT - Variable in class com.funambol.client.customization.Customization
 
AboutScreen - Interface in com.funambol.client.ui
 
AboutScreenController - Class in com.funambol.client.controller
 
AboutScreenController(Controller, AboutScreen, Customization) - Constructor for class com.funambol.client.controller.AboutScreenController
 
ACCOUNT_SCREEN_ID - Static variable in class com.funambol.client.controller.Controller
 
AccountScreen - Interface in com.funambol.client.ui
 
AccountScreenController - Class in com.funambol.client.controller
This class is the controller (in the MVC model) for the AccountScreen.
AccountScreenController(Controller, AccountScreen) - Constructor for class com.funambol.client.controller.AccountScreenController
 
activeSources - Variable in class com.funambol.client.customization.Customization
 
addApplicationName(String) - Method in interface com.funambol.client.ui.AboutScreen
 
addC2SPushSetting() - Method in interface com.funambol.client.ui.SyncSettingsScreen
Add the C2SPushSetting
addCommandRunner(CommandRunner) - Method in class com.funambol.client.test.BasicScriptRunner
Add a specific CommandRunner implementation to the current BasicScriptRunner instance
addCompanyName(String) - Method in interface com.funambol.client.ui.AboutScreen
 
addCopyright(String) - Method in interface com.funambol.client.ui.AboutScreen
 
addItem(SyncItem) - Method in class com.funambol.client.test.CheckSyncSource
 
addItemFromOutside(SyncItem) - Method in class com.funambol.client.test.CheckSyncSource
 
addLicence(String) - Method in interface com.funambol.client.ui.AboutScreen
 
addListener(SyncMonitorListener) - Method in class com.funambol.client.test.SyncMonitor
 
addNecessaryFields() - Method in class com.funambol.client.controller.AboutScreenController
Adds the necessary fields in the about screen.
addPostDismissSelectionDialogAction(int, Runnable) - Method in interface com.funambol.client.ui.DisplayManager
Record the action to be executed after dismissing the alert
addPoweredBy(String) - Method in interface com.funambol.client.ui.AboutScreen
 
addPoweredByLogo(Bitmap) - Method in interface com.funambol.client.ui.AboutScreen
 
addSyncAllButton(String, Bitmap, Bitmap, Bitmap) - Method in interface com.funambol.client.ui.HomeScreen
 
addSyncIntervalSetting() - Method in interface com.funambol.client.ui.SyncSettingsScreen
Add the SyncIntervalSetting
addSyncModeSetting() - Method in interface com.funambol.client.ui.SyncSettingsScreen
Add the SyncModeSetting
addWebAddress(String) - Method in interface com.funambol.client.ui.AboutScreen
 
ADVANCED_SETTINGS_SCREEN_ID - Static variable in class com.funambol.client.controller.Controller
 
AdvancedSettingsScreen - Interface in com.funambol.client.ui
Advanced Settings Screen interface.
AdvancedSettingsScreenController - Class in com.funambol.client.controller
Realize the MVC control section of the view elements' in all of the AdvancedSettingsScreen interface implementation.
AdvancedSettingsScreenController(Controller, AdvancedSettingsScreen) - Constructor for class com.funambol.client.controller.AdvancedSettingsScreenController
public constructor: uses the simple controller object and the controlled screen because on one side it must be compliant with the customization, localization and configuration related to the screen and on the other side it must control the behavior of the screen elements referring to the AdvancedSettingsScreen interface.
ALL_ID - Static variable in class com.funambol.client.source.AppSyncSourceManager
 
applyCurrentValues() - Method in class com.funambol.client.controller.AccountScreenController
Apply the current Configuration values
appSource - Variable in class com.funambol.client.source.AppSyncSourceConfig
 
AppSyncRequest - Class in com.funambol.client.engine
A SyncRequest for the Sync Client
AppSyncRequest(AppSyncSource, long) - Constructor for class com.funambol.client.engine.AppSyncRequest
 
AppSyncSource - Class in com.funambol.client.source
This class represents a sync source in the application.
AppSyncSource(String, SyncSource) - Constructor for class com.funambol.client.source.AppSyncSource
 
AppSyncSource(String) - Constructor for class com.funambol.client.source.AppSyncSource
 
AppSyncSourceConfig - Class in com.funambol.client.source
This class represents the configuration of an AppSyncSource.
AppSyncSourceConfig(AppSyncSource, Customization, Configuration) - Constructor for class com.funambol.client.source.AppSyncSourceConfig
 
appSyncSourceManager - Variable in class com.funambol.client.controller.Controller
 
appSyncSourceManager - Variable in class com.funambol.client.controller.SynchronizationController
 
appSyncSourceManager - Variable in class com.funambol.client.engine.SyncEngine
 
AppSyncSourceManager - Class in com.funambol.client.source
This class is responsible for handling all the sources at the application level.
AppSyncSourceManager(Customization) - Constructor for class com.funambol.client.source.AppSyncSourceManager
 
AppSyncSourceManager.SortedSourcesEnumeration - Class in com.funambol.client.source
 
AppSyncSourceManager.SortedSourcesEnumeration(Vector) - Constructor for class com.funambol.client.source.AppSyncSourceManager.SortedSourcesEnumeration
 
askAcceptDenyQuestion(String, boolean) - Method in class com.funambol.client.controller.DialogController
Prompt an alert with 2 choices on the screen
askAcceptDenyQuestion(String, boolean, long) - Method in interface com.funambol.client.ui.DisplayManager
Helper function to prompt the user for an accept/deny answer Helper function to prompt the user for a yes/no answer
askYesNoQuestion(String, boolean) - Method in class com.funambol.client.controller.DialogController
Not implemented.
askYesNoQuestion(String, boolean, int) - Method in class com.funambol.client.controller.DialogController
Not implemented.
askYesNoQuestion(Screen, String, Runnable, Runnable, long) - Method in interface com.funambol.client.ui.DisplayManager
Helper function to prompt the user for a yes/no answer
assertTrue(String, String, String) - Method in class com.funambol.client.test.Robot
 
assertTrue(int, int, String) - Method in class com.funambol.client.test.Robot
 
assertTrue(boolean, String) - Method in class com.funambol.client.test.Robot
 
attachToRunningSync(AppSyncSource) - Method in class com.funambol.client.controller.HomeScreenController
 
attachToSession() - Method in class com.funambol.client.controller.UISyncSourceController
 
attachToSource(AppSyncSource) - Method in class com.funambol.client.controller.HomeScreenController
 
authSyncMonitor - Variable in class com.funambol.client.test.CommandRunner
 

B

BACK_KEY_NAME - Static variable in class com.funambol.client.test.BasicCommandRunner
 
BasicCommandRunner - Class in com.funambol.client.test
Implementation of the CommandRunner class that define the full commands set available to the tester in order to create automatic test script.
BasicCommandRunner(BasicRobot) - Constructor for class com.funambol.client.test.BasicCommandRunner
Constructor
BasicRobot - Class in com.funambol.client.test
 
BasicRobot() - Constructor for class com.funambol.client.test.BasicRobot
 
BasicScriptRunner - Class in com.funambol.client.test
The CommandRunner container implementation to run commands that are common to all the clients.
BasicScriptRunner() - Constructor for class com.funambol.client.test.BasicScriptRunner
Default constructor
BEGIN_TEST_COMMAND - Static variable in class com.funambol.client.test.BasicCommandRunner
 
beginSync() - Method in class com.funambol.client.controller.SynchronizationController
 
beginSync() - Method in interface com.funambol.client.engine.SyncEngineListener
A sync is about to begin.
beginSync(int) - Method in class com.funambol.client.test.CheckSyncSource
 
BeginTest(String) - Method in interface com.funambol.client.test.UserCommands
This instruction must be the first one at the beginning of a test.
Bitmap - Class in com.funambol.client.ui
 
Bitmap(Object) - Constructor for class com.funambol.client.ui.Bitmap
 
BRIEFCASE_TYPE - Static variable in class com.funambol.client.source.AppSyncSourceManager
 
buttonClass - Variable in class com.funambol.client.source.AppSyncSource
 
buttonPressed(int) - Method in class com.funambol.client.controller.HomeScreenController
 
buttonSelected(int) - Method in class com.funambol.client.controller.HomeScreenController
 

C

CALENDAR_ADDITS_STORAGE_KEY - Static variable in class com.funambol.client.source.AppSyncSourceManager
 
CALENDAR_STORAGE_KEY - Static variable in class com.funambol.client.source.AppSyncSourceManager
 
CALENDAR_TYPE_ICALENDAR - Static variable in class com.funambol.client.source.AppSyncSourceManager
 
CALENDAR_TYPE_SIF - Static variable in class com.funambol.client.source.AppSyncSourceManager
 
CalendarCommandRunner - Class in com.funambol.client.test
 
CalendarCommandRunner(CalendarRobot) - Constructor for class com.funambol.client.test.CalendarCommandRunner
 
CalendarRobot - Class in com.funambol.client.test
 
CalendarRobot() - Constructor for class com.funambol.client.test.CalendarRobot
 
cancelMenuSelected() - Method in class com.funambol.client.controller.HomeScreenController
 
cancelSync() - Method in class com.funambol.client.controller.SynchronizationController
Try to cancel the current sync.
cancelSync() - Method in class com.funambol.client.engine.SyncEngine
 
changeSyncLabelsOnSync(AppSyncSource) - Method in class com.funambol.client.controller.HomeScreenController
 
changeSyncLabelsOnSyncEnded() - Method in class com.funambol.client.controller.HomeScreenController
 
CHECK_ALERTED_SYNC_MODE_COMMAND - Static variable in class com.funambol.client.test.BasicCommandRunner
 
CHECK_EXCHANGED_DATA_COMMAND - Static variable in class com.funambol.client.test.BasicCommandRunner
 
CHECK_FOR_UPDATE - Variable in class com.funambol.client.customization.Customization
 
CHECK_ITEMS_COUNT_COMMAND - Static variable in class com.funambol.client.test.BasicCommandRunner
 
CHECK_ITEMS_COUNT_SERVER_COMMAND - Static variable in class com.funambol.client.test.BasicCommandRunner
 
CHECK_REMOTE_URI_COMMAND - Static variable in class com.funambol.client.test.BasicCommandRunner
 
CHECK_REQUESTED_SYNC_MODE_COMMAND - Static variable in class com.funambol.client.test.BasicCommandRunner
 
CHECK_UPDATE_INTERVAL - Variable in class com.funambol.client.customization.Customization
 
CheckAlertedSyncMode(String, int) - Method in interface com.funambol.client.test.UserCommands
This command checks the alerted sync mode of the last sync.
checkAndSave() - Method in class com.funambol.client.controller.AdvancedSettingsScreenController
Check the view parameters and save the configuration related to the AdvancedSettingsScreen implementation that uses this class.
checkArgument(String, String) - Method in class com.funambol.client.test.CommandRunner
 
checkCandidateStatement(String, boolean) - Method in class com.funambol.client.test.BasicScriptRunner
Check the candidate statement to be executed given a conditional command
checkCredentialsInAccountScreen() - Method in class com.funambol.client.customization.Customization
 
checkDeletedContact(String, String, CheckSyncClient) - Method in class com.funambol.client.test.ContactsRobot
 
CheckDeletedContact(String, String) - Method in interface com.funambol.client.test.UserCommands
This command can used to check that a deleted contact on the server has been correctly deleted in the client.
checkDeletedContactOnServer(String, String, CheckSyncClient) - Method in class com.funambol.client.test.ContactsRobot
 
CheckDeletedContactsOnServer(String, String) - Method in interface com.funambol.client.test.UserCommands
This command can used to check that a deleted contact sent to the server has been correctly deleted by the server.
checkDeletedEvent(String, CheckSyncClient) - Method in class com.funambol.client.test.CalendarRobot
 
checkDeletedEventOnServer(String, CheckSyncClient) - Method in class com.funambol.client.test.CalendarRobot
 
checkEventExceptions(String, String) - Method in class com.funambol.client.test.CalendarRobot
 
checkEventRecRule(String, String) - Method in class com.funambol.client.test.CalendarRobot
 
CheckExchangedData(String, int, int, int, int, int, int) - Method in interface com.funambol.client.test.UserCommands
This command checks the amount of items exchanged between the server and the client during the last synchronization (for a given source).
checkFailed() - Method in interface com.funambol.client.ui.AccountScreen
 
checkForUpdate() - Method in class com.funambol.client.controller.Controller
 
checkForUpdates() - Method in class com.funambol.client.customization.Customization
 
checkItemsCount(String, String) - Method in class com.funambol.client.test.BasicCommandRunner
Command to check the items count on the device
checkItemsCount(String, int) - Method in class com.funambol.client.test.BasicRobot
 
CheckItemsCount(String, int) - Method in interface com.funambol.client.test.UserCommands
This command can used to check that a deleted contact sent to the server has been correctly deleted by the server.
checkItemsCountOnServer(String, String) - Method in class com.funambol.client.test.BasicCommandRunner
Command to check the items count on server
checkItemsCountOnServer(String, CheckSyncClient, int) - Method in class com.funambol.client.test.BasicRobot
 
CheckItemsCountOnServer(String, int) - Method in interface com.funambol.client.test.UserCommands
This command can used to check the total source items count on server side.
checkLastSyncAlertedSyncMode(String, int, SyncMonitor) - Method in class com.funambol.client.test.BasicRobot
 
checkLastSyncExchangedData(String, int, int, int, int, int, int, SyncMonitor) - Method in class com.funambol.client.test.BasicRobot
 
checkLastSyncRemoteUri(String, String, SyncMonitor) - Method in class com.funambol.client.test.BasicRobot
 
checkLastSyncRequestedSyncMode(String, int, SyncMonitor) - Method in class com.funambol.client.test.BasicRobot
 
checkNewContact(String, String, CheckSyncClient, boolean) - Method in class com.funambol.client.test.ContactsRobot
 
CheckNewContact(String, String, boolean) - Method in interface com.funambol.client.test.UserCommands
This command can used to check that a new contact created on the server has been correctly received by the client and has the same content of the server's contact as expected.
checkNewContactOnServer(String, String, CheckSyncClient, boolean) - Method in class com.funambol.client.test.ContactsRobot
 
CheckNewContactOnServer(String, String, boolean) - Method in interface com.funambol.client.test.UserCommands
This command can used to check that a new contact sent to the server has been correctly received and has the same content of the device's contact as expected.
checkNewEvent(String, CheckSyncClient, boolean) - Method in class com.funambol.client.test.CalendarRobot
 
checkNewEventOnServer(String, CheckSyncClient, boolean) - Method in class com.funambol.client.test.CalendarRobot
 
checkObject(Object, String) - Method in class com.funambol.client.test.CommandRunner
 
CheckRequestedSyncMode(String, int) - Method in interface com.funambol.client.test.UserCommands
This command checks the requested sync mode of the last sync.
checkSucceeded() - Method in interface com.funambol.client.ui.AccountScreen
 
CheckSyncClient - Class in com.funambol.client.test
Represents a sync client used to monitor server side modifications
CheckSyncClient(String, String, String) - Constructor for class com.funambol.client.test.CheckSyncClient
 
checkSyncClient - Variable in class com.funambol.client.test.CommandRunner
 
CheckSyncClient.CheckDeviceConfig - Class in com.funambol.client.test
 
CheckSyncClient.CheckDeviceConfig() - Constructor for class com.funambol.client.test.CheckSyncClient.CheckDeviceConfig
 
CheckSyncSource - Class in com.funambol.client.test
 
CheckSyncSource(String, String, String) - Constructor for class com.funambol.client.test.CheckSyncSource
 
checkUpdatedContact(String, String, CheckSyncClient, boolean) - Method in class com.funambol.client.test.ContactsRobot
 
CheckUpdatedContact(String, String, boolean) - Method in interface com.funambol.client.test.UserCommands
This command can used to check that an updated contact on the server has been correctly received by the client and has the same content of the server's contact as expected.
checkUpdatedContactOnServer(String, String, CheckSyncClient, boolean) - Method in class com.funambol.client.test.ContactsRobot
 
CheckUpdatedContactOnServer(String, String, boolean) - Method in interface com.funambol.client.test.UserCommands
This command can used to check that an updated contact sent to the server has been correctly received and has the same content of the device's contact as expected.
checkUpdatedEvent(String, CheckSyncClient, boolean) - Method in class com.funambol.client.test.CalendarRobot
 
checkUpdatedEventOnServer(String, CheckSyncClient, boolean) - Method in class com.funambol.client.test.CalendarRobot
 
cleanListeners() - Method in class com.funambol.client.test.SyncMonitor
 
clearErrors() - Method in class com.funambol.client.controller.SynchronizationController
 
ClientTestException - Exception in com.funambol.client.test
Represent the generic exception thrown by the client test suite.
ClientTestException(String) - Constructor for exception com.funambol.client.test.ClientTestException
The Exception contructor
close() - Method in class com.funambol.client.controller.AboutScreenController
 
close() - Method in interface com.funambol.client.ui.AboutScreen
 
com.funambol.client.configuration - package com.funambol.client.configuration
 
com.funambol.client.controller - package com.funambol.client.controller
 
com.funambol.client.customization - package com.funambol.client.customization
 
com.funambol.client.engine - package com.funambol.client.engine
 
com.funambol.client.ipc.rpc - package com.funambol.client.ipc.rpc
 
com.funambol.client.localization - package com.funambol.client.localization
 
com.funambol.client.source - package com.funambol.client.source
 
com.funambol.client.test - package com.funambol.client.test
 
com.funambol.client.ui - package com.funambol.client.ui
 
CommandRunner - Class in com.funambol.client.test
 
CommandRunner(Robot) - Constructor for class com.funambol.client.test.CommandRunner
 
commit() - Method in class com.funambol.client.configuration.Configuration
 
commit() - Method in class com.funambol.client.source.AppSyncSourceConfig
 
CONF_INVALID - Static variable in class com.funambol.client.configuration.Configuration
 
CONF_NOTSET - Static variable in class com.funambol.client.configuration.Configuration
 
CONF_OK - Static variable in class com.funambol.client.configuration.Configuration
 
config - Variable in class com.funambol.client.source.AppSyncSource
 
CONFIG_ID - Static variable in class com.funambol.client.source.AppSyncSourceManager
 
CONFIG_KEY_SYNC_CALENDAR - Static variable in class com.funambol.client.source.AppSyncSourceManager
 
CONFIG_KEY_SYNC_CONFIG - Static variable in class com.funambol.client.source.AppSyncSourceManager
 
CONFIG_KEY_SYNC_CONTACT - Static variable in class com.funambol.client.source.AppSyncSourceManager
 
CONFIG_KEY_SYNC_NOTE - Static variable in class com.funambol.client.source.AppSyncSourceManager
 
CONFIG_KEY_SYNC_PHOTO - Static variable in class com.funambol.client.source.AppSyncSourceManager
 
CONFIG_KEY_SYNC_TASK - Static variable in class com.funambol.client.source.AppSyncSourceManager
 
CONFIG_STORAGE_KEY - Static variable in class com.funambol.client.source.AppSyncSourceManager
 
Configuration - Class in com.funambol.client.configuration
Configuration class for configuration details
Configuration(Customization, AppSyncSourceManager) - Constructor for class com.funambol.client.configuration.Configuration
 
configuration - Variable in class com.funambol.client.controller.AdvancedSettingsScreenController
 
configuration - Variable in class com.funambol.client.controller.Controller
 
configuration - Variable in class com.funambol.client.controller.SynchronizationController
 
configuration - Variable in class com.funambol.client.controller.SyncModeHandler
 
configuration - Variable in class com.funambol.client.engine.SyncEngine
 
configuration - Variable in class com.funambol.client.source.AppSyncSourceConfig
 
CONFIGURATION_SCREEN_ID - Static variable in class com.funambol.client.controller.Controller
 
ConfigurationScreen - Interface in com.funambol.client.ui
Is an class that creates the configuration screen for configuring parameters required for the SyncClient
confirmDeletes(Enumeration) - Method in class com.funambol.client.controller.SynchronizationController
 
confirmDeletes(Enumeration) - Method in interface com.funambol.client.engine.SyncEngineListener
Invoked if there are many items to delete.
confirmSlowSync() - Method in class com.funambol.client.customization.Customization
 
connectionClosed() - Method in class com.funambol.client.controller.SynchronizationController
 
connectionConfigurationChanged() - Method in class com.funambol.client.controller.SynchronizationController
 
connectionOpened() - Method in class com.funambol.client.controller.SynchronizationController
 
CONTACT_FIELD_ADR_HOME - Static variable in class com.funambol.client.test.ContactsCommandRunner
 
CONTACT_FIELD_ADR_OTHER - Static variable in class com.funambol.client.test.ContactsCommandRunner
 
CONTACT_FIELD_ADR_WORK - Static variable in class com.funambol.client.test.ContactsCommandRunner
 
CONTACT_FIELD_ANNIVERSARY - Static variable in class com.funambol.client.test.ContactsCommandRunner
 
CONTACT_FIELD_BDAY - Static variable in class com.funambol.client.test.ContactsCommandRunner
 
CONTACT_FIELD_CHILDREN - Static variable in class com.funambol.client.test.ContactsCommandRunner
 
CONTACT_FIELD_DISPLAY_NAME - Static variable in class com.funambol.client.test.ContactsCommandRunner
 
CONTACT_FIELD_EMAIL_HOME - Static variable in class com.funambol.client.test.ContactsCommandRunner
 
CONTACT_FIELD_EMAIL_IM - Static variable in class com.funambol.client.test.ContactsCommandRunner
 
CONTACT_FIELD_EMAIL_OTHER - Static variable in class com.funambol.client.test.ContactsCommandRunner
 
CONTACT_FIELD_EMAIL_WORK - Static variable in class com.funambol.client.test.ContactsCommandRunner
 
CONTACT_FIELD_FIRST_NAME - Static variable in class com.funambol.client.test.ContactsCommandRunner
 
CONTACT_FIELD_LAST_NAME - Static variable in class com.funambol.client.test.ContactsCommandRunner
 
CONTACT_FIELD_MIDDLE_NAME - Static variable in class com.funambol.client.test.ContactsCommandRunner
 
CONTACT_FIELD_NICK_NAME - Static variable in class com.funambol.client.test.ContactsCommandRunner
 
CONTACT_FIELD_NOTE - Static variable in class com.funambol.client.test.ContactsCommandRunner
 
CONTACT_FIELD_ORGANIZATION - Static variable in class com.funambol.client.test.ContactsCommandRunner
 
CONTACT_FIELD_PHOTO - Static variable in class com.funambol.client.test.ContactsCommandRunner
 
CONTACT_FIELD_PREFIX_NAME - Static variable in class com.funambol.client.test.ContactsCommandRunner
 
CONTACT_FIELD_SPOUSE - Static variable in class com.funambol.client.test.ContactsCommandRunner
 
CONTACT_FIELD_SUFFIX_NAME - Static variable in class com.funambol.client.test.ContactsCommandRunner
 
CONTACT_FIELD_TEL_CELL - Static variable in class com.funambol.client.test.ContactsCommandRunner
 
CONTACT_FIELD_TEL_COMPANY - Static variable in class com.funambol.client.test.ContactsCommandRunner
 
CONTACT_FIELD_TEL_FAX_HOME - Static variable in class com.funambol.client.test.ContactsCommandRunner
 
CONTACT_FIELD_TEL_FAX_WORK - Static variable in class com.funambol.client.test.ContactsCommandRunner
 
CONTACT_FIELD_TEL_HOME - Static variable in class com.funambol.client.test.ContactsCommandRunner
 
CONTACT_FIELD_TEL_OTHER - Static variable in class com.funambol.client.test.ContactsCommandRunner
 
CONTACT_FIELD_TEL_OTHER2 - Static variable in class com.funambol.client.test.ContactsCommandRunner
 
CONTACT_FIELD_TEL_OTHER_FAX - Static variable in class com.funambol.client.test.ContactsCommandRunner
 
CONTACT_FIELD_TEL_PAGER - Static variable in class com.funambol.client.test.ContactsCommandRunner
 
CONTACT_FIELD_TEL_WORK - Static variable in class com.funambol.client.test.ContactsCommandRunner
 
CONTACT_FIELD_TITLE - Static variable in class com.funambol.client.test.ContactsCommandRunner
 
CONTACT_FIELD_WEB - Static variable in class com.funambol.client.test.ContactsCommandRunner
 
CONTACT_FIELD_WEB_HOME - Static variable in class com.funambol.client.test.ContactsCommandRunner
 
CONTACT_FIELD_WEB_WORK - Static variable in class com.funambol.client.test.ContactsCommandRunner
 
CONTACT_STORAGE_KEY - Static variable in class com.funambol.client.source.AppSyncSourceManager
 
CONTACT_TYPE_SIF - Static variable in class com.funambol.client.source.AppSyncSourceManager
 
CONTACT_TYPE_VCARD - Static variable in class com.funambol.client.source.AppSyncSourceManager
 
contactAsVcard - Variable in class com.funambol.client.test.ContactsRobot
 
CONTACTS_ADDITS_STORAGE_KEY - Static variable in class com.funambol.client.source.AppSyncSourceManager
 
CONTACTS_ID - Static variable in class com.funambol.client.source.AppSyncSourceManager
 
ContactsCommandRunner - Class in com.funambol.client.test
 
ContactsCommandRunner(ContactsRobot) - Constructor for class com.funambol.client.test.ContactsCommandRunner
 
ContactsRobot - Class in com.funambol.client.test
 
ContactsRobot() - Constructor for class com.funambol.client.test.ContactsRobot
 
continueSynchronizationAfterDialogCheck(String, Vector, boolean, int, int, boolean, boolean) - Method in class com.funambol.client.controller.SynchronizationController
 
controller - Variable in class com.funambol.client.controller.AdvancedSettingsScreenController
 
Controller - Class in com.funambol.client.controller
 
Controller(ControllerDataFactory, Configuration, Customization, Localization, AppSyncSourceManager) - Constructor for class com.funambol.client.controller.Controller
 
controller - Variable in class com.funambol.client.controller.ControllerDataFactory
 
controller - Variable in class com.funambol.client.controller.SynchronizationController
 
ControllerDataFactory - Class in com.funambol.client.controller
 
ControllerDataFactory() - Constructor for class com.funambol.client.controller.ControllerDataFactory
 
createButtonUISyncSource(Screen) - Method in class com.funambol.client.source.AppSyncSource
 
createEmptyContact() - Method in class com.funambol.client.test.ContactsRobot
 
CreateEmptyContact() - Method in interface com.funambol.client.test.UserCommands
This command can used to simulate a contact addition.
CreateEmptyContactOnServer() - Method in interface com.funambol.client.test.UserCommands
This command can used to simulate a contact addition on the server.
createEmptyEvent() - Method in class com.funambol.client.test.CalendarRobot
 
createManager(AppSyncSource, SyncConfig) - Method in class com.funambol.client.engine.SyncEngine
 
createSettingsUISyncSource(Screen) - Method in class com.funambol.client.source.AppSyncSource
 
createSettingsUISyncSource() - Method in interface com.funambol.client.ui.SyncSettingsScreen
Create a SettingsUISyncSource that can be populated by the SyncSettingsScreenController
createSyncEngine() - Method in class com.funambol.client.controller.SynchronizationController
 
createTestTransportAgent(SyncConfig) - Static method in class com.funambol.client.test.BasicScriptRunner
 
currentContactId - Variable in class com.funambol.client.test.ContactsRobot
 
currentEventId - Variable in class com.funambol.client.test.CalendarRobot
 
currentSource - Variable in class com.funambol.client.controller.SynchronizationController
 
currentTestName - Variable in class com.funambol.client.test.BasicCommandRunner
 
customization - Variable in class com.funambol.client.controller.AdvancedSettingsScreenController
 
customization - Variable in class com.funambol.client.controller.Controller
 
customization - Variable in class com.funambol.client.controller.SynchronizationController
 
Customization - Class in com.funambol.client.customization
 
Customization() - Constructor for class com.funambol.client.customization.Customization
 
customization - Variable in class com.funambol.client.engine.SyncEngine
 
customization - Variable in class com.funambol.client.source.AppSyncSourceManager
 

D

dataReceived(String, int) - Method in class com.funambol.client.controller.UISyncSourceController
 
dataReceived(String, int) - Method in class com.funambol.client.test.SyncMonitorListener
 
DAY_OF_WEEK_FRIDAY - Static variable in class com.funambol.client.test.CalendarCommandRunner
 
DAY_OF_WEEK_MONDAY - Static variable in class com.funambol.client.test.CalendarCommandRunner
 
DAY_OF_WEEK_SATURDAY - Static variable in class com.funambol.client.test.CalendarCommandRunner
 
DAY_OF_WEEK_SUNDAY - Static variable in class com.funambol.client.test.CalendarCommandRunner
 
DAY_OF_WEEK_THURSDAY - Static variable in class com.funambol.client.test.CalendarCommandRunner
 
DAY_OF_WEEK_TUESDAY - Static variable in class com.funambol.client.test.CalendarCommandRunner
 
DAY_OF_WEEK_WEDNESDAY - Static variable in class com.funambol.client.test.CalendarCommandRunner
 
DEFAULT_RANGE_FUTURE - Variable in class com.funambol.client.customization.Customization
 
DEFAULT_RANGE_PAST - Variable in class com.funambol.client.customization.Customization
 
DEL_KEY_NAME - Static variable in class com.funambol.client.test.BasicCommandRunner
 
deleteAllContacts() - Method in class com.funambol.client.test.ContactsRobot
 
DeleteAllContacts() - Method in interface com.funambol.client.test.UserCommands
This command can used to simulate the deletion of all the contacts stored in the device.
deleteAllContactsOnServer(String, String) - Method in class com.funambol.client.test.ContactsCommandRunner
 
deleteAllContactsOnServer(CheckSyncClient) - Method in class com.funambol.client.test.ContactsRobot
 
DeleteAllContactsOnServer() - Method in interface com.funambol.client.test.UserCommands
This command can used to simulate the deletion of all the contacts stored in the server.
deleteAllEvents() - Method in class com.funambol.client.test.CalendarRobot
 
deleteAllEventsOnServer(String, String) - Method in class com.funambol.client.test.CalendarCommandRunner
 
deleteAllEventsOnServer(CheckSyncClient) - Method in class com.funambol.client.test.CalendarRobot
 
deleteAllFromOutside() - Method in class com.funambol.client.test.CheckSyncSource
 
deleteAllItems() - Method in class com.funambol.client.test.CheckSyncSource
 
deleteContact(String, String) - Method in class com.funambol.client.test.ContactsRobot
 
DeleteContact(String, String) - Method in interface com.funambol.client.test.UserCommands
This command can used to simulate a contact deletion.
deleteContactOnServer(String, String) - Method in class com.funambol.client.test.ContactsCommandRunner
 
deleteContactOnServer(String, String, CheckSyncClient) - Method in class com.funambol.client.test.ContactsRobot
 
DeleteContactOnServer(String, String) - Method in interface com.funambol.client.test.UserCommands
This command can used to simulate a contact deletion on the server.
deleteEvent(String) - Method in class com.funambol.client.test.CalendarRobot
 
deleteEventOnServer(String, String) - Method in class com.funambol.client.test.CalendarCommandRunner
 
deleteEventOnServer(String, CheckSyncClient) - Method in class com.funambol.client.test.CalendarRobot
 
deleteItem(String) - Method in class com.funambol.client.test.CheckSyncSource
 
deleteItemFromOutside(String) - Method in class com.funambol.client.test.CheckSyncSource
 
description - Variable in class com.funambol.client.controller.DialogOption
 
deselectIndex(int) - Method in interface com.funambol.client.ui.HomeScreen
 
DialogController - Class in com.funambol.client.controller
Control dialog alert flow on the client using the client's controller and DisplayManager.
DialogController(DisplayManager, Controller) - Constructor for class com.funambol.client.controller.DialogController
Public constructor
DialogController.FirstSyncDialogOption - Class in com.funambol.client.controller
Container for the first sync dialog options
DialogController.FirstSyncDialogOption(Screen, String, int, AppSyncSource[], String, Vector, boolean, int, int, boolean, int, int) - Constructor for class com.funambol.client.controller.DialogController.FirstSyncDialogOption
Public copy-constructor
DialogController.ResetDirectionDialogOption - Class in com.funambol.client.controller
Dialog option related to the refresh direction to be used.
DialogController.ResetDirectionDialogOption(Screen, String, int) - Constructor for class com.funambol.client.controller.DialogController.ResetDirectionDialogOption
 
DialogController.ResetTypeDialogOption - Class in com.funambol.client.controller
Container for the reset type dialog option
DialogController.ResetTypeDialogOption(Screen, String, int, int) - Constructor for class com.funambol.client.controller.DialogController.ResetTypeDialogOption
Public copy-constructor
DialogOption - Class in com.funambol.client.controller
 
DialogOption(Screen, String, int) - Constructor for class com.funambol.client.controller.DialogOption
 
dirty - Variable in class com.funambol.client.source.AppSyncSourceConfig
 
disable() - Method in class com.funambol.client.controller.UISyncSourceController
 
disable() - Method in class com.funambol.client.engine.Poller
 
disableCancel() - Method in interface com.funambol.client.ui.AccountScreen
 
disableListeners() - Method in interface com.funambol.client.ui.HomeScreen
 
disableSave() - Method in interface com.funambol.client.ui.AccountScreen
 
disableStatusAnimation() - Method in class com.funambol.client.controller.UISyncSourceController
 
dismissProgressDialog(Screen, int) - Method in interface com.funambol.client.ui.DisplayManager
Dismisses a progress dialog given its id
dismissSelectionDialog(int) - Method in interface com.funambol.client.ui.DisplayManager
Dismiss a previously shown selection dialog given its id
DisplayManager - Interface in com.funambol.client.ui
Interface to manage the display of application screens and alert dialogs.
doCancel - Variable in class com.funambol.client.controller.SynchronizationController
 
DOWN_KEY_NAME - Static variable in class com.funambol.client.test.BasicCommandRunner
 

E

EmptyContactField(String) - Method in interface com.funambol.client.test.UserCommands
This command can used to simulate a contact update.
enable() - Method in class com.funambol.client.controller.UISyncSourceController
 
enable() - Method in class com.funambol.client.engine.Poller
 
ENABLE_UPDATER_MANAGER - Variable in class com.funambol.client.customization.Customization
 
enableCancel() - Method in interface com.funambol.client.ui.AccountScreen
 
enableFileLogging() - Method in class com.funambol.client.customization.Customization
 
enableListeners() - Method in interface com.funambol.client.ui.HomeScreen
 
enableResetCommand(boolean) - Method in interface com.funambol.client.ui.AdvancedSettingsScreen
Disable the item related to the reset command.
enableSave() - Method in interface com.funambol.client.ui.AccountScreen
 
enableSendLogCommand(boolean) - Method in interface com.funambol.client.ui.AdvancedSettingsScreen
Disable the item related to the Send Log command.
enableUpdaterManager() - Method in class com.funambol.client.customization.Customization
 
END_TEST_COMMAND - Static variable in class com.funambol.client.test.BasicCommandRunner
 
endConnecting(int) - Method in class com.funambol.client.controller.UISyncSourceController
 
endConnecting(int) - Method in class com.funambol.client.test.SyncMonitorListener
 
endMapping() - Method in class com.funambol.client.controller.UISyncSourceController
 
endMapping() - Method in class com.funambol.client.test.SyncMonitorListener
 
endReceiving() - Method in class com.funambol.client.controller.UISyncSourceController
 
endReceiving() - Method in class com.funambol.client.test.SyncMonitorListener
 
endSending() - Method in class com.funambol.client.controller.UISyncSourceController
 
endSending() - Method in class com.funambol.client.test.SyncMonitorListener
 
endSession(SyncReport) - Method in class com.funambol.client.controller.UISyncSourceController
 
endSession(SyncReport) - Method in class com.funambol.client.test.SyncMonitorListener
 
endSync(Vector, boolean) - Method in class com.funambol.client.controller.AccountScreenController
 
endSync(Vector, boolean) - Method in class com.funambol.client.controller.SynchronizationController
 
endSync(Vector, boolean) - Method in interface com.funambol.client.engine.SyncEngineListener
The synchronizaion has been completed for the given sources.
endSyncing() - Method in class com.funambol.client.controller.UISyncSourceController
 
endSyncing() - Method in class com.funambol.client.test.SyncMonitorListener
 
EndTest() - Method in interface com.funambol.client.test.UserCommands
Terminates the commands of a test.
engine - Variable in class com.funambol.client.controller.SynchronizationController
 
errorCode - Variable in class com.funambol.client.test.BasicScriptRunner
 
EVENT_FIELD_ALLDAY - Static variable in class com.funambol.client.test.CalendarCommandRunner
 
EVENT_FIELD_ATTENDEES - Static variable in class com.funambol.client.test.CalendarCommandRunner
 
EVENT_FIELD_DESCRIPTION - Static variable in class com.funambol.client.test.CalendarCommandRunner
 
EVENT_FIELD_END - Static variable in class com.funambol.client.test.CalendarCommandRunner
 
EVENT_FIELD_LOCATION - Static variable in class com.funambol.client.test.CalendarCommandRunner
 
EVENT_FIELD_REMINDER - Static variable in class com.funambol.client.test.CalendarCommandRunner
 
EVENT_FIELD_START - Static variable in class com.funambol.client.test.CalendarCommandRunner
 
EVENT_FIELD_SUMMARY - Static variable in class com.funambol.client.test.CalendarCommandRunner
 
EVENT_FIELD_TIMEZONE - Static variable in class com.funambol.client.test.CalendarCommandRunner
 
EVENT_RANGE_LIMITED - Variable in class com.funambol.client.customization.Customization
 
EVENT_REC_FIELD_DAY_OF_MONTH - Static variable in class com.funambol.client.test.CalendarCommandRunner
 
EVENT_REC_FIELD_DAY_OF_WEEK - Static variable in class com.funambol.client.test.CalendarCommandRunner
 
EVENT_REC_FIELD_END_DATE - Static variable in class com.funambol.client.test.CalendarCommandRunner
 
EVENT_REC_FIELD_EXCEPTIONS - Static variable in class com.funambol.client.test.CalendarCommandRunner
 
EVENT_REC_FIELD_EXCEPTIONS_ADD - Static variable in class com.funambol.client.test.CalendarCommandRunner
 
EVENT_REC_FIELD_FREQUENCY - Static variable in class com.funambol.client.test.CalendarCommandRunner
 
EVENT_REC_FIELD_INSTANCE - Static variable in class com.funambol.client.test.CalendarCommandRunner
 
EVENT_REC_FIELD_INTERVAL - Static variable in class com.funambol.client.test.CalendarCommandRunner
 
EVENT_REC_FIELD_MONTH_OF_YEAR - Static variable in class com.funambol.client.test.CalendarCommandRunner
 
EVENT_REC_FIELD_OCCURRENCES - Static variable in class com.funambol.client.test.CalendarCommandRunner
 
EVENT_REC_FIELD_START_DATE - Static variable in class com.funambol.client.test.CalendarCommandRunner
 
eventAsVcal - Variable in class com.funambol.client.test.CalendarRobot
 
EVENTS_ID - Static variable in class com.funambol.client.source.AppSyncSourceManager
 
execute(RPCParam[]) - Method in class com.funambol.client.ipc.rpc.RPCMethod
This method is called back on remote execution of this RPCMethod.
exit() - Method in class com.funambol.client.controller.HomeScreenController
 
ExternalAppManager - Interface in com.funambol.client.source
 

F

findContactKeyOnServer(String, String, CheckSyncClient) - Method in class com.funambol.client.test.ContactsRobot
 
findEventKeyOnServer(String, CheckSyncClient) - Method in class com.funambol.client.test.CalendarRobot
 
FIRE_KEY_NAME - Static variable in class com.funambol.client.test.BasicCommandRunner
 
fireSync(SyncManager, SyncSource, int, boolean) - Method in class com.funambol.client.engine.SyncEngine
 
FIRST_SYNC_DIALOG_ID - Static variable in interface com.funambol.client.ui.DisplayManager
first sync alert dialog id
FOLDING_INDENT_CHAR - Static variable in class com.funambol.client.test.CalendarRobot
 
FOLDING_INDENT_CHAR - Static variable in class com.funambol.client.test.ContactsRobot
 
Font - Class in com.funambol.client.ui
 
Font() - Constructor for class com.funambol.client.ui.Font
 
FORCE_SLOW_SYNC_COMMAND - Static variable in class com.funambol.client.test.BasicCommandRunner
 
ForceSlowSync(String) - Method in interface com.funambol.client.test.UserCommands
This command forces the next sync to be a slow sync for the given source
forceSynchronization(String, Vector, boolean, int, int, boolean) - Method in class com.funambol.client.controller.SynchronizationController
 
FREQUENCY_TYPE_DAILY - Static variable in class com.funambol.client.test.CalendarCommandRunner
 
FREQUENCY_TYPE_MONTHLY - Static variable in class com.funambol.client.test.CalendarCommandRunner
 
FREQUENCY_TYPE_MONTHLY_NTH - Static variable in class com.funambol.client.test.CalendarCommandRunner
 
FREQUENCY_TYPE_NONE - Static variable in class com.funambol.client.test.CalendarCommandRunner
 
FREQUENCY_TYPE_WEEKLY - Static variable in class com.funambol.client.test.CalendarCommandRunner
 
FREQUENCY_TYPE_YEARLY - Static variable in class com.funambol.client.test.CalendarCommandRunner
 
FREQUENCY_TYPE_YEARLY_NTH - Static variable in class com.funambol.client.test.CalendarCommandRunner
 

G

getAboutCopyright() - Method in class com.funambol.client.customization.Customization
 
getAboutScreen() - Method in class com.funambol.client.controller.AboutScreenController
 
getAboutScreen() - Method in class com.funambol.client.controller.ControllerDataFactory
 
getAboutScreenController() - Method in class com.funambol.client.controller.Controller
 
getAboutSite() - Method in class com.funambol.client.customization.Customization
 
getAccountScreen() - Method in class com.funambol.client.controller.ControllerDataFactory
 
getAccountScreenController() - Method in class com.funambol.client.controller.Controller
 
getActive() - Method in class com.funambol.client.source.AppSyncSourceConfig
 
getAddedItems() - Method in class com.funambol.client.test.CheckSyncSource
 
getAllItems() - Method in class com.funambol.client.test.CheckSyncSource
 
getAllItemsCount() - Method in class com.funambol.client.test.CheckSyncSource
 
getAllItemsKeys() - Method in class com.funambol.client.test.CheckSyncSource
 
getApplicationFullname() - Method in class com.funambol.client.customization.Customization
 
getApplicationTitle() - Method in class com.funambol.client.customization.Customization
 
getAppManager() - Method in class com.funambol.client.source.AppSyncSource
 
getAppSyncSourceManager() - Method in class com.funambol.client.controller.Controller
 
getArrayValue() - Method in class com.funambol.client.ipc.rpc.RPCParam
Get the parameter value as an array.
getAvailableSources() - Method in class com.funambol.client.customization.Customization
Returns an Enumeration of Integer where each item represents the id of an available source.
getAvailableSyncModes() - Method in class com.funambol.client.customization.Customization
 
getAvailableVersion() - Method in class com.funambol.client.configuration.Configuration
 
getBase64Value() - Method in class com.funambol.client.ipc.rpc.RPCParam
Get the parameter value as a string representing base64 data.
getBaseUrl() - Static method in class com.funambol.client.test.BasicScriptRunner
 
getBaseUrl(String) - Method in class com.funambol.client.test.BasicScriptRunner
Get the script related base url
getBasicRobot() - Method in class com.funambol.client.test.BasicCommandRunner
Accessor method
getBlockIncomingInvites() - Method in class com.funambol.client.configuration.Configuration
 
getBooleanValue() - Method in class com.funambol.client.ipc.rpc.RPCParam
Get the parameter value as a boolean.
getButtonBackground() - Method in class com.funambol.client.customization.Customization
 
getButtonHighlightedBackground() - Method in class com.funambol.client.customization.Customization
 
getC2SPushDelay() - Method in class com.funambol.client.customization.Customization
 
getCalendarType() - Method in class com.funambol.client.customization.Customization
 
getCancelledIcon() - Method in class com.funambol.client.customization.Customization
 
getCheckInterval() - Method in class com.funambol.client.configuration.Configuration
 
getCheckUpdtIntervalDefault() - Method in class com.funambol.client.customization.Customization
 
getClientNonce() - Method in class com.funambol.client.configuration.Configuration
 
getCompanyName() - Method in class com.funambol.client.customization.Customization
 
getConfig() - Method in class com.funambol.client.source.AppSyncSource
 
getConfiguration() - Method in class com.funambol.client.controller.Controller
 
getConfigurationScreen() - Method in class com.funambol.client.controller.ControllerDataFactory
 
getContactType() - Method in class com.funambol.client.customization.Customization
 
getController() - Method in class com.funambol.client.controller.AccountScreenController
 
getController() - Method in class com.funambol.client.controller.SynchronizationController
 
getController() - Method in class com.funambol.client.controller.UISyncSourceController
 
getCredentialsCheckPending() - Method in class com.funambol.client.configuration.Configuration
 
getCurrentContactVCard() - Method in class com.funambol.client.test.ContactsRobot
 
getCurrentEventVCal() - Method in class com.funambol.client.test.CalendarRobot
 
getCurrentSource() - Method in class com.funambol.client.controller.SynchronizationController
Returns the sync source currently being synchronized.
getCurrentSource() - Method in class com.funambol.client.engine.SyncEngine
Returns the source which is currently being synchronized.
getCurrentTestName() - Method in class com.funambol.client.test.BasicCommandRunner
Return the name of the test that is executing.
getCustomization() - Method in class com.funambol.client.controller.Controller
 
getDate(long) - Method in interface com.funambol.client.localization.Localization
Return a date in the given locale format.
getDateTimeValue() - Method in class com.funambol.client.ipc.rpc.RPCParam
Get the parameter value as a string representing date time.
getDefaultAuthType() - Method in class com.funambol.client.customization.Customization
 
getDefaultBlockInvites() - Method in class com.funambol.client.customization.Customization
 
getDefaultEncode() - Method in class com.funambol.client.customization.Customization
 
getDefaultEncryptionType() - Method in class com.funambol.client.customization.Customization
 
getDefaultPollingInterval() - Method in class com.funambol.client.customization.Customization
 
getDefaultRangeFuture() - Method in class com.funambol.client.customization.Customization
 
getDefaultRangePast() - Method in class com.funambol.client.customization.Customization
 
getDefaultSourceSyncMode(int) - Method in class com.funambol.client.customization.Customization
 
getDefaultSourceSyncModes(int) - Method in class com.funambol.client.customization.Customization
 
getDefaultSourceUri(int) - Method in class com.funambol.client.customization.Customization
 
getDefaultSyncMode() - Method in class com.funambol.client.customization.Customization
 
getDeletedItems() - Method in class com.funambol.client.test.CheckSyncSource
 
getDescription() - Method in class com.funambol.client.controller.DialogOption
 
getDeviceConfig() - Method in class com.funambol.client.configuration.Configuration
 
getDeviceFullShown() - Method in class com.funambol.client.source.AppSyncSourceConfig
 
getDialogController() - Method in class com.funambol.client.controller.Controller
 
getDirection() - Method in class com.funambol.client.controller.DialogController.ResetTypeDialogOption
Accessor method to get the sync direction value
getDisabledIconName() - Method in class com.funambol.client.source.AppSyncSource
 
getDisabledLabel() - Method in class com.funambol.client.source.AppSyncSource
 
getDisplayManager() - Method in class com.funambol.client.controller.Controller
 
getDisplayManager() - Method in class com.funambol.client.controller.ControllerDataFactory
 
getDoubleValue() - Method in class com.funambol.client.ipc.rpc.RPCParam
Get the parameter value as a double.
getDownloadUrl() - Method in class com.funambol.client.configuration.Configuration
 
getEnabled() - Method in class com.funambol.client.source.AppSyncSourceConfig
 
getEnabledAndWorkingSources() - Method in class com.funambol.client.source.AppSyncSourceManager
 
getEnabledLabel() - Method in class com.funambol.client.source.AppSyncSource
 
getEnabledSources() - Method in class com.funambol.client.source.AppSyncSourceManager
 
getErrorCode() - Method in class com.funambol.client.test.BasicScriptRunner
Accessor method to retrieve the global status of the entire test suite.
getErrorIcon() - Method in class com.funambol.client.customization.Customization
 
getFileBrowserDir() - Method in class com.funambol.client.customization.Customization
 
getFirstRunTimestamp() - Method in class com.funambol.client.configuration.Configuration
 
getFixedApn() - Method in class com.funambol.client.customization.Customization
 
getFolderIcon() - Method in class com.funambol.client.customization.Customization
 
getForceServerCapsRequest() - Method in class com.funambol.client.configuration.Configuration
 
getHomeScreen() - Method in class com.funambol.client.controller.ControllerDataFactory
 
getHomeScreen() - Method in class com.funambol.client.controller.HomeScreenController
 
getHomeScreenController() - Method in class com.funambol.client.controller.Controller
 
getHttpUploadPrefix() - Method in class com.funambol.client.customization.Customization
 
getIconName() - Method in class com.funambol.client.source.AppSyncSource
 
getId() - Method in class com.funambol.client.source.AppSyncSource
 
getImageLogo() - Method in class com.funambol.client.customization.Customization
 
getInstance() - Static method in class com.funambol.client.ipc.rpc.RPCManager
Default singleton instance access method
getInterval() - Method in class com.funambol.client.engine.Poller
 
getIntValue() - Method in class com.funambol.client.ipc.rpc.RPCParam
Get the parameter value as a integer.
getItemContent(SyncItem) - Method in class com.funambol.client.test.CheckSyncSource
 
getItemsCount(String) - Method in class com.funambol.client.test.CheckSyncClient
 
getLanguage(String) - Method in interface com.funambol.client.localization.Localization
Return a localized string for the given key.
getLastReminder() - Method in class com.funambol.client.configuration.Configuration
 
getLastSyncReport() - Method in class com.funambol.client.controller.UISyncSourceController
 
getLastSyncStatus() - Method in class com.funambol.client.source.AppSyncSourceConfig
 
getLastUpdateCheck() - Method in class com.funambol.client.configuration.Configuration
 
getLicense() - Method in class com.funambol.client.customization.Customization
 
getListener() - Method in class com.funambol.client.engine.SyncEngine
Gets the current listener.
getLocalization() - Method in class com.funambol.client.controller.Controller
 
getLogAppTitle() - Method in class com.funambol.client.customization.Customization
 
getLogFileDirectory() - Method in class com.funambol.client.customization.Customization
 
getLogFileName() - Method in class com.funambol.client.customization.Customization
 
getLogLevel() - Method in class com.funambol.client.configuration.Configuration
 
getMaxItemsPerMessageInSlowSync() - Method in class com.funambol.client.customization.Customization
 
getName() - Method in class com.funambol.client.ipc.rpc.RPCMethod
Get the method's name
getName() - Method in class com.funambol.client.ipc.rpc.RPCParam
Get the parameter name.
getName() - Method in class com.funambol.client.source.AppSyncSource
 
getNativeListener() - Method in class com.funambol.client.source.AppSyncSource
 
getOkIcon() - Method in class com.funambol.client.customization.Customization
 
getOpaqueDescriptor() - Method in class com.funambol.client.ui.Bitmap
 
getOsVersion() - Method in class com.funambol.client.test.BasicScriptRunner
Accessor method to retrieve the OS version
getParameter(String, int) - Method in class com.funambol.client.test.CommandRunner
 
getParametersCount(String) - Method in class com.funambol.client.test.CommandRunner
 
getPassword() - Method in class com.funambol.client.configuration.Configuration
 
getPasswordDefault() - Method in class com.funambol.client.customization.Customization
 
getPicturesDir() - Method in class com.funambol.client.customization.Customization
 
getPollingInterval() - Method in class com.funambol.client.configuration.Configuration
 
getPollingPimIntervalChoices() - Method in class com.funambol.client.customization.Customization
 
getPollingTimestamp() - Method in class com.funambol.client.configuration.Configuration
 
getPoweredBy() - Method in class com.funambol.client.customization.Customization
 
getPoweredByLogo() - Method in class com.funambol.client.customization.Customization
 
getPreferredFont() - Method in class com.funambol.client.customization.Customization
 
getRangeFuture() - Method in class com.funambol.client.configuration.Configuration
 
getRangePast() - Method in class com.funambol.client.configuration.Configuration
 
getRegisteredSources() - Method in class com.funambol.client.source.AppSyncSourceManager
 
getReminderInterval() - Method in class com.funambol.client.configuration.Configuration
 
getReminderUpdtIntervalDefault() - Method in class com.funambol.client.customization.Customization
 
getRemoteUri(AppSyncSource) - Method in class com.funambol.client.controller.SynchronizationController
 
getResults() - Method in class com.funambol.client.test.BasicScriptRunner
Accessor method to retrieve the details of the failed tests
getScreen() - Method in class com.funambol.client.controller.DialogOption
 
getScreen() - Method in interface com.funambol.client.ui.Screen
Get logic item that represents the screen into the application.
getServerUriDefault() - Method in class com.funambol.client.customization.Customization
 
getSettings() - Method in class com.funambol.client.source.AppSyncSource
 
getSettingsUIClass() - Method in class com.funambol.client.source.AppSyncSource
 
getSettingsUISyncSource() - Method in class com.funambol.client.source.AppSyncSource
 
getSkip() - Method in class com.funambol.client.configuration.Configuration
 
getSource(int) - Method in class com.funambol.client.source.AppSyncSourceManager
 
getSource() - Method in interface com.funambol.client.ui.SettingsUISyncSource
Returns the AppSyncSource this item represents
getSource() - Method in interface com.funambol.client.ui.UISyncSource
Returns the AppSyncSource this item represents
getSourceConfig(int) - Method in class com.funambol.client.controller.Controller
 
getSourceDisabledIcon(int) - Method in class com.funambol.client.customization.Customization
 
getSourceIcon(int) - Method in class com.funambol.client.customization.Customization
 
getSourcePosition(int) - Method in class com.funambol.client.source.AppSyncSourceManager
 
getSourcesOrder() - Method in class com.funambol.client.customization.Customization
 
getSourceUri(int) - Method in class com.funambol.client.customization.Customization
 
getStatusIconsForAnimation() - Method in class com.funambol.client.customization.Customization
 
getStatusSelectedIcon() - Method in class com.funambol.client.customization.Customization
 
getStringValue() - Method in class com.funambol.client.ipc.rpc.RPCParam
Get the parameter value as a string.
getStructValue() - Method in class com.funambol.client.ipc.rpc.RPCParam
Get the parameter value as a struct.
getSupportEmailAddress() - Method in class com.funambol.client.customization.Customization
 
getSyncAllBackground() - Method in class com.funambol.client.customization.Customization
 
getSyncAllHighlightedBackground() - Method in class com.funambol.client.customization.Customization
 
getSyncAllIcon() - Method in class com.funambol.client.customization.Customization
 
getSyncConfig() - Method in class com.funambol.client.configuration.Configuration
 
getSynced() - Method in class com.funambol.client.source.AppSyncSourceConfig
 
getSyncedInSession() - Method in class com.funambol.client.source.AppSyncSource
Returns true if this source was synced in this session.
getSyncEngine() - Method in class com.funambol.client.controller.SynchronizationController
 
getSynchronizationController() - Method in interface com.funambol.client.ui.SynchronizationScreen
 
getSyncMode() - Method in class com.funambol.client.configuration.Configuration
 
getSyncMode() - Method in interface com.funambol.client.ui.SettingsUISyncSource
Get the sync mode
getSyncReport(String) - Method in class com.funambol.client.test.SyncMonitor
 
getSyncSettingsScreen() - Method in class com.funambol.client.controller.SyncSettingsScreenController
 
getSyncSettingsScreenController() - Method in class com.funambol.client.controller.Controller
 
getSyncSource() - Method in class com.funambol.client.source.AppSyncSource
 
getSyncSource(String) - Method in class com.funambol.client.test.BasicRobot
 
getSyncSource(String) - Method in class com.funambol.client.test.CheckSyncClient
 
getSyncType() - Method in class com.funambol.client.source.AppSyncSourceConfig
 
getSyncUrl() - Method in class com.funambol.client.configuration.Configuration
 
getTaskType() - Method in class com.funambol.client.customization.Customization
 
getTime(long) - Method in interface com.funambol.client.localization.Localization
Return a time in the given locale format.
getType() - Method in class com.funambol.client.ipc.rpc.RPCParam
Get the parameter type.
getUiSourceIndex() - Method in class com.funambol.client.source.AppSyncSource
 
getUISyncSource() - Method in class com.funambol.client.source.AppSyncSource
 
getUISyncSourceController() - Method in class com.funambol.client.source.AppSyncSource
 
getUpdatedItems() - Method in class com.funambol.client.test.CheckSyncSource
 
getUpdateType() - Method in class com.funambol.client.configuration.Configuration
 
getUploadContentViaHttp() - Method in class com.funambol.client.source.AppSyncSourceConfig
 
getUri() - Method in class com.funambol.client.source.AppSyncSourceConfig
 
getUserAgent() - Method in class com.funambol.client.configuration.Configuration
 
getUserDefault() - Method in class com.funambol.client.customization.Customization
 
getUsername() - Method in class com.funambol.client.configuration.Configuration
 
getValue() - Method in class com.funambol.client.controller.DialogOption
 
getVersion() - Method in class com.funambol.client.customization.Customization
 
getViewLogLevel() - Method in interface com.funambol.client.ui.AdvancedSettingsScreen
Accessor method to get the log level set on the view selector item
getVisibleItems() - Method in class com.funambol.client.controller.HomeScreenController
 
getVisibleSourceItems() - Method in class com.funambol.client.controller.SyncSettingsScreenController
 
getWarningIcon() - Method in class com.funambol.client.customization.Customization
 
getWarningOnFirstSync() - Method in class com.funambol.client.source.AppSyncSource
Returns the message to show at the very first sync for this source.
getWorkingSources() - Method in class com.funambol.client.source.AppSyncSourceManager
 
gotoMenuEnabled() - Method in class com.funambol.client.customization.Customization
 
gotoMenuSelected() - Method in class com.funambol.client.controller.HomeScreenController
 

H

hasChanges(String, String, String) - Method in class com.funambol.client.controller.AccountScreenController
 
hasChanges() - Method in class com.funambol.client.controller.SyncSettingsScreenController
 
hasChanges() - Method in interface com.funambol.client.ui.SettingsUIItem
 
hasChanges() - Method in interface com.funambol.client.ui.SettingsUISyncSource
 
hasMoreElements() - Method in class com.funambol.client.source.AppSyncSourceManager.SortedSourcesEnumeration
 
hasSetting(int) - Method in class com.funambol.client.source.AppSyncSource
 
hasSettings() - Method in class com.funambol.client.source.AppSyncSource
 
hide() - Method in class com.funambol.client.controller.AccountScreenController
 
hideLogsSection() - Method in interface com.funambol.client.ui.AdvancedSettingsScreen
Hide the entire log section.
hideScreen(Screen) - Method in class com.funambol.client.controller.Controller
 
hideScreen(Screen) - Method in interface com.funambol.client.ui.DisplayManager
Hide a screen pulling it to the background
hideSendLogCommand() - Method in interface com.funambol.client.ui.AdvancedSettingsScreen
Hide the send log button.
hideViewLogCommand() - Method in interface com.funambol.client.ui.AdvancedSettingsScreen
Hide the view log button.
HOME_SCREEN_ID - Static variable in class com.funambol.client.controller.Controller
 
homeScreen - Variable in class com.funambol.client.controller.HomeScreenController
 
HomeScreen - Interface in com.funambol.client.ui
HomeScreen is the view for the typical Funambol home screen.
HomeScreenController - Class in com.funambol.client.controller
This class represents the controller for the home screen.
HomeScreenController(Controller, HomeScreen) - Constructor for class com.funambol.client.controller.HomeScreenController
 

I

Include(String) - Method in interface com.funambol.client.test.UserCommands
This command includes another script file.
incrementalServerItemkey - Variable in class com.funambol.client.test.CalendarRobot
 
incrementalServerItemkey - Variable in class com.funambol.client.test.ContactsRobot
 
initialize() - Method in class com.funambol.client.controller.AdvancedSettingsScreenController
Initialize the config parameter on the screen, in particular the log level.
initialize() - Method in class com.funambol.client.test.Robot
 
initialize(AccountScreenController) - Method in interface com.funambol.client.ui.AccountScreen
 
initialize(HomeScreenController) - Method in interface com.funambol.client.ui.HomeScreen
 
initScreen() - Method in class com.funambol.client.controller.AccountScreenController
 
initSourcesInfo() - Method in class com.funambol.client.customization.Customization
 
INTERRUPT_SYNC_AFTER_PHASE_COMMAND - Static variable in class com.funambol.client.test.BasicCommandRunner
 
interruptAfterPhase(String, int, String) - Method in class com.funambol.client.test.SyncMonitorListener
 
interruptOnPhase - Variable in class com.funambol.client.test.SyncMonitorListener
 
interruptOnPhaseNumber - Variable in class com.funambol.client.test.SyncMonitorListener
 
interruptReason - Variable in class com.funambol.client.test.SyncMonitorListener
 
interruptSync(String) - Method in class com.funambol.client.test.SyncMonitorListener
 
interruptSyncAfterPhase(String, int, String, SyncMonitor) - Method in class com.funambol.client.test.BasicRobot
 
interruptSyncAfterPhase(String, int, String) - Method in class com.funambol.client.test.SyncMonitor
 
invitesFiltering() - Method in class com.funambol.client.customization.Customization
 
invoke(String, RPCParam[]) - Method in class com.funambol.client.ipc.rpc.RPCManager
Invoke a remote method.
isBlockInvitesFieldVisible() - Method in class com.funambol.client.customization.Customization
 
isC2SPushEnabled() - Method in class com.funambol.client.customization.Customization
 
isCancelled() - Method in class com.funambol.client.controller.SynchronizationController
Check if the current sync should be cancelled
isCancelled() - Method in interface com.funambol.client.engine.SyncEngineListener
This method allows the client to stop the sync.
isConnectionConfigurationAllowed(String) - Method in class com.funambol.client.controller.SynchronizationController
 
isDirty() - Method in class com.funambol.client.source.AppSyncSourceConfig
 
isDisabled() - Method in interface com.funambol.client.ui.UISyncSource
Check if the item is enabled/disabled
isEnabled() - Method in class com.funambol.client.source.AppSyncSource
Deprecated. Use AppSyncSourceConfig directly instead
isInitialized() - Method in class com.funambol.client.configuration.Configuration
 
isLogEnabledInSettingsScreen() - Method in class com.funambol.client.customization.Customization
 
isRangeFutureVisible() - Method in class com.funambol.client.customization.Customization
 
isRangePastVisible() - Method in class com.funambol.client.customization.Customization
 
isRefreshSupported(int) - Method in class com.funambol.client.source.AppSyncSource
 
isSelected() - Method in interface com.funambol.client.ui.UISyncSource
Return the selected status
isSourceActive(int) - Method in class com.funambol.client.customization.Customization
 
isSourceEnabledByDefault(int) - Method in class com.funambol.client.customization.Customization
 
isSourceUriVisible() - Method in class com.funambol.client.customization.Customization
 
isSyncDirectionVisible() - Method in class com.funambol.client.customization.Customization
 
isSynchronizing() - Method in class com.funambol.client.controller.SynchronizationController
Returns true iff a synchronization is in progress
isSynchronizing() - Method in class com.funambol.client.engine.SyncEngine
Returns true iff a sync is in progress
isSyncing() - Method in class com.funambol.client.test.SyncMonitor
 
isUpdate() - Method in class com.funambol.client.controller.Controller
 
isUpdate() - Method in class com.funambol.client.controller.HomeScreenController
 
isVisible() - Method in class com.funambol.client.source.AppSyncSource
 
isWorking() - Method in class com.funambol.client.source.AppSyncSource
 
itemAddChunkSent(String, String, int) - Method in class com.funambol.client.controller.UISyncSourceController
 
itemAddChunkSent(String, String, int) - Method in class com.funambol.client.test.SyncMonitorListener
 
itemAddSendingEnded(String, String, int) - Method in class com.funambol.client.controller.UISyncSourceController
 
itemAddSendingEnded(String, String, int) - Method in class com.funambol.client.test.SyncMonitorListener
 
itemAddSendingStarted(String, String, int) - Method in class com.funambol.client.controller.UISyncSourceController
 
itemAddSendingStarted(String, String, int) - Method in class com.funambol.client.test.SyncMonitorListener
 
itemDeleted(Object) - Method in class com.funambol.client.controller.UISyncSourceController
 
itemDeleted(Object) - Method in class com.funambol.client.test.SyncMonitorListener
 
itemDeleteSent(Object) - Method in class com.funambol.client.controller.UISyncSourceController
 
itemDeleteSent(Object) - Method in class com.funambol.client.test.SyncMonitorListener
 
itemReceived(Object) - Method in class com.funambol.client.controller.UISyncSourceController
 
itemReceived(Object) - Method in class com.funambol.client.test.SyncMonitorListener
 
itemRemoved(int, int) - Method in class com.funambol.client.controller.UISyncSourceController
 
itemReplaceChunkSent(String, String, int) - Method in class com.funambol.client.controller.UISyncSourceController
 
itemReplaceChunkSent(String, String, int) - Method in class com.funambol.client.test.SyncMonitorListener
 
itemReplaceSendingEnded(String, String, int) - Method in class com.funambol.client.controller.UISyncSourceController
 
itemReplaceSendingEnded(String, String, int) - Method in class com.funambol.client.test.SyncMonitorListener
 
itemReplaceSendingStarted(String, String, int) - Method in class com.funambol.client.controller.UISyncSourceController
 
itemReplaceSendingStarted(String, String, int) - Method in class com.funambol.client.test.SyncMonitorListener
 
items - Variable in class com.funambol.client.controller.HomeScreenController
 
itemUpdated(Object) - Method in class com.funambol.client.controller.UISyncSourceController
 
itemUpdated(Object, Object) - Method in class com.funambol.client.controller.UISyncSourceController
 
itemUpdated(Object, Object) - Method in class com.funambol.client.test.SyncMonitorListener
 
itemUpdated(Object) - Method in class com.funambol.client.test.SyncMonitorListener
 

K

KEY_PRESS_COMMAND - Static variable in class com.funambol.client.test.BasicCommandRunner
 
keyPress(String, int) - Method in class com.funambol.client.test.BasicRobot
 
KeyPress(String, int) - Method in interface com.funambol.client.test.UserCommands
This command simulates a user action via the device keypad.

L

launch(AppSyncSource, Object[]) - Method in interface com.funambol.client.source.ExternalAppManager
Launcher for the application associated to the given source.
layout() - Method in interface com.funambol.client.ui.SettingsUISyncSource
Called when the controller requests the item to be layout
LEFT_KEY_NAME - Static variable in class com.funambol.client.test.BasicCommandRunner
 
lis - Variable in class com.funambol.client.test.SyncMonitorListener
 
listeners - Variable in class com.funambol.client.test.SyncMonitor
 
load() - Method in class com.funambol.client.configuration.Configuration
Load the current config from the persistent store.
load(SourceConfig) - Method in class com.funambol.client.source.AppSyncSourceConfig
 
loadBooleanKey(String, boolean) - Method in class com.funambol.client.configuration.Configuration
 
loadBrowser(String) - Method in interface com.funambol.client.ui.DisplayManager
Load the browser to the given url To be implemented.
loadByteArrayKey(String, byte[]) - Method in class com.funambol.client.configuration.Configuration
 
loadContact(String, String) - Method in class com.funambol.client.test.ContactsRobot
 
LoadContact(String, String) - Method in interface com.funambol.client.test.UserCommands
This command can used to simulate a contact update.
loadContactOnServer(String, String) - Method in class com.funambol.client.test.ContactsCommandRunner
 
loadContactOnServer(String, String, CheckSyncClient) - Method in class com.funambol.client.test.ContactsRobot
 
LoadContactOnServer(String, String) - Method in interface com.funambol.client.test.UserCommands
This command can used to simulate a contact update on the server.
loadCustomSettings() - Method in interface com.funambol.client.ui.SettingsUISyncSource
 
loadEvent(String) - Method in class com.funambol.client.test.CalendarRobot
 
loadEventOnServer(String, String) - Method in class com.funambol.client.test.CalendarCommandRunner
 
loadEventOnServer(String, CheckSyncClient) - Method in class com.funambol.client.test.CalendarRobot
 
loadIntKey(String, int) - Method in class com.funambol.client.configuration.Configuration
 
loadKey(String) - Method in class com.funambol.client.configuration.Configuration
 
loadLongKey(String, long) - Method in class com.funambol.client.configuration.Configuration
 
loadStringKey(String, String) - Method in class com.funambol.client.configuration.Configuration
 
localization - Variable in class com.funambol.client.controller.AdvancedSettingsScreenController
 
localization - Variable in class com.funambol.client.controller.Controller
 
localization - Variable in class com.funambol.client.controller.SynchronizationController
 
Localization - Interface in com.funambol.client.localization
 
lockHomeScreen(Vector) - Method in class com.funambol.client.controller.HomeScreenController
 
LOG_ENABLED - Variable in class com.funambol.client.customization.Customization
 
LOG_FILE_NAME - Variable in class com.funambol.client.customization.Customization
 
LOG_IN_SETTINGS_SCREEN - Variable in class com.funambol.client.customization.Customization
 
LOG_PATH - Variable in class com.funambol.client.customization.Customization
 
LOG_TITLE - Variable in class com.funambol.client.customization.Customization
 
logConnectivityError - Variable in class com.funambol.client.controller.SynchronizationController
 
logEnabled() - Method in class com.funambol.client.customization.Customization
 
loginScreenRequired() - Method in class com.funambol.client.customization.Customization
 

M

MAILS_ID - Static variable in class com.funambol.client.source.AppSyncSourceManager
 
MANUAL - Static variable in class com.funambol.client.controller.SynchronizationController
 
MENU_KEY_NAME - Static variable in class com.funambol.client.test.BasicCommandRunner
 
merge(SyncRequest) - Method in class com.funambol.client.engine.AppSyncRequest
 
messageReceived(String) - Method in class com.funambol.client.ipc.rpc.RPCManager
This method is called by the RPCServer on incoming messages.
messageSent() - Method in class com.funambol.client.ipc.rpc.RPCManager
This method is called by the RPCServer on outgoing messages that are sent.
migrateConfig() - Method in class com.funambol.client.configuration.Configuration
 
migrateFrom5To6() - Method in class com.funambol.client.configuration.Configuration
 
migrateFrom5To6() - Method in class com.funambol.client.source.AppSyncSourceConfig
 
migrateFrom6To7() - Method in class com.funambol.client.configuration.Configuration
 
migrateFrom6To7() - Method in class com.funambol.client.source.AppSyncSourceConfig
 
migrateSourcesFrom5To6() - Method in class com.funambol.client.configuration.Configuration
 
migrateSourcesFrom6To7() - Method in class com.funambol.client.configuration.Configuration
 

N

nextElement() - Method in class com.funambol.client.source.AppSyncSourceManager.SortedSourcesEnumeration
 
NO_LIMIT - Static variable in interface com.funambol.client.ui.DisplayManager
int value related to the infinitive time to wait before dismissing a screen or a dialog
noConnection() - Method in class com.funambol.client.controller.SynchronizationController
 
noConnection() - Method in interface com.funambol.client.engine.SyncEngineListener
Sync cannot be performed because connections cannot be established
noCredentials() - Method in class com.funambol.client.controller.SynchronizationController
 
noCredentials() - Method in interface com.funambol.client.engine.SyncEngineListener
Sync cannot be performed because the user did not set his credentials
noSignal() - Method in class com.funambol.client.controller.SynchronizationController
 
noSignal() - Method in interface com.funambol.client.engine.SyncEngineListener
Sync cannot be performed because there is no network coverage
noSources() - Method in class com.funambol.client.controller.SynchronizationController
 
noSources() - Method in interface com.funambol.client.engine.SyncEngineListener
Sync cannot be performed because no sources are selected
NOTE_ADDITS_STORAGE_KEY - Static variable in class com.funambol.client.source.AppSyncSourceManager
 
NOTE_STOREAGE_KEY - Static variable in class com.funambol.client.source.AppSyncSourceManager
 
NOTE_TYPE_SIF - Static variable in class com.funambol.client.source.AppSyncSourceManager
 
NOTES_ID - Static variable in class com.funambol.client.source.AppSyncSourceManager
 
notifySourceConfigChanged(AppSyncSource) - Method in class com.funambol.client.configuration.Configuration
 
numberOfEnabledAndWorkingSources() - Method in class com.funambol.client.source.AppSyncSourceManager
 
numberOfEnabledSources() - Method in class com.funambol.client.source.AppSyncSourceManager
 
numberOfRegisteredSources() - Method in class com.funambol.client.source.AppSyncSourceManager
 
numberOfWorkingSources() - Method in class com.funambol.client.source.AppSyncSourceManager
 
numErrors() - Method in class com.funambol.client.controller.HomeScreenController
 

O

orderVCal(String, String[], Hashtable) - Method in class com.funambol.client.test.CalendarRobot
 
orderVCard(String) - Method in class com.funambol.client.test.ContactsRobot
Order the vCard item fields alphabetically.
orderVCard(String, String[], Hashtable) - Method in class com.funambol.client.test.ContactsRobot
 

P

parseBoolean(String) - Method in class com.funambol.client.test.CommandRunner
 
PASSWORD - Variable in class com.funambol.client.customization.Customization
 
password - Variable in class com.funambol.client.test.CheckSyncClient
 
PHOTO_STORAGE_KEY - Static variable in class com.funambol.client.source.AppSyncSourceManager
 
PICTURES_ID - Static variable in class com.funambol.client.source.AppSyncSourceManager
 
Poller - Class in com.funambol.client.engine
This class can be used to trigger sync requests at periodic intervals.
Poller(SynchronizationController, int, boolean, boolean) - Constructor for class com.funambol.client.engine.Poller
 
PREFERRED_FONT - Variable in class com.funambol.client.customization.Customization
 
prepareRefresh(int) - Method in class com.funambol.client.source.AppSyncSource
 
promptNext(String) - Method in class com.funambol.client.controller.DialogController
Prompt a message alert on the screen
promptNext(String) - Method in interface com.funambol.client.ui.DisplayManager
Prompt a message to continue or cancel some pending process
promptSelection(Screen, String, DialogOption[], int, int) - Method in interface com.funambol.client.ui.DisplayManager
Prompt a selection of different options to the user
promptUpdate() - Method in class com.funambol.client.controller.Controller
Called when user selected Download Update from the menu
PUSH - Static variable in class com.funambol.client.controller.SynchronizationController
 

Q

quitMenuSelected() - Method in class com.funambol.client.controller.HomeScreenController
 

R

reapplyAccountConfiguration() - Method in class com.funambol.client.controller.Controller
 
reapplyConfiguration() - Method in class com.funambol.client.controller.Controller
 
reapplyConfiguration() - Method in class com.funambol.client.source.AppSyncSource
This method is invoked when there is a change in the configuration that impacts the source config.
reapplyMiscConfiguration() - Method in class com.funambol.client.controller.Controller
 
reapplyServerCaps(DevInf) - Method in class com.funambol.client.controller.Controller
 
reapplySourceConfiguration(AppSyncSource) - Method in class com.funambol.client.controller.Controller
 
reapplySyncConfig(CheckSyncClient) - Method in class com.funambol.client.test.BasicRobot
 
reapplySyncConfig() - Method in class com.funambol.client.test.CheckSyncClient
 
reapplySyncModeConfiguration() - Method in class com.funambol.client.controller.Controller
 
reapplyUpdaterConfiguration() - Method in class com.funambol.client.controller.Controller
 
receivingPhaseCounter - Variable in class com.funambol.client.test.SyncMonitorListener
 
redraw() - Method in class com.funambol.client.controller.HomeScreenController
 
redraw() - Method in interface com.funambol.client.ui.HomeScreen
 
redraw() - Method in interface com.funambol.client.ui.UISyncSource
Forces the current item to be re-drawn
redraw() - Method in interface com.funambol.client.ui.UISyncSourceContainer
 
refresh(int, int) - Method in class com.funambol.client.controller.SynchronizationController
Perform a refresh for a set of sources and a given direction.
REFRESH_DIRECTION_DIALOG_ID - Static variable in interface com.funambol.client.ui.DisplayManager
Refresh direction alert dialog id
REFRESH_FROM_SERVER - Static variable in class com.funambol.client.controller.SynchronizationController
 
REFRESH_SERVER_COMMAND - Static variable in class com.funambol.client.test.BasicCommandRunner
 
REFRESH_TO_SERVER - Static variable in class com.funambol.client.controller.SynchronizationController
 
REFRESH_TYPE_DIALOG_ID - Static variable in interface com.funambol.client.ui.DisplayManager
Refresh type alert dialog id
refreshFromServerSupported - Variable in class com.funambol.client.source.AppSyncSource
 
refreshMenuSelected() - Method in class com.funambol.client.controller.HomeScreenController
 
refreshServer(String, CheckSyncClient) - Method in class com.funambol.client.test.BasicRobot
 
RefreshServer(String) - Method in interface com.funambol.client.test.UserCommands
This command shall be used everytime the server shall be updated of both client side or server side changes, and before any check command.
refreshSources(Vector, int) - Method in class com.funambol.client.controller.SynchronizationController
 
refreshToServerSupported - Variable in class com.funambol.client.source.AppSyncSource
 
register(RPCMethod) - Method in class com.funambol.client.ipc.rpc.RPCManager
Register a method so that is is made available externally.
registerSource(AppSyncSource) - Method in class com.funambol.client.source.AppSyncSourceManager
 
REMINDER_UPDATE_INTERVAL - Variable in class com.funambol.client.customization.Customization
 
removePostDismissSelectionDialogAction(int) - Method in interface com.funambol.client.ui.DisplayManager
Remove the action to be executed after dismissing a given alert
removingAllData() - Method in class com.funambol.client.controller.UISyncSourceController
 
reportStatusInSyncAll() - Method in class com.funambol.client.customization.Customization
 
requestWritten() - Method in class com.funambol.client.controller.SynchronizationController
 
reset() - Method in class com.funambol.client.controller.AdvancedSettingsScreenController
Realize the "Reset" action.
resetSourceAnchor(String) - Method in class com.funambol.client.test.BasicRobot
 
resetValues() - Method in class com.funambol.client.controller.AccountScreenController
 
responseReceived() - Method in class com.funambol.client.controller.SynchronizationController
 
restoreLogLevel() - Method in class com.funambol.client.configuration.Configuration
 
resumeLastFirstSyncDialog(Screen) - Method in class com.funambol.client.controller.DialogController
Resumes the last fisrt sync alert dialog if it was paused before the user answered.
resumeLastRefreshTypeDialog(Screen) - Method in class com.funambol.client.controller.DialogController
Resumes the last refresh type alert dialog if it was paused before the user answered.
RIGHT_KEY_NAME - Static variable in class com.funambol.client.test.BasicCommandRunner
 
robot - Variable in class com.funambol.client.test.CommandRunner
 
Robot - Class in com.funambol.client.test
 
Robot() - Constructor for class com.funambol.client.test.Robot
 
rolloverIcon() - Method in class com.funambol.client.customization.Customization
 
RPCException - Exception in com.funambol.client.ipc.rpc
This exception is thrown if an error occurs accessing the IPC process
RPCException(String) - Constructor for exception com.funambol.client.ipc.rpc.RPCException
Creates an instance of this exception setting a related message
RPCManager - Class in com.funambol.client.ipc.rpc
This class represents the main entry point to access Remote Procedure Call services.
RPCMethod - Class in com.funambol.client.ipc.rpc
This class represents a method that can be registered into the RPCManager to be accessible from remote.
RPCMethod(String) - Constructor for class com.funambol.client.ipc.rpc.RPCMethod
Build a RPCMethod, a method that can be invoked from remote.
RPCParam - Class in com.funambol.client.ipc.rpc
This class represents a parameter (both input and output) in remote procedure calls.
RPCParam() - Constructor for class com.funambol.client.ipc.rpc.RPCParam
Construct an empty parameter, with type STRING
run() - Method in class com.funambol.client.controller.DialogController.FirstSyncDialogOption
Triggered in threaded like logic when the user selects an option.
run() - Method in class com.funambol.client.controller.DialogController.ResetDirectionDialogOption
Triggered in threaded like logic when the user selects an option.
run() - Method in class com.funambol.client.controller.DialogController.ResetTypeDialogOption
Triggered in threaded like logic when the user selects an option.
run() - Method in class com.funambol.client.engine.Poller
 
runCommand(String, String) - Method in class com.funambol.client.test.BasicCommandRunner
Core method of this class.
runCommand(String, String) - Method in class com.funambol.client.test.BasicScriptRunner
Checks the given command runner in order to execute the given command with the given arguments.
runCommand(String, String) - Method in class com.funambol.client.test.CalendarCommandRunner
 
runCommand(String, String) - Method in class com.funambol.client.test.CommandRunner
 
runCommand(String, String) - Method in class com.funambol.client.test.ContactsCommandRunner
 
runScript(String, String) - Method in class com.funambol.client.test.BasicScriptRunner
Execute the given script by interpreting it
runScriptFile(String, boolean) - Method in class com.funambol.client.test.BasicScriptRunner
This method is responsible to interprete the file (being it on the device storage or taken via http), interpreting and running the commands defined by the tester.

S

save() - Method in class com.funambol.client.configuration.Configuration
 
save() - Method in class com.funambol.client.source.AppSyncSourceConfig
Saves a syncsource config to storage.
saveAndCheck(String, String, String) - Method in class com.funambol.client.controller.AccountScreenController
 
saveBooleanKey(String, boolean) - Method in class com.funambol.client.configuration.Configuration
 
saveByteArrayKey(String, byte[]) - Method in class com.funambol.client.configuration.Configuration
 
saveContact() - Method in class com.funambol.client.test.ContactsRobot
 
SaveContact() - Method in interface com.funambol.client.test.UserCommands
This command can used to simulate a contact addition or update.
saveContactOnServer(String, String) - Method in class com.funambol.client.test.ContactsCommandRunner
 
saveContactOnServer(CheckSyncClient) - Method in class com.funambol.client.test.ContactsRobot
 
SaveContactOnServer() - Method in interface com.funambol.client.test.UserCommands
This command can used to simulate a contact addition or update on the server.
saveCustomSettings() - Method in interface com.funambol.client.ui.SettingsUISyncSource
 
saveEvent() - Method in class com.funambol.client.test.CalendarRobot
TODO FIXME
saveEvent(boolean) - Method in class com.funambol.client.test.CalendarRobot
 
saveEventOnServer(String, String) - Method in class com.funambol.client.test.CalendarCommandRunner
 
saveEventOnServer(CheckSyncClient) - Method in class com.funambol.client.test.CalendarRobot
 
saveIntKey(String, int) - Method in class com.funambol.client.configuration.Configuration
 
saveKey(String, String) - Method in class com.funambol.client.configuration.Configuration
 
saveLongKey(String, long) - Method in class com.funambol.client.configuration.Configuration
 
saveSettings() - Method in class com.funambol.client.controller.SyncSettingsScreenController
 
saveSettings(Configuration) - Method in interface com.funambol.client.ui.SettingsUIItem
 
saveSourceConfig(SyncSource) - Method in class com.funambol.client.test.BasicRobot
 
saveSourceSyncConfig() - Method in class com.funambol.client.source.AppSyncSourceConfig
 
saveStringKey(String, String) - Method in class com.funambol.client.configuration.Configuration
 
SCHEDULED - Static variable in class com.funambol.client.controller.SynchronizationController
 
screen - Variable in class com.funambol.client.controller.AdvancedSettingsScreenController
 
screen - Variable in class com.funambol.client.controller.DialogOption
 
Screen - Interface in com.funambol.client.ui
The super-interface for all of the screen classes.
scriptRunner - Variable in class com.funambol.client.test.Robot
 
selectFirstAvailable() - Method in class com.funambol.client.controller.HomeScreenController
 
SEND_LOG_ENABLED - Variable in class com.funambol.client.customization.Customization
 
sendingPhaseCounter - Variable in class com.funambol.client.test.SyncMonitorListener
 
sendLog() - Method in class com.funambol.client.controller.AdvancedSettingsScreenController
Realize the Send log action.
sendLogEnabled() - Method in class com.funambol.client.customization.Customization
 
sendLogs() - Method in class com.funambol.client.controller.HomeScreenController
 
SERVER_URI - Variable in class com.funambol.client.customization.Customization
 
serverOperationFailed() - Method in class com.funambol.client.controller.SynchronizationController
 
serviceConnected() - Method in class com.funambol.client.ipc.rpc.RPCManager
This method is called by the RPCServer on service connection.
serviceDisconnected() - Method in class com.funambol.client.ipc.rpc.RPCManager
This method is called by the RPCServer on service disconnection.
serviceListening() - Method in class com.funambol.client.ipc.rpc.RPCManager
This method is called by the RPCServer when the service starts listening for incoming messages (after the connection phase).
serviceStopped() - Method in class com.funambol.client.ipc.rpc.RPCManager
This method is called by the RPCServer on service connection termination.
setAboutScreenController(AboutScreenController) - Method in class com.funambol.client.controller.Controller
 
setAccountScreenController(AccountScreenController) - Method in class com.funambol.client.controller.Controller
 
setActive(boolean) - Method in class com.funambol.client.source.AppSyncSourceConfig
 
setAppManager(ExternalAppManager) - Method in class com.funambol.client.source.AppSyncSource
 
setArrayValue(RPCParam[]) - Method in class com.funambol.client.ipc.rpc.RPCParam
Set the array value of this parameter.
setAuthSyncMonitor(SyncMonitor) - Method in class com.funambol.client.test.BasicScriptRunner
Set the AuthSyncMonitor object for this CommandRunner container
setAuthSyncMonitor(SyncMonitor) - Method in class com.funambol.client.test.CommandRunner
 
setAvailableSyncModes(int[]) - Method in interface com.funambol.client.ui.SettingsUISyncSource
Set the available sync modes
setAvailableVersion(String) - Method in class com.funambol.client.configuration.Configuration
 
setBase64Value(String) - Method in class com.funambol.client.ipc.rpc.RPCParam
Set the base 64 (string) value of this parameter.
setBlockIncomingInvites(boolean) - Method in class com.funambol.client.configuration.Configuration
 
setBooleanValue(boolean) - Method in class com.funambol.client.ipc.rpc.RPCParam
Set the boolean value of this parameter.
setButtonUIClass(Class) - Method in class com.funambol.client.source.AppSyncSource
 
setCancel(boolean) - Method in class com.funambol.client.controller.SynchronizationController
 
setCheckInterval(long) - Method in class com.funambol.client.configuration.Configuration
 
setCheckSyncClient(CheckSyncClient) - Method in class com.funambol.client.test.BasicScriptRunner
Set the CheckSyncClient object for this CommandRunner container
setCheckSyncClient(CheckSyncClient) - Method in class com.funambol.client.test.CommandRunner
 
setClientNonce(String) - Method in class com.funambol.client.configuration.Configuration
 
setConfig(AppSyncSourceConfig) - Method in class com.funambol.client.source.AppSyncSource
 
setContactAsVCard(String) - Method in class com.funambol.client.test.ContactsRobot
 
setContactField(String, String) - Method in class com.funambol.client.test.ContactsRobot
 
SetContactField(String, String) - Method in interface com.funambol.client.test.UserCommands
This command can used while simulating a contact additon or update.
setContainer(UISyncSourceContainer) - Method in interface com.funambol.client.ui.UISyncSource
Set the container this item belongs to
setController(Controller) - Method in class com.funambol.client.configuration.Configuration
 
setController(Controller) - Method in class com.funambol.client.controller.ControllerDataFactory
 
setCredentialsCheckPending(boolean) - Method in class com.funambol.client.configuration.Configuration
 
setDateTimeValue(String) - Method in class com.funambol.client.ipc.rpc.RPCParam
Set the date time (string) value of this parameter.
setDeviceFullShown(boolean) - Method in class com.funambol.client.source.AppSyncSourceConfig
 
setDialogId(int) - Method in class com.funambol.client.controller.DialogOption
 
setDisabledIcon(Bitmap) - Method in interface com.funambol.client.ui.SettingsUISyncSource
Set the icon when the item is disabled
setDisabledIconName(String) - Method in class com.funambol.client.source.AppSyncSource
 
setDisabledLabel(String) - Method in class com.funambol.client.source.AppSyncSource
 
setDoubleValue(double) - Method in class com.funambol.client.ipc.rpc.RPCParam
Set the double value of this parameter.
setDownloadUrl(String) - Method in class com.funambol.client.configuration.Configuration
 
setEnabled(boolean) - Method in class com.funambol.client.source.AppSyncSourceConfig
 
setEnabled(boolean) - Method in interface com.funambol.client.ui.SettingsUISyncSource
Enable or disabled this item
setEnabled(boolean) - Method in interface com.funambol.client.ui.UISyncSource
Enable or disabled this item
setEnabledIcon(Bitmap) - Method in interface com.funambol.client.ui.SettingsUISyncSource
Set the icon when the item is enabled
setEnabledLabel(String) - Method in class com.funambol.client.source.AppSyncSource
 
setErrorCode(int) - Method in class com.funambol.client.test.BasicScriptRunner
Accessor method to set the global suite error code from outside (external syntax error)
setEventAsVCal(String) - Method in class com.funambol.client.test.CalendarRobot
 
setEventField(String, String) - Method in class com.funambol.client.test.CalendarRobot
 
setEventRecurrenceField(String, String) - Method in class com.funambol.client.test.CalendarRobot
 
setFont(Font) - Method in interface com.funambol.client.ui.UISyncSource
Set the item font used for the title and the status
setForceServerCapsRequest(boolean) - Method in class com.funambol.client.configuration.Configuration
 
setHasSetting(int, boolean, Object) - Method in class com.funambol.client.source.AppSyncSource
 
setHomeScreen(HomeScreen) - Method in class com.funambol.client.controller.HomeScreenController
 
setHomeScreenController(HomeScreenController) - Method in class com.funambol.client.controller.Controller
 
setIcon(Bitmap) - Method in interface com.funambol.client.ui.UISyncSource
Set the item icon
setIconName(String) - Method in class com.funambol.client.source.AppSyncSource
 
setId(int) - Method in class com.funambol.client.source.AppSyncSource
 
setIntValue(int) - Method in class com.funambol.client.ipc.rpc.RPCParam
Set the integer value of this parameter.
setIsRefreshSupported(int, boolean) - Method in class com.funambol.client.source.AppSyncSource
 
setIsRefreshSupported(boolean) - Method in class com.funambol.client.source.AppSyncSource
 
setIsUserConfirmationNeeded(boolean) - Method in class com.funambol.client.controller.SynchronizationController
 
setIsVisible(boolean) - Method in class com.funambol.client.source.AppSyncSource
 
setLastReminder(long) - Method in class com.funambol.client.configuration.Configuration
 
setLastSyncStatus(int) - Method in class com.funambol.client.source.AppSyncSourceConfig
 
setLastUpdateCheck(long) - Method in class com.funambol.client.configuration.Configuration
 
setListener(SyncEngineListener) - Method in class com.funambol.client.engine.SyncEngine
 
setLogLevel(int) - Method in class com.funambol.client.configuration.Configuration
 
setName(String) - Method in class com.funambol.client.ipc.rpc.RPCParam
Set the parameter name.
setNativeListener(Object) - Method in class com.funambol.client.source.AppSyncSource
 
setNetworkStatus(NetworkStatus) - Method in class com.funambol.client.engine.SyncEngine
 
setPassword(String) - Method in class com.funambol.client.configuration.Configuration
 
setPassword(String) - Method in interface com.funambol.client.ui.AccountScreen
 
setPollingInterval(int) - Method in class com.funambol.client.configuration.Configuration
 
setPollingTimestamp(long) - Method in class com.funambol.client.configuration.Configuration
 
setRangeFuture(int) - Method in class com.funambol.client.configuration.Configuration
 
setRangePast(int) - Method in class com.funambol.client.configuration.Configuration
 
setReminderInterval(long) - Method in class com.funambol.client.configuration.Configuration
 
setRPCServer(RPCServer) - Method in class com.funambol.client.ipc.rpc.RPCManager
This method allows the user to set its own RPCServer.
setScreen(Screen) - Method in class com.funambol.client.controller.SynchronizationController
 
setScriptRunner(BasicScriptRunner) - Method in class com.funambol.client.test.Robot
 
setSelected(boolean, boolean) - Method in class com.funambol.client.controller.UISyncSourceController
 
setSelectedIndex(int) - Method in interface com.funambol.client.ui.HomeScreen
 
setSelection(boolean, boolean) - Method in interface com.funambol.client.ui.UISyncSource
Set the selected status
setSettingsUIClass(Class) - Method in class com.funambol.client.source.AppSyncSource
 
setSettingsUISyncSource(SettingsUISyncSource, int) - Method in interface com.funambol.client.ui.SyncSettingsScreen
Set a SettingsUISyncSource object in the given position.
setSettingsUISyncSourceCount(int) - Method in interface com.funambol.client.ui.SyncSettingsScreen
Specify the SettingsUISyncSource items count to be displayed in a SyncSettingsScreen
setSkip(boolean) - Method in class com.funambol.client.configuration.Configuration
 
setSource(AppSyncSource) - Method in interface com.funambol.client.ui.SettingsUISyncSource
Set the AppSyncSource this item represents
setSource(AppSyncSource) - Method in interface com.funambol.client.ui.UISyncSource
Set the AppSyncSource this item represents
setSpawnThread(boolean) - Method in class com.funambol.client.engine.SyncEngine
 
setStatusIcon(Bitmap) - Method in interface com.funambol.client.ui.UISyncSource
Set the status icon to be used when the item is not selected
setStatusString(String) - Method in interface com.funambol.client.ui.UISyncSource
Set the status string
setStopOnFailure(boolean) - Method in class com.funambol.client.test.BasicScriptRunner
Tells if the script runner shall be interrupted at the first failure
setStringValue(String) - Method in class com.funambol.client.ipc.rpc.RPCParam
Set the string value of this parameter.
setStructValue(RPCParam[]) - Method in class com.funambol.client.ipc.rpc.RPCParam
Set the struct value of this parameter.
setSyncAllEnabled(boolean) - Method in interface com.funambol.client.ui.HomeScreen
 
setSyncAllSelected(boolean) - Method in interface com.funambol.client.ui.HomeScreen
 
setSyncAllText(String) - Method in interface com.funambol.client.ui.HomeScreen
 
setSyncConfig(String, String, String) - Method in class com.funambol.client.test.CheckSyncClient
 
setSynced(boolean) - Method in class com.funambol.client.source.AppSyncSourceConfig
 
setSyncedInSession(boolean) - Method in class com.funambol.client.source.AppSyncSource
 
setSyncMenuText(String) - Method in interface com.funambol.client.ui.HomeScreen
 
setSyncMode(int) - Method in class com.funambol.client.configuration.Configuration
 
setSyncMode(Controller) - Method in class com.funambol.client.controller.SyncModeHandler
Handles the given sync mode
setSyncMode(int) - Method in interface com.funambol.client.ui.SettingsUISyncSource
Set the sync mode
setSyncMonitor(SyncMonitor) - Method in class com.funambol.client.test.BasicScriptRunner
Set the SyncMonitor object for this CommandRunner container
setSyncMonitor(SyncMonitor) - Method in class com.funambol.client.test.CommandRunner
 
setSyncSettingsScreenController(SyncSettingsScreenController) - Method in class com.funambol.client.controller.Controller
 
setSyncSource(SyncSource) - Method in class com.funambol.client.source.AppSyncSource
 
setSyncType(int) - Method in class com.funambol.client.source.AppSyncSourceConfig
 
setSyncUrl(String) - Method in class com.funambol.client.configuration.Configuration
 
setSyncUrl(String) - Method in interface com.funambol.client.ui.AccountScreen
 
setTempLogLevel(int) - Method in class com.funambol.client.configuration.Configuration
 
settingsClass - Variable in class com.funambol.client.source.AppSyncSource
 
SettingsUIItem - Interface in com.funambol.client.ui
This interface is a generic representation of a setting item in the settings screen.
settingsUISource - Variable in class com.funambol.client.source.AppSyncSource
 
SettingsUISyncSource - Interface in com.funambol.client.ui
This interface is a model for a generic representation of a SyncSource in the settings screen.
setTitle(String) - Method in interface com.funambol.client.ui.SettingsUISyncSource
Set the title
setTitle(String) - Method in interface com.funambol.client.ui.UISyncSource
Set the title
setTitleDisabledColor(int) - Method in interface com.funambol.client.ui.UISyncSource
Set the title color when the item is disabled
setTitleEnabledColor(int) - Method in interface com.funambol.client.ui.UISyncSource
Set the title color when the item is enabled
setTransportAgent(TransportAgent) - Method in class com.funambol.client.engine.SyncEngine
 
setUiSourceIndex(int) - Method in class com.funambol.client.source.AppSyncSource
 
setUISyncSource(UISyncSource) - Method in class com.funambol.client.controller.UISyncSourceController
 
setUISyncSourceController(UISyncSourceController) - Method in class com.funambol.client.source.AppSyncSource
 
setUpdateType(String) - Method in class com.funambol.client.configuration.Configuration
 
setUploadContentViaHttp(boolean) - Method in class com.funambol.client.source.AppSyncSourceConfig
 
setUri(String) - Method in class com.funambol.client.source.AppSyncSourceConfig
 
setUsername(String) - Method in class com.funambol.client.configuration.Configuration
 
setUsername(String) - Method in interface com.funambol.client.ui.AccountScreen
 
setViewLogLevel(int) - Method in interface com.funambol.client.ui.AdvancedSettingsScreen
Accessor method to set the log level on the view selector item
setWarningOnFirstSync(String) - Method in class com.funambol.client.source.AppSyncSource
 
shallLoginScreenBeRun() - Method in class com.funambol.client.controller.Controller
 
SHOW_SYNC_ICON_ON_SELECTION - Variable in class com.funambol.client.customization.Customization
 
showAboutLicence() - Method in class com.funambol.client.customization.Customization
 
showAboutScreen() - Method in class com.funambol.client.controller.HomeScreenController
 
showAccountScreen() - Method in class com.funambol.client.controller.HomeScreenController
 
showC2SPushInSettingsScreen() - Method in class com.funambol.client.customization.Customization
 
showConfigurationScreen() - Method in class com.funambol.client.controller.HomeScreenController
 
showFirstSyncDialog(Screen, AppSyncSource[], String, Vector, boolean, int, int, boolean, int, int) - Method in class com.funambol.client.controller.DialogController
Show the first sync alert dialogs for all the sources that are listed into the given appSourceList array.
showMessage(Screen, String) - Method in class com.funambol.client.controller.DialogController
Show an alert message on the screen
showMessage(Screen, String, int) - Method in class com.funambol.client.controller.DialogController
Show an alert message on the screen for a given amount of time
showMessage(Screen, String) - Method in interface com.funambol.client.ui.DisplayManager
Prompt a message to the user
showMessage(Screen, String, int) - Method in interface com.funambol.client.ui.DisplayManager
Prompt a message to the user for a given amount of time
showNonWorkingSources() - Method in class com.funambol.client.customization.Customization
 
showPendingFirstSyncQuestion() - Method in class com.funambol.client.controller.SynchronizationController
 
showPoweredBy() - Method in class com.funambol.client.customization.Customization
 
showProgressDialog(Screen, String) - Method in interface com.funambol.client.ui.DisplayManager
Shows a progress dialog with the given text prompt
showRefreshDirectionDialog(Screen) - Method in class com.funambol.client.controller.DialogController
Use the localization field to build the reset direction alert dialog.
showRefreshTypeDialog(Screen, int) - Method in class com.funambol.client.controller.DialogController
Use the localization field to build the reset type alert dialog that use the DisplayManager client implementation to ask the user whose sources must be refreshed.
showScreen(Screen, int) - Method in class com.funambol.client.controller.Controller
 
showScreen(Screen, int) - Method in interface com.funambol.client.ui.DisplayManager
Shows a screen putting it in foreground
showScreen(Screen, int, boolean) - Method in interface com.funambol.client.ui.DisplayManager
Shows a screen putting it in foreground
showSyncIconOnSelection() - Method in class com.funambol.client.customization.Customization
 
showSyncInProgressMessage() - Method in class com.funambol.client.controller.AccountScreenController
 
showSyncInProgressMessage() - Method in class com.funambol.client.controller.HomeScreenController
 
showSyncModeInSettingsScreen() - Method in class com.funambol.client.customization.Customization
 
showTCPAlert - Variable in class com.funambol.client.controller.SynchronizationController
 
showTitleWithVersion() - Method in class com.funambol.client.customization.Customization
 
sManager - Variable in class com.funambol.client.test.SyncMonitor
 
SOURCE_NAME_CALENDAR - Static variable in class com.funambol.client.test.CheckSyncClient
 
SOURCE_NAME_CONTACTS - Static variable in class com.funambol.client.test.CheckSyncClient
 
SOURCE_NAME_PICTURES - Static variable in class com.funambol.client.test.CheckSyncClient
 
sourceEnded(AppSyncSource) - Method in class com.funambol.client.controller.SynchronizationController
 
sourceEnded(AppSyncSource) - Method in interface com.funambol.client.engine.SyncEngineListener
This method notifies that a source has completed its synchronization
sourceFailed(AppSyncSource, SyncException) - Method in class com.funambol.client.controller.AccountScreenController
 
sourceFailed(AppSyncSource, SyncException) - Method in class com.funambol.client.controller.SynchronizationController
 
sourceFailed(AppSyncSource, SyncException) - Method in interface com.funambol.client.engine.SyncEngineListener
This method is invoked when the synchronization of a source throws an exception.
sourcesDisabledIcon - Variable in class com.funambol.client.customization.Customization
 
sourcesIcon - Variable in class com.funambol.client.customization.Customization
 
sourcesSyncMode - Variable in class com.funambol.client.customization.Customization
 
sourcesSyncModes - Variable in class com.funambol.client.customization.Customization
 
sourceStarted(AppSyncSource) - Method in class com.funambol.client.controller.AccountScreenController
 
sourceStarted(AppSyncSource) - Method in class com.funambol.client.controller.HomeScreenController
 
sourceStarted(AppSyncSource) - Method in class com.funambol.client.controller.SynchronizationController
 
sourceStarted(AppSyncSource) - Method in interface com.funambol.client.engine.SyncEngineListener
This method notifies that a new source is about to begin its synchronization.
sourcesUri - Variable in class com.funambol.client.customization.Customization
 
start() - Method in class com.funambol.client.ipc.rpc.RPCManager
Start the service if it is not running already.
START_MAIN_APP_COMMAND - Static variable in class com.funambol.client.test.BasicCommandRunner
 
startCancelling() - Method in class com.funambol.client.controller.UISyncSourceController
 
startConnecting() - Method in class com.funambol.client.controller.UISyncSourceController
 
startConnecting() - Method in class com.funambol.client.test.SyncMonitorListener
 
startMainApp(String, String) - Method in class com.funambol.client.test.BasicCommandRunner
The automatic test common method to start the main application.
StartMainApp() - Method in interface com.funambol.client.test.UserCommands
This command starts the main application.
startMapping() - Method in class com.funambol.client.controller.UISyncSourceController
 
startMapping() - Method in class com.funambol.client.test.SyncMonitorListener
 
startReceiving(int) - Method in class com.funambol.client.controller.UISyncSourceController
 
startReceiving(int) - Method in class com.funambol.client.test.SyncMonitorListener
 
startSending(int, int, int) - Method in class com.funambol.client.controller.UISyncSourceController
 
startSending(int, int, int) - Method in class com.funambol.client.test.SyncMonitorListener
 
startSession() - Method in class com.funambol.client.controller.UISyncSourceController
 
startSession() - Method in class com.funambol.client.test.SyncMonitorListener
 
startSyncing(int, DevInf) - Method in class com.funambol.client.controller.UISyncSourceController
 
startSyncing(int, DevInf) - Method in class com.funambol.client.test.SyncMonitorListener
 
stop() - Method in class com.funambol.client.ipc.rpc.RPCManager
Stops the service.
stripPortFromSyncAddress() - Method in class com.funambol.client.customization.Customization
 
sync(Object[]) - Method in class com.funambol.client.engine.SyncEngine
SyncSchedulerListener callback.
sync() - Method in class com.funambol.client.test.CheckSyncClient
 
sync(String) - Method in class com.funambol.client.test.CheckSyncClient
 
sync(CheckSyncSource) - Method in class com.funambol.client.test.CheckSyncClient
 
SYNC_FOLDER_SETTING - Static variable in class com.funambol.client.source.AppSyncSource
 
SYNC_MODE_MANUAL - Static variable in class com.funambol.client.configuration.Configuration
 
SYNC_MODE_PUSH - Static variable in class com.funambol.client.configuration.Configuration
These constants specify the sync mode in one of three possible ways: 1) manual 2) push 3) scheduled
SYNC_MODE_SCHEDULED - Static variable in class com.funambol.client.configuration.Configuration
 
SYNC_MODE_SETTING - Static variable in class com.funambol.client.source.AppSyncSource
 
syncAllActsAsCancelSync() - Method in class com.funambol.client.customization.Customization
 
syncAllOnMainScreenRequired() - Method in class com.funambol.client.customization.Customization
 
syncAllPressed() - Method in class com.funambol.client.controller.HomeScreenController
 
syncAllSources(String) - Method in class com.funambol.client.controller.HomeScreenController
 
syncCompanyDirectory() - Method in class com.funambol.client.customization.Customization
 
syncContactPhoto() - Method in class com.funambol.client.customization.Customization
 
syncEnded() - Method in class com.funambol.client.controller.AccountScreenController
 
syncEnded() - Method in class com.funambol.client.controller.HomeScreenController
 
syncEnded() - Method in class com.funambol.client.controller.SynchronizationController
 
syncEnded() - Method in interface com.funambol.client.engine.SyncEngineListener
Invoked at the end of the synchronization (always invoked, regardless of success or failure)
syncEnded() - Method in interface com.funambol.client.ui.UISyncSource
This method is invoked when a sync for this source is completed
SyncEngine - Class in com.funambol.client.engine
This class represents an engine for synchronizations.
SyncEngine(Customization, Configuration, AppSyncSourceManager, NetworkStatus) - Constructor for class com.funambol.client.engine.SyncEngine
 
SyncEngineListener - Interface in com.funambol.client.engine
This interface is a listener for the SyncEngine which generates several notification on the status of the synchronization.
SynchronizationController - Class in com.funambol.client.controller
This class provides a basic controller that can be used by any other controller that needs synchronization support.
SynchronizationScreen - Interface in com.funambol.client.ui
This interface shall be implemented by any screen which has synchronizing capabilities.
synchronize(String, Vector) - Method in class com.funambol.client.controller.SynchronizationController
Triggers a synchronization for the given syncSources.
synchronize(String, Vector, int) - Method in class com.funambol.client.controller.SynchronizationController
Schedules a synchronization for the given syncSources.
synchronize(String, Vector, int, boolean) - Method in class com.funambol.client.controller.SynchronizationController
Schedules a synchronization for the given syncSources.
synchronize(Vector) - Method in class com.funambol.client.engine.SyncEngine
 
syncInRange() - Method in class com.funambol.client.customization.Customization
 
syncMenuSelected() - Method in class com.funambol.client.controller.HomeScreenController
 
syncModeHandler - Variable in class com.funambol.client.controller.Controller
 
SyncModeHandler - Class in com.funambol.client.controller
This is the class which handles the sync mode set by the user.
SyncModeHandler(Configuration) - Constructor for class com.funambol.client.controller.SyncModeHandler
 
syncMonitor - Variable in class com.funambol.client.test.CommandRunner
 
SyncMonitor - Class in com.funambol.client.test
Collects usefull methods to monitor the synchronization state.
SyncMonitor() - Constructor for class com.funambol.client.test.SyncMonitor
 
SyncMonitor(SyncManager) - Constructor for class com.funambol.client.test.SyncMonitor
 
SyncMonitorListener - Class in com.funambol.client.test
 
SyncMonitorListener(SyncListener) - Constructor for class com.funambol.client.test.SyncMonitorListener
 
SyncSettingsScreen - Interface in com.funambol.client.ui
 
SyncSettingsScreenController - Class in com.funambol.client.controller
 
SyncSettingsScreenController(Controller, SyncSettingsScreen) - Constructor for class com.funambol.client.controller.SyncSettingsScreenController
 
syncSource(String, AppSyncSource) - Method in class com.funambol.client.controller.HomeScreenController
 
syncStarted(Vector) - Method in class com.funambol.client.controller.HomeScreenController
 
syncStarted(Vector) - Method in class com.funambol.client.controller.SynchronizationController
 
syncStarted(int) - Method in class com.funambol.client.controller.UISyncSourceController
 
syncStarted(Vector) - Method in interface com.funambol.client.engine.SyncEngineListener
A sync for the given sources is about to begin.
syncStarted(int) - Method in class com.funambol.client.test.SyncMonitorListener
 
syncStarted() - Method in interface com.funambol.client.ui.UISyncSource
This method is invoked when a sync for this source is started
syncUriEditable() - Method in class com.funambol.client.customization.Customization
 
syncUrl - Variable in class com.funambol.client.test.CheckSyncClient
 

T

TAG_LOG - Static variable in class com.funambol.client.controller.AdvancedSettingsScreenController
The tag to be wirtten into the log
TAG_LOG - Static variable in class com.funambol.client.controller.DialogController
TAG to be displayed into log messages
TASK_STORAGE_KEY - Static variable in class com.funambol.client.source.AppSyncSourceManager
 
TASK_TYPE_SIF - Static variable in class com.funambol.client.source.AppSyncSourceManager
 
TASKS_ADDITS_STORAGE_KEY - Static variable in class com.funambol.client.source.AppSyncSourceManager
 
TASKS_ID - Static variable in class com.funambol.client.source.AppSyncSourceManager
 
toBackground() - Method in class com.funambol.client.controller.Controller
 
toBackground() - Method in interface com.funambol.client.ui.DisplayManager
Put the application in background (unactive state)
toForeground() - Method in class com.funambol.client.controller.Controller
 
toForeground() - Method in interface com.funambol.client.ui.DisplayManager
Put the application in foreground (Active satus)
TYPE_ARRAY - Static variable in class com.funambol.client.ipc.rpc.RPCParam
 
TYPE_BASE64 - Static variable in class com.funambol.client.ipc.rpc.RPCParam
 
TYPE_BOOLEAN - Static variable in class com.funambol.client.ipc.rpc.RPCParam
 
TYPE_DATETIME - Static variable in class com.funambol.client.ipc.rpc.RPCParam
 
TYPE_DOUBLE - Static variable in class com.funambol.client.ipc.rpc.RPCParam
 
TYPE_INT - Static variable in class com.funambol.client.ipc.rpc.RPCParam
 
TYPE_STRING - Static variable in class com.funambol.client.ipc.rpc.RPCParam
 
TYPE_STRUCT - Static variable in class com.funambol.client.ipc.rpc.RPCParam
 

U

uiSource - Variable in class com.funambol.client.source.AppSyncSource
 
UISyncSource - Interface in com.funambol.client.ui
This interface is a model for a generic representation of a SyncSource in the UI.
UISyncSourceContainer - Interface in com.funambol.client.ui
 
UISyncSourceController - Class in com.funambol.client.controller
 
UISyncSourceController(Customization, Localization, AppSyncSourceManager, Controller, AppSyncSource) - Constructor for class com.funambol.client.controller.UISyncSourceController
 
unlockHomeScreen() - Method in class com.funambol.client.controller.HomeScreenController
 
UP_KEY_NAME - Static variable in class com.funambol.client.test.BasicCommandRunner
 
updateAvailableSources() - Method in class com.funambol.client.controller.HomeScreenController
 
updateEnabledSources() - Method in class com.funambol.client.controller.HomeScreenController
 
updateItem(SyncItem) - Method in class com.funambol.client.test.CheckSyncSource
 
updateItemFromOutside(SyncItem) - Method in class com.funambol.client.test.CheckSyncSource
 
updateListOfSources() - Method in class com.funambol.client.controller.SyncSettingsScreenController
 
updateMenuSelected() - Method in class com.funambol.client.controller.HomeScreenController
 
updateVisibleItems() - Method in interface com.funambol.client.ui.HomeScreen
 
uploadContentViaHttp - Variable in class com.funambol.client.source.AppSyncSourceConfig
 
USE_DEFAULT_FONT - Variable in class com.funambol.client.customization.Customization
 
useDefaultFont() - Method in class com.funambol.client.customization.Customization
 
UserCommands - Interface in com.funambol.client.test
This component lists all the commands available in the Android automatic test scripting language.
USERNAME - Variable in class com.funambol.client.customization.Customization
 
userName - Variable in class com.funambol.client.test.CheckSyncClient
 

V

value - Variable in class com.funambol.client.controller.DialogOption
 
version - Variable in class com.funambol.client.configuration.Configuration
 
viewLog() - Method in class com.funambol.client.controller.AdvancedSettingsScreenController
Realize the View log action.

W

Wait(int) - Method in interface com.funambol.client.test.UserCommands
This command suspends the test execution for the given amount of time.
WAIT_COMMAND - Static variable in class com.funambol.client.test.BasicCommandRunner
 
WAIT_DELAY - Static variable in class com.funambol.client.test.Robot
 
WAIT_FOR_AUTH_TO_COMPLETE_COMMAND - Static variable in class com.funambol.client.test.BasicCommandRunner
 
WAIT_FOR_SYNC_TO_COMPLETE_COMMAND - Static variable in class com.funambol.client.test.BasicCommandRunner
 
waitDelay(int) - Static method in class com.funambol.client.test.Robot
 
waitForAuthToComplete(int, int, SyncMonitor) - Method in class com.funambol.client.test.BasicRobot
 
WaitForAuthToComplete(String, String) - Method in interface com.funambol.client.test.UserCommands
This command wait for a authentication process to start and finish within a maximum amount of time.
waitForSyncToComplete(String, String) - Method in class com.funambol.client.test.BasicCommandRunner
Uses the SyncMonitor object to wait that for specific sync action and validate it as completed after a given amount of time.
waitForSyncToComplete(int, int, SyncMonitor) - Method in class com.funambol.client.test.BasicRobot
 
WaitForSyncToComplete(String, String) - Method in interface com.funambol.client.test.UserCommands
This command wait for a sync to start and finish within a maximum amount of time.
warningOnFirstSync - Variable in class com.funambol.client.source.AppSyncSource
 
warnOnDeletes() - Method in class com.funambol.client.customization.Customization
 
WRITE_STRING_COMMAND - Static variable in class com.funambol.client.test.BasicCommandRunner
 
writeString(String) - Method in class com.funambol.client.test.BasicRobot
 
WriteString(String) - Method in interface com.funambol.client.test.UserCommands
This command simulates a user writing a text through the device keyboard.

A B C D E F G H I K L M N O P Q R S T U V W

Copyright © 2001-2009 Funambol.