A B C D E F G H I J 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
 
AccountScreenController(Controller, Customization, Configuration, Localization, AppSyncSourceManager, AccountScreen) - Constructor for class com.funambol.client.controller.AccountScreenController
TODO: Remove once the com.funambol.client.controller package integration is finished
activationDate - Variable in class com.funambol.client.configuration.Configuration
 
active - Variable in class com.funambol.client.source.AppSyncSourceConfig
 
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
 
addShowPasswordField(boolean) - Method in interface com.funambol.client.ui.AccountScreen
 
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.
AdvancedSettingsScreenController(Controller, Customization, Configuration, Localization, AppSyncSourceManager, AdvancedSettingsScreen) - Constructor for class com.funambol.client.controller.AdvancedSettingsScreenController
 
ALL_ID - Static variable in class com.funambol.client.source.AppSyncSourceManager
 
aloneClass - Variable in class com.funambol.client.source.AppSyncSource
 
aloneSourcePressed() - Method in class com.funambol.client.controller.HomeScreenController
 
appSource - Variable in class com.funambol.client.source.AppSyncSourceConfig
 
appSourceManager - Variable in class com.funambol.client.test.CalendarRobot
 
appSourceManager - Variable in class com.funambol.client.test.ContactsRobot
 
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.configuration.Configuration
 
appSyncSourceManager - Variable in class com.funambol.client.controller.AdvancedSettingsScreenController
 
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
 
AUTH_IN_HTTP_HEADER - Static variable in class com.funambol.client.sapi.SapiHandler
 
AUTH_IN_QUERY_STRING - Static variable in class com.funambol.client.sapi.SapiHandler
 
AUTH_NONE - Static variable in class com.funambol.client.sapi.SapiHandler
 
authSyncMonitor - Variable in class com.funambol.client.test.CommandRunner
 
availableVersion - Variable in class com.funambol.client.configuration.Configuration
 

B

BACK_KEY_NAME - Static variable in class com.funambol.client.test.BasicCommandRunner
 
BANDWIDTH_SAVER_ENABLED - Variable in class com.funambol.client.customization.Customization
 
bandwidthSaverChecked - Variable in class com.funambol.client.configuration.Configuration
 
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
 
basicRobot - Variable in class com.funambol.client.test.CalendarRobot
 
basicRobot - Variable in class com.funambol.client.test.ContactsRobot
 
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
BasicUserCommands - Interface in com.funambol.client.test
This component lists all the commands available in the Android automatic test scripting language.
BEGIN_TEST_COMMAND - Static variable in interface com.funambol.client.test.BasicUserCommands
This instruction must be the first one at the beginning of a test.
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
 
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_TYPE_ICALENDAR - Static variable in class com.funambol.client.source.AppSyncSourceManager
 
CALENDAR_TYPE_SIF - Static variable in class com.funambol.client.source.AppSyncSourceManager
 
CALENDAR_TYPE_VCALENDAR - 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(BasicRobot, AppSyncSourceManager) - Constructor for class com.funambol.client.test.CalendarRobot
 
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
 
captchaRequestFailed(String) - Method in class com.funambol.client.controller.SignupScreenController
 
captchaRequestStarted() - Method in class com.funambol.client.controller.SignupScreenController
 
captchaRequestSucceeded(byte[]) - Method in class com.funambol.client.controller.SignupScreenController
 
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 interface com.funambol.client.test.BasicUserCommands
This command checks the alerted sync mode of the last sync.
CHECK_CONTACT_AS_VCARD - Static variable in interface com.funambol.client.test.ContactsUserCommands
This command formats the current contact (current in the robot) and compares it against the given VCard.
CHECK_DELETED_CONTACT_COMMAND - Static variable in interface com.funambol.client.test.ContactsUserCommands
This command can be used to check that a deleted contact on the server has been correctly deleted in the client.
CHECK_DELETED_CONTACT_ON_SERVER_COMMAND - Static variable in interface com.funambol.client.test.ContactsUserCommands
This command can be used to check that a deleted contact sent to the server has been correctly deleted by the server.
CHECK_DELETED_EVENT_COMMAND - Static variable in interface com.funambol.client.test.EventsUserCommands
This command can be used to check that a deleted event on the server has been correctly deleted in the client.
CHECK_DELETED_EVENT_ON_SERVER_COMMAND - Static variable in interface com.funambol.client.test.EventsUserCommands
This command can be used to check that a deleted event sent to the server has been correctly deleted by the server.
CHECK_EVENT_EXCEPTION_COMMAND - Static variable in interface com.funambol.client.test.EventsUserCommands
Check recurrence rule exceptions for event and asserts on its value.
CHECK_EVENT_RECURRENCE_COMMAND - Static variable in interface com.funambol.client.test.EventsUserCommands
Check recurrence rule for the current event and asserts on its value.
CHECK_EVENT_VCAL_COMMAND - Static variable in interface com.funambol.client.test.EventsUserCommands
This command checks that an event generated by the client is represented by the given vcal.
CHECK_EVENT_VCAL_ON_SERVER_COMMAND - Static variable in interface com.funambol.client.test.EventsUserCommands
 
CHECK_EXCHANGED_DATA_COMMAND - Static variable in interface com.funambol.client.test.BasicUserCommands
This command checks the amount of items exchanged between the server and the client during the last synchronization (for a given source).
CHECK_FOR_UPDATE - Variable in class com.funambol.client.customization.Customization
 
CHECK_ITEMS_COUNT_COMMAND - Static variable in interface com.funambol.client.test.BasicUserCommands
This command checks the number of items on the client for a specific type of data.
CHECK_ITEMS_COUNT_ON_SERVER_COMMAND - Static variable in interface com.funambol.client.test.BasicUserCommands
This command checks the number of items on the server for a specific type of data.
CHECK_NEW_CONTACT_COMMAND - Static variable in interface com.funambol.client.test.ContactsUserCommands
This command can be 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.
CHECK_NEW_CONTACT_ON_SERVER_COMMAND - Static variable in interface com.funambol.client.test.ContactsUserCommands
This command can be 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.
CHECK_NEW_EVENT_COMMAND - Static variable in interface com.funambol.client.test.EventsUserCommands
This command can be used to check that a new event created on the server has been correctly received by the client and has the same content of the server's event as expected.
CHECK_NEW_EVENT_ON_SERVER_COMMAND - Static variable in interface com.funambol.client.test.EventsUserCommands
This command can be used to check that a new event sent to the server has been correctly received and has the same content of the device's event as expected.
CHECK_RAW_EVENT_AS_VCAL - Static variable in interface com.funambol.client.test.EventsUserCommands
 
CHECK_RAW_EVENT_FIELD - Static variable in interface com.funambol.client.test.EventsUserCommands
 
CHECK_RAW_REMINDER_FIELD - Static variable in interface com.funambol.client.test.EventsUserCommands
 
CHECK_REMOTE_URI_COMMAND - Static variable in interface com.funambol.client.test.BasicUserCommands
This command checks that the last sync was performed on the given URI.
CHECK_REQUESTED_SYNC_MODE_COMMAND - Static variable in interface com.funambol.client.test.BasicUserCommands
This command checks the requested sync mode of the last sync.
CHECK_UPDATE_INTERVAL - Variable in class com.funambol.client.customization.Customization
 
CHECK_UPDATED_CONTACT_COMMAND - Static variable in interface com.funambol.client.test.ContactsUserCommands
This command can be 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.
CHECK_UPDATED_CONTACT_ON_SERVER_COMMAND - Static variable in interface com.funambol.client.test.ContactsUserCommands
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.
CHECK_UPDATED_EVENT_COMMAND - Static variable in interface com.funambol.client.test.EventsUserCommands
This command can be used to check that an updated event on the server has been correctly received by the client and has the same content of the server's event as expected.
CHECK_UPDATED_EVENT_ON_SERVER_COMMAND - Static variable in interface com.funambol.client.test.EventsUserCommands
This command can used to check that an updated event sent to the server has been correctly received and has the same content of the device's event as expected.
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
checkContactAsVCard(String) - Method in class com.funambol.client.test.ContactsRobot
 
checkDeletedContact(String, String, CheckSyncClient) - Method in class com.funambol.client.test.ContactsRobot
 
checkDeletedContactOnServer(String, String, CheckSyncClient) - Method in class com.funambol.client.test.ContactsRobot
 
checkDeletedEvent(String, CheckSyncClient) - Method in class com.funambol.client.test.CalendarRobot
 
checkDeletedEventOnServer(String, CheckSyncClient) - Method in class com.funambol.client.test.CalendarRobot
 
checkEventAsVCal(String, String) - 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
 
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
 
checkInterval - Variable in class com.funambol.client.configuration.Configuration
 
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
 
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
 
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
 
checkNewContactOnServer(String, String, CheckSyncClient, boolean) - Method in class com.funambol.client.test.ContactsRobot
 
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
 
checkRawEventAsVCal(String) - Method in class com.funambol.client.test.CalendarRobot
 
checkRawEventField(String, String) - Method in class com.funambol.client.test.CalendarRobot
 
checkRawReminderField(String, String) - Method in class com.funambol.client.test.CalendarRobot
 
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
 
checkUpdatedContactOnServer(String, String, CheckSyncClient, boolean) - Method in class com.funambol.client.test.ContactsRobot
 
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
 
clear(CheckSyncSource) - Method in class com.funambol.client.test.CheckSyncClient
 
clear() - Method in class com.funambol.client.test.CheckSyncSource
 
clearErrors() - Method in class com.funambol.client.controller.SynchronizationController
 
clientNonce - Variable in class com.funambol.client.configuration.Configuration
 
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.localization - package com.funambol.client.localization
 
com.funambol.client.sapi - package com.funambol.client.sapi
 
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
 
computeNumberOfVisibleSources() - Method in class com.funambol.client.controller.Controller
 
CONF_INVALID - Static variable in class com.funambol.client.configuration.Configuration
 
CONF_KEY_ACTIVATION_DATE - Static variable in class com.funambol.client.configuration.Configuration
 
CONF_KEY_AVAILABLE_VERSION - Static variable in class com.funambol.client.configuration.Configuration
 
CONF_KEY_BANDWIDTH_SAVER - Static variable in class com.funambol.client.configuration.Configuration
 
CONF_KEY_CHECK_INTERVAL - Static variable in class com.funambol.client.configuration.Configuration
 
CONF_KEY_CLIENT_NONCE - Static variable in class com.funambol.client.configuration.Configuration
 
CONF_KEY_CONFIG_VERSION - Static variable in class com.funambol.client.source.AppSyncSourceConfig
 
CONF_KEY_CRED_CHECK_PENDING - Static variable in class com.funambol.client.configuration.Configuration
 
CONF_KEY_CRED_CHECK_REMEMBER - Static variable in class com.funambol.client.configuration.Configuration
 
CONF_KEY_FIRST_RUN_TIMESTAMP - Static variable in class com.funambol.client.configuration.Configuration
 
CONF_KEY_FORCE_SERVER_CAPS_REQ - Static variable in class com.funambol.client.configuration.Configuration
 
CONF_KEY_LAST_REMINDER - Static variable in class com.funambol.client.configuration.Configuration
 
CONF_KEY_LAST_UPDATE_CHECK - Static variable in class com.funambol.client.configuration.Configuration
 
CONF_KEY_LOG_LEVEL - Static variable in class com.funambol.client.configuration.Configuration
 
CONF_KEY_PASSWORD - Static variable in class com.funambol.client.configuration.Configuration
 
CONF_KEY_PENDING_SYNC_MODE - Static variable in class com.funambol.client.source.AppSyncSourceConfig
 
CONF_KEY_PENDING_SYNC_TYPE - Static variable in class com.funambol.client.source.AppSyncSourceConfig
 
CONF_KEY_POLL_TIME - Static variable in class com.funambol.client.configuration.Configuration
 
CONF_KEY_POLL_TIMESTAMP - Static variable in class com.funambol.client.configuration.Configuration
 
CONF_KEY_REMINDER_INTERVAL - Static variable in class com.funambol.client.configuration.Configuration
 
CONF_KEY_SIGNUP_ACC_CREATED - Static variable in class com.funambol.client.configuration.Configuration
 
CONF_KEY_SKIP_UPDATE - Static variable in class com.funambol.client.configuration.Configuration
 
CONF_KEY_SOURCE_ACTIVE - Static variable in class com.funambol.client.source.AppSyncSourceConfig
 
CONF_KEY_SOURCE_CONFIG - Static variable in class com.funambol.client.source.AppSyncSourceConfig
 
CONF_KEY_SOURCE_ENABLED - Static variable in class com.funambol.client.source.AppSyncSourceConfig
 
CONF_KEY_SOURCE_FULL - Static variable in class com.funambol.client.source.AppSyncSourceConfig
 
CONF_KEY_SOURCE_SYNC_TYPE_CHANGED - Static variable in class com.funambol.client.configuration.Configuration
 
CONF_KEY_SOURCE_SYNCED - Static variable in class com.funambol.client.source.AppSyncSourceConfig
 
CONF_KEY_SYNC_MODE - Static variable in class com.funambol.client.configuration.Configuration
 
CONF_KEY_SYNC_STATUS - Static variable in class com.funambol.client.source.AppSyncSourceConfig
 
CONF_KEY_SYNC_TIMESTAMP - Static variable in class com.funambol.client.source.AppSyncSourceConfig
 
CONF_KEY_SYNC_TYPE - Static variable in class com.funambol.client.source.AppSyncSourceConfig
 
CONF_KEY_SYNC_URI - Static variable in class com.funambol.client.source.AppSyncSourceConfig
 
CONF_KEY_SYNC_URL - Static variable in class com.funambol.client.configuration.Configuration
 
CONF_KEY_UPDATE_TYPE - Static variable in class com.funambol.client.configuration.Configuration
 
CONF_KEY_UPDATE_URL - Static variable in class com.funambol.client.configuration.Configuration
 
CONF_KEY_UPLOAD_CONTENT_VIA_HTTP - Static variable in class com.funambol.client.source.AppSyncSourceConfig
 
CONF_KEY_USERNAME - Static variable in class com.funambol.client.configuration.Configuration
 
CONF_KEY_VERSION - 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_TYPE - Static variable in class com.funambol.client.source.AppSyncSourceManager
 
CONFIG_VERSION - Static variable in class com.funambol.client.configuration.Configuration
 
configAppSource - Variable in class com.funambol.client.controller.AccountScreenController
 
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
 
connectionManager - Variable in class com.funambol.client.sapi.SapiHandler
 
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_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_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(AppSyncSourceManager) - Constructor for class com.funambol.client.test.ContactsRobot
 
ContactsUserCommands - Interface in com.funambol.client.test
This component lists all the contacts-related commands available in the automatic test scripting language.
continueSynchronizationAfterBandwithSaverDialog(String, Vector, boolean, int, int, boolean, boolean) - Method in class com.funambol.client.controller.SynchronizationController
 
continueSynchronizationAfterFirstSyncDialog(String, Vector, boolean, int, int, boolean, boolean) - Method in class com.funambol.client.controller.SynchronizationController
 
continueWithSignup() - Method in class com.funambol.client.controller.SignupScreenController
Sign up the user with the information taken from the account screen and DeviceInfo
controller - Variable in class com.funambol.client.configuration.Configuration
 
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() - Constructor for class com.funambol.client.controller.Controller
This constructor is here ONLY for backward compatibility.
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
 
copyDefaults() - Method in class com.funambol.client.configuration.Configuration
 
CREATE_EMPTY_CONTACT_COMMAND - Static variable in interface com.funambol.client.test.ContactsUserCommands
This command can used to simulate a contact addition.
CREATE_EMPTY_CONTACT_ON_SERVER_COMMAND - Static variable in interface com.funambol.client.test.ContactsUserCommands
This command can be used to simulate a contact addition on the server.
CREATE_EMPTY_EVENT_COMMAND - Static variable in interface com.funambol.client.test.EventsUserCommands
This command can be used to simulate an event addition.
CREATE_EMPTY_EVENT_ON_SERVER_COMMAND - Static variable in interface com.funambol.client.test.EventsUserCommands
This command can be used to simulate an event addition on the server.
CREATE_EMPTY_RAW_EVENT - Static variable in interface com.funambol.client.test.EventsUserCommands
 
createAloneUISyncSource(Screen) - Method in class com.funambol.client.source.AppSyncSource
 
createButtonUISyncSource(Screen) - Method in class com.funambol.client.source.AppSyncSource
 
createEmptyContact() - Method in class com.funambol.client.test.ContactsRobot
 
createEmptyEvent() - Method in class com.funambol.client.test.CalendarRobot
 
createEmptyRawEvent() - 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
 
createSyncEngine() - Method in class com.funambol.client.controller.SynchronizationController
 
createTestTransportAgent(SyncConfig) - Static method in class com.funambol.client.test.BasicScriptRunner
Create a transport agent useful for the tests framework
createUrl(String, String, Vector) - Method in class com.funambol.client.sapi.SapiHandler
 
credentialsCheckPending - Variable in class com.funambol.client.configuration.Configuration
 
credentialsCheckRemember - Variable in class com.funambol.client.configuration.Configuration
 
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.configuration.Configuration
 
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.AppSyncSourceConfig
 
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
 
DELETE_ALL_CONTACTS_COMMAND - Static variable in interface com.funambol.client.test.ContactsUserCommands
This command can be used to simulate the deletion of all the contacts stored in the device.
DELETE_ALL_CONTACTS_ON_SERVER_COMMAND - Static variable in interface com.funambol.client.test.ContactsUserCommands
This command can used to simulate the deletion of all the contacts stored in the server.
DELETE_ALL_EVENTS_COMMAND - Static variable in interface com.funambol.client.test.EventsUserCommands
This command can be used to simulate the deletion of all the events stored in the device.
DELETE_ALL_EVENTS_ON_SERVER_COMMAND - Static variable in interface com.funambol.client.test.EventsUserCommands
This command can used to simulate the deletion of all the events stored in the server.
DELETE_CONTACT_COMMAND - Static variable in interface com.funambol.client.test.ContactsUserCommands
This command can be used to simulate a contact deletion.
DELETE_CONTACT_ON_SERVER_COMMAND - Static variable in interface com.funambol.client.test.ContactsUserCommands
This command can be used to simulate a contact deletion on the server.
DELETE_EVENT_COMMAND - Static variable in interface com.funambol.client.test.EventsUserCommands
This command can be used to simulate an event deletion.
DELETE_EVENT_ON_SERVER_COMMAND - Static variable in interface com.funambol.client.test.EventsUserCommands
This command can be used to simulate an event deletion on the server.
deleteAllContacts() - Method in class com.funambol.client.test.ContactsRobot
 
deleteAllContactsOnServer(String, String) - Method in class com.funambol.client.test.ContactsCommandRunner
 
deleteAllContactsOnServer(CheckSyncClient) - Method in class com.funambol.client.test.ContactsRobot
 
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
 
deleteContactOnServer(String, String) - Method in class com.funambol.client.test.ContactsCommandRunner
 
deleteContactOnServer(String, String, CheckSyncClient) - Method in class com.funambol.client.test.ContactsRobot
 
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
 
deviceFullShown - Variable in class com.funambol.client.source.AppSyncSourceConfig
 
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
DialogController.WIFINotAvailableDialogOption - Class in com.funambol.client.controller
Dialog option related to the wifi not available.
DialogController.WIFINotAvailableDialogOption(Screen, String, int, String, Vector, boolean, int, int, boolean) - Constructor for class com.funambol.client.controller.DialogController.WIFINotAvailableDialogOption
 
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
 
dirtyAccount - Variable in class com.funambol.client.configuration.Configuration
 
dirtyMisc - Variable in class com.funambol.client.configuration.Configuration
 
dirtySyncMode - Variable in class com.funambol.client.configuration.Configuration
 
dirtyUpdater - Variable in class com.funambol.client.configuration.Configuration
 
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
 
disableSave() - Method in interface com.funambol.client.ui.AccountScreen
 
disableSignup() - Method in interface com.funambol.client.ui.SignupScreen
 
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
 
downloadUrl - Variable in class com.funambol.client.configuration.Configuration
 

E

EMPTY_CONTACT_FIELD_COMMAND - Static variable in interface com.funambol.client.test.ContactsUserCommands
This command can be used to simulate a contact update.
EMPTY_EVENT_FIELD_COMMAND - Static variable in interface com.funambol.client.test.EventsUserCommands
This command can be used to simulate an event update.
enable() - Method in class com.funambol.client.controller.UISyncSourceController
 
enable() - Method in class com.funambol.client.engine.Poller
 
enableCancel() - Method in interface com.funambol.client.ui.AccountScreen
 
enabled - Variable in class com.funambol.client.source.AppSyncSourceConfig
 
enableFileLogging() - Method in class com.funambol.client.customization.Customization
 
enableJSessionAuthentication(boolean) - Method in class com.funambol.client.sapi.SapiHandler
 
enableRefreshCommand() - Method in class com.funambol.client.customization.Customization
 
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.
enableSignup() - Method in interface com.funambol.client.ui.SignupScreen
 
enableStatusAnimation() - Method in class com.funambol.client.controller.UISyncSourceController
 
enableUpdaterManager() - Method in class com.funambol.client.customization.Customization
 
encodeURLString(String) - Method in class com.funambol.client.sapi.SapiHandler
 
END_TEST_COMMAND - Static variable in interface com.funambol.client.test.BasicUserCommands
Terminates the commands of a test.
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
 
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_DURATION - 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
 
EventsUserCommands - Interface in com.funambol.client.test
This component lists all the contacts-related commands available in the automatic test scripting language.
exit() - Method in class com.funambol.client.controller.HomeScreenController
 
exp - Variable in class com.funambol.client.controller.AccountScreenController
 
ExternalAppManager - Interface in com.funambol.client.source
 

F

failed - Variable in class com.funambol.client.controller.AccountScreenController
 
FILES_ID - Static variable in class com.funambol.client.source.AppSyncSourceManager
 
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
firstRunTimestamp - Variable in class com.funambol.client.configuration.Configuration
 
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 interface com.funambol.client.test.BasicUserCommands
This command forces the next sync to be a slow sync for the given source
forceJSessionId(String) - Method in class com.funambol.client.sapi.SapiHandler
 
forceServerCapsRequest - Variable in class com.funambol.client.configuration.Configuration
 
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.AccountScreenController
 
getAccountScreen() - Method in class com.funambol.client.controller.ControllerDataFactory
 
getActivationDate() - Method in class com.funambol.client.configuration.Configuration
 
getActive() - Method in class com.funambol.client.source.AppSyncSourceConfig
 
getAddedItems() - Method in class com.funambol.client.test.CheckSyncSource
 
getAddShowPasswordField() - Method in class com.funambol.client.customization.Customization
 
getAdvancedSettingsScreen() - Method in class com.funambol.client.controller.AdvancedSettingsScreenController
 
getAdvancedSettingsScreenController() - Method in class com.funambol.client.controller.Controller
 
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
 
getAppSyncSourceManager() - Method in class com.funambol.client.test.CalendarRobot
 
getAppSyncSourceManager() - Method in class com.funambol.client.test.ContactsRobot
 
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
 
getBandwidthSaver() - Method in interface com.funambol.client.ui.AdvancedSettingsScreen
Accessor method to get value fore Bandwith Saver status
getBandwidthSaverActivated() - Method in class com.funambol.client.configuration.Configuration
 
getBandwidthSaverUse() - Method in class com.funambol.client.source.AppSyncSource
 
getBaseUrl() - Static method in class com.funambol.client.test.BasicScriptRunner
Accessor Method to get the base url related to the tests location
getBaseUrl(String) - Method in class com.funambol.client.test.TestFileManager
Accessor Method to get the base url related to the tests location
getBasicRobot() - Method in class com.funambol.client.test.BasicCommandRunner
Accessor method
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
 
getCaptchaToken() - Method in interface com.funambol.client.ui.SignupScreen
 
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
 
getContactsImportEnabled() - Method in class com.funambol.client.customization.Customization
 
getContactType() - Method in class com.funambol.client.customization.Customization
 
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
 
getCurrentJSessionId() - Method in class com.funambol.client.controller.SignupScreenController
 
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.
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
 
getDefaultMSUValidationMode() - 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
 
getDeviceInfo() - Method in class com.funambol.client.controller.SignupScreenController
 
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
 
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
 
getFile(String) - Method in class com.funambol.client.test.TestFileManager
Get a script content given the absolute script url.
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.test.TestFileManager
Core method to retireve the single instance of this class.
getInterval() - Method in class com.funambol.client.engine.Poller
 
getIsMedia() - Method in class com.funambol.client.source.AppSyncSource
Returns true if this source is for media content
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
 
getLastSyncTimestamp() - 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
 
getLockedLogLevel() - Method in class com.funambol.client.customization.Customization
 
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
 
getLoginScreenController() - Method in class com.funambol.client.controller.Controller
 
getLogLevel() - Method in class com.funambol.client.configuration.Configuration
 
getMaxItemsPerMessageInSlowSync() - Method in class com.funambol.client.customization.Customization
 
getMessageFromSyncException(SyncException) - Method in class com.funambol.client.controller.AccountScreenController
 
getMessageFromSyncException(SyncException) - Method in class com.funambol.client.controller.SignupScreenController
 
getMobileSignupEnabled() - Method in class com.funambol.client.customization.Customization
 
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
 
getPassword() - Method in interface com.funambol.client.ui.AccountScreen
 
getPasswordDefault() - Method in class com.funambol.client.customization.Customization
 
getPendingSyncMode() - Method in class com.funambol.client.source.AppSyncSourceConfig
Returns a value indicating if there is a pending sync.
getPendingSyncType() - Method in class com.funambol.client.source.AppSyncSourceConfig
Returns a value indicating if there is a pending sync.
getPimSourceSyncTypeChanged() - Method in class com.funambol.client.configuration.Configuration
 
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
 
getPostConfigurationTask() - 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
 
getPrefillPhoneNumber() - Method in class com.funambol.client.customization.Customization
 
getPrivacyPolicyUrl() - Method in class com.funambol.client.customization.Customization
 
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
 
getRemoteUri() - Method in interface com.funambol.client.ui.SettingsUISyncSource
Get the source remote uri
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
 
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
 
getShowSignupSuccededMessage() - Method in class com.funambol.client.customization.Customization
 
getSignupAccountCreated() - Method in class com.funambol.client.configuration.Configuration
 
getSignupScreenController() - Method in class com.funambol.client.controller.Controller
 
getSkip() - Method in class com.funambol.client.configuration.Configuration
 
getSource(int) - Method in class com.funambol.client.source.AppSyncSourceManager
 
getSource(SyncSource) - 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
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
 
getStatusHugeIconsForAnimation() - 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
 
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
 
getSyncUrl() - Method in interface com.funambol.client.ui.AccountScreen
 
getTaskType() - Method in class com.funambol.client.customization.Customization
 
getTermsAndConditionsUrl() - 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.
getUiScreen() - Method in interface com.funambol.client.ui.Screen
Get logic item that represents the screen into the application.
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
 
getUsername() - Method in interface com.funambol.client.ui.AccountScreen
 
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
 
hideBandwidthSaverSection() - Method in interface com.funambol.client.ui.AdvancedSettingsScreen
Hide the entire Bandwidth Saver section.
hideImportContactsSection() - Method in interface com.funambol.client.ui.AdvancedSettingsScreen
Hide the import contacts section
hideLogsSection() - Method in interface com.funambol.client.ui.AdvancedSettingsScreen
Hide the entire log section.
hideProgressDialog() - Method in class com.funambol.client.controller.SignupScreenController
 
hideResetSection() - Method in interface com.funambol.client.ui.AdvancedSettingsScreen
Hide the entire reset 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, NetworkStatus) - Constructor for class com.funambol.client.controller.HomeScreenController
 

I

IMPORT_CONTACT_ON_SERVER_COMMAND - Static variable in interface com.funambol.client.test.ContactsUserCommands
This command allows to import a vCard content form a file on the server.
IMPORT_EVENT_ON_SERVER_COMMAND - Static variable in interface com.funambol.client.test.EventsUserCommands
This command allows to import a vCaL content form a file on the server.
importContactOnServer(String) - Method in class com.funambol.client.test.ContactsRobot
 
importContacts() - Method in class com.funambol.client.controller.AdvancedSettingsScreenController
Run the Import Contacts process
importEventOnServer(String) - Method in class com.funambol.client.test.CalendarRobot
 
INCLUDE_COMMAND - Static variable in interface com.funambol.client.test.BasicUserCommands
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
 
initialized - Variable in class com.funambol.client.configuration.Configuration
 
initScreen() - Method in class com.funambol.client.controller.AccountScreenController
 
initScreen(String, String, String) - Method in class com.funambol.client.controller.AccountScreenController
 
initScreen() - Method in class com.funambol.client.controller.SignupScreenController
 
initScreen(String, String, String) - Method in class com.funambol.client.controller.SignupScreenController
 
initSourcesInfo() - Method in class com.funambol.client.customization.Customization
 
initSyncScheduler() - Method in class com.funambol.client.controller.SynchronizationController
 
INTERRUPT_SYNC_AFTER_PHASE_COMMAND - Static variable in interface com.funambol.client.test.BasicUserCommands
This command allows to interrupt the synchronization in some specific moments.
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
 
isBandwidthSaverEnabled() - Method in class com.funambol.client.customization.Customization
 
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
 
isLocked() - Method in interface com.funambol.client.ui.HomeScreen
 
isLogEnabledInSettingsScreen() - Method in class com.funambol.client.customization.Customization
 
isPasswordShowed() - Method in interface com.funambol.client.ui.SignupScreen
 
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
 
isRunning() - Method in class com.funambol.client.controller.SyncingAnimation
 
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.controller.UISyncSourceController
 
isSyncing() - Method in class com.funambol.client.test.SyncMonitor
 
isSyncInProgress() - Method in class com.funambol.client.controller.AccountScreenController
 
isUpdate() - Method in class com.funambol.client.controller.Controller
 
isUpdate() - Method in class com.funambol.client.controller.HomeScreenController
 
isVisible(AppSyncSource) - Method in class com.funambol.client.controller.Controller
This method checks if a source must be displayed or not.
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
 

J

JSON_ERROR_CODE_COM_1006 - Static variable in class com.funambol.client.controller.SignupHandler
 
JSON_ERROR_CODE_COM_1008 - Static variable in class com.funambol.client.controller.SignupHandler
 
JSON_ERROR_CODE_PRO_1000 - Static variable in class com.funambol.client.controller.SignupHandler
 
JSON_ERROR_CODE_PRO_1001 - Static variable in class com.funambol.client.controller.SignupHandler
 
JSON_ERROR_CODE_PRO_1106 - Static variable in class com.funambol.client.controller.SignupHandler
 
JSON_ERROR_CODE_PRO_1107 - Static variable in class com.funambol.client.controller.SignupHandler
 
JSON_ERROR_CODE_PRO_1113 - Static variable in class com.funambol.client.controller.SignupHandler
 
JSON_ERROR_CODE_PRO_1115 - Static variable in class com.funambol.client.controller.SignupHandler
 
JSON_ERROR_CODE_PRO_1122 - Static variable in class com.funambol.client.controller.SignupHandler
 
JSON_ERROR_CODE_PRO_1126 - Static variable in class com.funambol.client.controller.SignupHandler
 
JSON_ERROR_CODE_PRO_1127 - Static variable in class com.funambol.client.controller.SignupHandler
 
JSON_ERROR_CODE_PRO_1128 - Static variable in class com.funambol.client.controller.SignupHandler
 

K

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

L

lastReminder - Variable in class com.funambol.client.configuration.Configuration
 
lastSyncStatus - Variable in class com.funambol.client.source.AppSyncSourceConfig
 
lastSyncTimestamp - Variable in class com.funambol.client.source.AppSyncSourceConfig
 
lastUpdateCheck - Variable in class com.funambol.client.configuration.Configuration
 
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
 
LOAD_CONTACT_COMMAND - Static variable in interface com.funambol.client.test.ContactsUserCommands
This command can be used to simulate a contact update.
LOAD_CONTACT_ON_SERVER_COMMAND - Static variable in interface com.funambol.client.test.ContactsUserCommands
This command can be used to simulate a contact update on the server.
LOAD_EVENT_COMMAND - Static variable in interface com.funambol.client.test.EventsUserCommands
This command can be used to simulate an event update.
LOAD_EVENT_ON_SERVER_COMMAND - Static variable in interface com.funambol.client.test.EventsUserCommands
This command can be used to simulate an event update on the server.
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
 
loadContactOnServer(String, String) - Method in class com.funambol.client.test.ContactsCommandRunner
 
loadContactOnServer(String, String, CheckSyncClient) - Method in class com.funambol.client.test.ContactsRobot
 
loaded - Variable in class com.funambol.client.configuration.Configuration
 
loaded - Variable in class com.funambol.client.source.AppSyncSourceConfig
 
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
 
loadSettings(Configuration) - Method in interface com.funambol.client.ui.SettingsUIItem
Load the settings from the 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
 
lock() - Method in interface com.funambol.client.ui.HomeScreen
 
LOCK_LOG_LEVEL - Variable in class com.funambol.client.customization.Customization
 
LOCKED_LOG_LEVEL - Variable in class com.funambol.client.customization.Customization
 
lockHomeScreen(Vector) - Method in class com.funambol.client.controller.HomeScreenController
 
lockLogLevel() - Method in class com.funambol.client.customization.Customization
 
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
 
LOGIN_SCREEN_ID - Static variable in class com.funambol.client.controller.Controller
 
loginRequestFailed() - Method in class com.funambol.client.controller.SignupScreenController
 
loginRequestStarted() - Method in class com.funambol.client.controller.SignupScreenController
 
loginRequestSucceeded() - Method in class com.funambol.client.controller.SignupScreenController
 
LoginScreen - Interface in com.funambol.client.ui
 
logLevel - Variable in class com.funambol.client.configuration.Configuration
 

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
 
migrateConfig() - Method in class com.funambol.client.configuration.Configuration
 
migrateConfig(String, String, SourceConfig) - Method in class com.funambol.client.source.AppSyncSourceConfig
 
migrateSupportedSyncModes(SourceConfig) - Method in class com.funambol.client.source.AppSyncSourceConfig
This method checks if the sync type currently set for this source is still supported.

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
NO_WIFI_AVAILABLE_ID - Static variable in interface com.funambol.client.ui.DisplayManager
wi-fi not available alert dialog id
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_TYPE - 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
 

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
 
originalPassword - Variable in class com.funambol.client.controller.AccountScreenController
 
originalUrl - Variable in class com.funambol.client.controller.AccountScreenController
 
originalUser - Variable in class com.funambol.client.controller.AccountScreenController
 
origLogLevel - Variable in class com.funambol.client.configuration.Configuration
 

P

parseBoolean(String) - Method in class com.funambol.client.test.CommandRunner
 
password - Variable in class com.funambol.client.configuration.Configuration
 
PASSWORD - Variable in class com.funambol.client.customization.Customization
 
password - Variable in class com.funambol.client.test.CheckSyncClient
 
pendingSyncMode - Variable in class com.funambol.client.source.AppSyncSourceConfig
 
pendingSyncType - Variable in class com.funambol.client.source.AppSyncSourceConfig
 
PHOTO_TYPE - Static variable in class com.funambol.client.source.AppSyncSourceManager
 
PICTURES_ID - Static variable in class com.funambol.client.source.AppSyncSourceManager
 
pimSourceSyncTypeChanged - Variable in class com.funambol.client.configuration.Configuration
 
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
 
pollingInterval - Variable in class com.funambol.client.configuration.Configuration
 
pollingTimestamp - Variable in class com.funambol.client.configuration.Configuration
 
postConfigurationTask - Variable in class com.funambol.client.configuration.Configuration
 
PREFERRED_FONT - Variable in class com.funambol.client.customization.Customization
 
prepareRefresh(int) - Method in class com.funambol.client.source.AppSyncSource
 
promptCaptcha() - Method in class com.funambol.client.controller.SignupScreenController
 
promptCaptcha() - Method in interface com.funambol.client.ui.SignupScreen
Shows the input field and the image of the CAPTCHA
promptCredentials() - Method in class com.funambol.client.controller.SignupScreenController
 
promptCredentials() - Method in interface com.funambol.client.ui.SignupScreen
Shows the input fields for the account credentials
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

query(String, String, Vector, Hashtable, JSONObject) - Method in class com.funambol.client.sapi.SapiHandler
 
query(String, String, Vector, Hashtable, InputStream, int) - Method in class com.funambol.client.sapi.SapiHandler
 
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 interface com.funambol.client.test.BasicUserCommands
This command must used everytime the server shall be updated for both client or server side changes, and before any check command.
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
 
refreshServer(String, CheckSyncClient) - Method in class com.funambol.client.test.BasicRobot
 
refreshSources(Vector, int) - Method in class com.funambol.client.controller.SynchronizationController
 
refreshToServerSupported - Variable in class com.funambol.client.source.AppSyncSource
 
registerSource(AppSyncSource) - Method in class com.funambol.client.source.AppSyncSourceManager
 
REMINDER_UPDATE_INTERVAL - Variable in class com.funambol.client.customization.Customization
 
reminderInterval - Variable in class com.funambol.client.configuration.Configuration
 
removeAllItems() - Method in interface com.funambol.client.ui.SyncSettingsScreen
Removes all the settings previously added.
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
 
requestLogin() - Method in class com.funambol.client.controller.SignupScreenController
 
requestNewCaptcha(boolean) - Method in class com.funambol.client.controller.SignupScreenController
 
requestWritten() - Method in class com.funambol.client.controller.SynchronizationController
 
reset() - Method in class com.funambol.client.controller.AdvancedSettingsScreenController
Realize the "Reset" action.
RESET_CONTACTS_COMMAND - Static variable in interface com.funambol.client.test.ContactsUserCommands
This command resets contacts client/server side and guarantees client and server are in sync.
RESET_EVENTS_COMMAND - Static variable in interface com.funambol.client.test.EventsUserCommands
This command resets events client/server side and guarantees client and server are in sync.
resetContacts(CheckSyncClient) - Method in class com.funambol.client.test.ContactsRobot
 
resetEvents(String, String) - Method in class com.funambol.client.test.CalendarCommandRunner
 
resetEvents(CheckSyncClient) - Method in class com.funambol.client.test.CalendarRobot
 
resetSourceAnchor(String) - Method in class com.funambol.client.test.BasicRobot
 
resetStatus() - Method in class com.funambol.client.controller.UISyncSourceController
Resets the current status
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.
resumeWifiNotAvailableDialog(Screen) - Method in class com.funambol.client.controller.DialogController
Resumes the last WI-FI not available 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
 
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.controller.DialogController.WIFINotAvailableDialogOption
Triggered in threaded like logic when the user selects an option.
run() - Method in class com.funambol.client.controller.SignupHandler
 
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

SapiHandler - Class in com.funambol.client.sapi
This class is a utility to perform SAPI requests.
SapiHandler(String, String, String) - Constructor for class com.funambol.client.sapi.SapiHandler
 
SapiHandler(String) - Constructor for class com.funambol.client.sapi.SapiHandler
 
save() - Method in class com.funambol.client.configuration.Configuration
 
save() - Method in class com.funambol.client.source.AppSyncSourceConfig
Saves a syncsource config to storage.
SAVE_CONTACT_COMMAND - Static variable in interface com.funambol.client.test.ContactsUserCommands
This command can be used to simulate a contact addition or update.
SAVE_CONTACT_ON_SERVER_COMMAND - Static variable in interface com.funambol.client.test.ContactsUserCommands
This command can be used to simulate a contact addition or update on the server.
SAVE_EVENT_COMMAND - Static variable in interface com.funambol.client.test.EventsUserCommands
This command can be used to simulate an event addition or update.
SAVE_EVENT_ON_SERVER_COMMAND - Static variable in interface com.funambol.client.test.EventsUserCommands
This command can be used to simulate an event addition or update on the server.
SAVE_RAW_EVENT - Static variable in interface com.funambol.client.test.EventsUserCommands
 
saveAndCheck() - Method in class com.funambol.client.controller.AccountScreenController
 
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
 
saveContactOnServer(String, String) - Method in class com.funambol.client.test.ContactsCommandRunner
 
saveContactOnServer(CheckSyncClient) - Method in class com.funambol.client.test.ContactsRobot
 
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
 
saveRawEvent() - Method in class com.funambol.client.test.CalendarRobot
 
saveSettings() - Method in class com.funambol.client.controller.SyncSettingsScreenController
 
saveSettings(Configuration) - Method in interface com.funambol.client.ui.SettingsUIItem
Save the settings in the configuration
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.AccountScreenController
 
screen - Variable in class com.funambol.client.controller.AdvancedSettingsScreenController
 
screen - Variable in class com.funambol.client.controller.DialogOption
 
screen - Variable in class com.funambol.client.controller.SynchronizationController
 
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
 
SERVER_URI - Variable in class com.funambol.client.customization.Customization
 
serverOperationFailed() - Method in class com.funambol.client.controller.SynchronizationController
 
SET_CONTACT_AS_VCARD_COMMAND - Static variable in interface com.funambol.client.test.ContactsUserCommands
This command allows to fill a contact with a VCard.
SET_CONTACT_FIELD_COMMAND - Static variable in interface com.funambol.client.test.ContactsUserCommands
This command can used while simulating a contact additon or update.
SET_CONTACT_FROM_SERVER - Static variable in interface com.funambol.client.test.ContactsUserCommands
This command simulates an item received from the server.
SET_EVENT_AS_VCAL_COMMAND - Static variable in interface com.funambol.client.test.EventsUserCommands
This command allows to fill an event with a VCal.
SET_EVENT_FIELD_COMMAND - Static variable in interface com.funambol.client.test.EventsUserCommands
This command can be used while simulating an event additon or update.
SET_EVENT_FROM_SERVER - Static variable in interface com.funambol.client.test.EventsUserCommands
This command simulates an item received from the server.
SET_EVENT_RECURRENCE_FIELD_COMMAND - Static variable in interface com.funambol.client.test.EventsUserCommands
This command allows to fill the recurrence rule for the event currently edited.
SET_RAW_EVENT_FIELD - Static variable in interface com.funambol.client.test.EventsUserCommands
 
SET_RAW_REMINDER_FIELD - Static variable in interface com.funambol.client.test.EventsUserCommands
 
setAboutScreenController(AboutScreenController) - Method in class com.funambol.client.controller.Controller
 
setActivationDate(long) - Method in class com.funambol.client.configuration.Configuration
 
setActive(boolean) - Method in class com.funambol.client.source.AppSyncSourceConfig
 
setAdvancedSettingsScreenController(AdvancedSettingsScreenController) - Method in class com.funambol.client.controller.Controller
 
setAloneUIClass(Class) - Method in class com.funambol.client.source.AppSyncSource
 
setAnimationIcons(Bitmap[]) - Method in class com.funambol.client.controller.SyncingAnimation
 
setAnimationIcons(Bitmap[]) - Method in class com.funambol.client.controller.UISyncSourceController
 
setAppManager(ExternalAppManager) - Method in class com.funambol.client.source.AppSyncSource
 
setAuthenticationMethod(int) - Method in class com.funambol.client.sapi.SapiHandler
 
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
 
setBandwidthSaver(boolean) - Method in class com.funambol.client.configuration.Configuration
 
setBandwidthSaver(boolean) - Method in interface com.funambol.client.ui.AdvancedSettingsScreen
Accessor method to enable/disable Bandwidth Saver
setBandwidthSaverUse(boolean) - Method in class com.funambol.client.source.AppSyncSource
 
setButtonUIClass(Class) - Method in class com.funambol.client.source.AppSyncSource
 
setCancel(boolean) - Method in class com.funambol.client.controller.SynchronizationController
 
setCaptchaImage(byte[]) - Method in interface com.funambol.client.ui.SignupScreen
Sets the given CAPTCHA image to be displayed in the screen
setCaptchaToken(String) - Method in interface com.funambol.client.ui.SignupScreen
Set the current CAPTCHA token string
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
 
setConnectionManager(ConnectionManager) - Method in class com.funambol.client.sapi.SapiHandler
 
setContactAsVCard(String) - Method in class com.funambol.client.test.ContactsRobot
 
setContactField(String, String) - Method in class com.funambol.client.test.ContactsRobot
 
setContactFromServer(String) - Method in class com.funambol.client.test.ContactsRobot
 
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
 
setCurrentJSessionId(String) - Method in class com.funambol.client.controller.SignupScreenController
 
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
 
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
 
setEventFromServer(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
 
setIsMedia(boolean) - Method in class com.funambol.client.source.AppSyncSource
 
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
 
setLastSyncTimestamp(long) - 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
 
setLoginScreenController(AccountScreenController) - Method in class com.funambol.client.controller.Controller
 
setLogLevel(int) - Method in class com.funambol.client.configuration.Configuration
 
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
 
setPendingSync(String, int) - Method in class com.funambol.client.source.AppSyncSourceConfig
Sets the last (only one) pending sync.
setPimSourceSyncTypeChanged(boolean) - Method in class com.funambol.client.configuration.Configuration
 
setPollingInterval(int) - Method in class com.funambol.client.configuration.Configuration
 
setPollingTimestamp(long) - Method in class com.funambol.client.configuration.Configuration
 
setRawEventField(String, String) - Method in class com.funambol.client.test.CalendarRobot
 
setRawReminderField(String, String) - Method in class com.funambol.client.test.CalendarRobot
 
setReminderInterval(long) - Method in class com.funambol.client.configuration.Configuration
 
setRemoteUri(String) - Method in interface com.funambol.client.ui.SettingsUISyncSource
Set the source remote uri
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
setSignupAccountCreated(boolean) - Method in class com.funambol.client.configuration.Configuration
 
setSignupScreenController(SignupScreenController) - Method in class com.funambol.client.controller.Controller
 
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
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
 
showBitmap(Bitmap) - Method in class com.funambol.client.controller.SyncingAnimation
 
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(String) - Method in class com.funambol.client.controller.SynchronizationController
 
showMessage(String, int) - Method in class com.funambol.client.controller.SynchronizationController
 
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
 
showNoWIFIAvailableDialog(Screen, String, Vector, boolean, int, int, boolean) - Method in class com.funambol.client.controller.DialogController
Use the localization field to build the wifi not available alert dialog.
showPendingFirstSyncQuestion() - Method in class com.funambol.client.controller.SynchronizationController
 
showPoweredBy() - Method in class com.funambol.client.customization.Customization
 
showProgressDialog(String) - Method in class com.funambol.client.controller.SignupScreenController
 
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
showSignupSucceededMessage(String) - Method in class com.funambol.client.controller.SignupScreenController
 
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
 
signup() - Method in class com.funambol.client.controller.SignupScreenController
Sign up the user with the information taken from the account screen and DeviceInfo
SIGNUP_SCREEN_ID - Static variable in class com.funambol.client.controller.Controller
 
signupAccountCreated - Variable in class com.funambol.client.configuration.Configuration
 
signupFailed(String) - Method in class com.funambol.client.controller.SignupScreenController
 
signupFailed(String, boolean) - Method in class com.funambol.client.controller.SignupScreenController
 
SignupHandler - Class in com.funambol.client.controller
Handles the signup process in a separated thread.
SignupHandler(SignupScreen, SignupScreenController) - Constructor for class com.funambol.client.controller.SignupHandler
 
SignupScreen - Interface in com.funambol.client.ui
 
SignupScreenController - Class in com.funambol.client.controller
This class is the controller (in the MVC model) for the SignupScreen.
SignupScreenController(Controller, Customization, Configuration, Localization, AppSyncSourceManager, SignupScreen) - Constructor for class com.funambol.client.controller.SignupScreenController
TODO: Remove once the com.funambol.client.controller package integration is finished
signupStarted() - Method in class com.funambol.client.controller.SignupScreenController
 
signupSucceeded() - Method in class com.funambol.client.controller.SignupScreenController
 
skip - Variable in class com.funambol.client.configuration.Configuration
 
sManager - Variable in class com.funambol.client.test.SyncMonitor
 
source - Variable in class com.funambol.client.source.AppSyncSource
 
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 - Variable in class com.funambol.client.controller.AccountScreenController
 
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
 
sourceSynced - Variable in class com.funambol.client.source.AppSyncSourceConfig
 
START_MAIN_APP_COMMAND - Static variable in interface com.funambol.client.test.BasicUserCommands
This command starts the main application.
startAnimation() - Method in class com.funambol.client.controller.SyncingAnimation
Begin the animation for a sync in progress
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.
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
 
state - Variable in class com.funambol.client.controller.SignupScreenController
 
STATE_BEGIN - Variable in class com.funambol.client.controller.SignupScreenController
 
STATE_CAPTCHA - Variable in class com.funambol.client.controller.SignupScreenController
 
STATE_LOGGED_IN - Variable in class com.funambol.client.controller.SignupScreenController
 
STATE_LOGIN_FAILED - Variable in class com.funambol.client.controller.SignupScreenController
 
STATE_SIGNED_UP - Variable in class com.funambol.client.controller.SignupScreenController
 
stopAnimation() - Method in class com.funambol.client.controller.SyncingAnimation
Stop the animation for a sync in progress
stripPortFromSyncAddress() - Method in class com.funambol.client.customization.Customization
 
switchToLoginScreen() - Method in class com.funambol.client.controller.SignupScreenController
Prompts the user to the login screen
switchToSignupScreen() - Method in class com.funambol.client.controller.AccountScreenController
 
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.SignupScreenController
 
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.SignupScreenController
 
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
 
SyncingAnimation - Class in com.funambol.client.controller
 
SyncingAnimation(Bitmap[]) - Constructor for class com.funambol.client.controller.SyncingAnimation
 
SyncingAnimation(boolean) - Constructor for class com.funambol.client.controller.SyncingAnimation
 
syncInRange() - Method in class com.funambol.client.customization.Customization
 
syncMenuSelected() - Method in class com.funambol.client.controller.HomeScreenController
 
syncMode - Variable in class com.funambol.client.configuration.Configuration
 
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
 
SyncSettingsScreenController(Controller, Customization, Configuration, AppSyncSourceManager, 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
syncType - Variable in class com.funambol.client.source.AppSyncSourceConfig
 
syncUriEditable() - Method in class com.funambol.client.customization.Customization
 
syncUrl - Variable in class com.funambol.client.configuration.Configuration
 
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
TAG_LOG - Static variable in class com.funambol.client.test.TestFileManager
Tag log entry name
TASK_TYPE_SIF - Static variable in class com.funambol.client.source.AppSyncSourceManager
 
TASK_TYPE_VCALENDAR - Static variable in class com.funambol.client.source.AppSyncSourceManager
 
TASKS_ID - Static variable in class com.funambol.client.source.AppSyncSourceManager
 
TestFileManager - Class in com.funambol.client.test
Singleton implementation of the test files core management logic.
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)

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
 
unlock() - Method in interface com.funambol.client.ui.HomeScreen
 
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
 
updateType - Variable in class com.funambol.client.configuration.Configuration
 
updateVisibleItems() - Method in interface com.funambol.client.ui.HomeScreen
 
uploadContentViaHttp - Variable in class com.funambol.client.source.AppSyncSourceConfig
 
uri - Variable in class com.funambol.client.source.AppSyncSourceConfig
 
USE_BANDWIDTH_SAVER_CONTACTS - Variable in class com.funambol.client.customization.Customization
 
USE_BANDWIDTH_SAVER_EVENTS - Variable in class com.funambol.client.customization.Customization
 
USE_BANDWIDTH_SAVER_MEDIA - Variable in class com.funambol.client.customization.Customization
 
USE_DEFAULT_FONT - Variable in class com.funambol.client.customization.Customization
 
useBandwidthSaver - Variable in class com.funambol.client.source.AppSyncSource
 
useBandwidthSaverContacts() - Method in class com.funambol.client.customization.Customization
 
useBandwidthSaverEvents() - Method in class com.funambol.client.customization.Customization
 
useBandwidthSaverMedia() - Method in class com.funambol.client.customization.Customization
 
useDefaultFont() - Method in class com.funambol.client.customization.Customization
 
userAccountEditable() - Method in class com.funambol.client.customization.Customization
 
userAuthenticated() - Method in class com.funambol.client.controller.AccountScreenController
 
userAuthenticated() - Method in class com.funambol.client.controller.SignupScreenController
 
username - Variable in class com.funambol.client.configuration.Configuration
 
USERNAME - Variable in class com.funambol.client.customization.Customization
 
userName - Variable in class com.funambol.client.test.CheckSyncClient
 

V

VALIDATION_MODE_CAPTCHA - Static variable in class com.funambol.client.controller.SignupHandler
 
VALIDATION_MODE_NONE - Static variable in class com.funambol.client.controller.SignupHandler
 
VALIDATION_MODE_SMS - Static variable in class com.funambol.client.controller.SignupHandler
 
VALIDATION_MODE_SMS_CAPTCHA - Static variable in class com.funambol.client.controller.SignupHandler
 
value - Variable in class com.funambol.client.controller.DialogOption
 
version - Variable in class com.funambol.client.configuration.Configuration
 
version - Variable in class com.funambol.client.source.AppSyncSourceConfig
 
VIDEO_TYPE - Static variable in class com.funambol.client.source.AppSyncSourceManager
 
VIDEOS_ID - Static variable in class com.funambol.client.source.AppSyncSourceManager
 
viewLog() - Method in class com.funambol.client.controller.AdvancedSettingsScreenController
Realize the View log action.

W

WAIT_COMMAND - Static variable in interface com.funambol.client.test.BasicUserCommands
This command suspends the test execution for the given amount of time.
WAIT_DELAY - Static variable in class com.funambol.client.test.Robot
 
WAIT_FOR_AUTH_TO_COMPLETE_COMMAND - Static variable in interface com.funambol.client.test.BasicUserCommands
This command wait for a authentication process to start and finish within a maximum amount of time.
WAIT_FOR_SYNC_TO_COMPLETE_COMMAND - Static variable in interface com.funambol.client.test.BasicUserCommands
This command wait for a sync to start and finish within a maximum amount of time.
waitDelay(int) - Static method in class com.funambol.client.test.Robot
 
waitForAuthToComplete(int, int, SyncMonitor) - Method in class com.funambol.client.test.BasicRobot
 
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
 
warningOnFirstSync - Variable in class com.funambol.client.source.AppSyncSource
 
warnOnDeletes() - Method in class com.funambol.client.customization.Customization
 
WRITE_STRING_COMMAND - Static variable in interface com.funambol.client.test.BasicUserCommands
This command simulates a user writing a text through the device keyboard.
writeString(String) - Method in class com.funambol.client.test.BasicRobot
 

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

Copyright © 2001-2009 Funambol.