MCPcopy Create free account

hub / github.com/360/360-Engine-for-Android / functions

Functions3,317 in github.com/360/360-Engine-for-Android

↓ 3 callersMethodgetContactIdList
Returns a list of server IDs which is sent to the server by the {@code DeleteContacts} API (for testing only). @return List of server IDs.
src/com/vodafone360/people/engine/contactsync/UploadServerContacts.java:1174
↓ 3 callersMethodgetContentEngine
Fetch content engine @return ContentEngine object
src/com/vodafone360/people/engine/EngineManager.java:374
↓ 3 callersMethodgetDatabaseHelper
Getter for the local instance of DatabaseHelper. @return local instance of DatabaseHelper
src/com/vodafone360/people/engine/content/ContentEngine.java:96
↓ 3 callersMethodgetDidErrorOccur
()
tests/src/com/vodafone360/people/tests/service/transport/tcp/conn_less/respreader/MockTcpConnectionThread.java:45
↓ 3 callersMethodgetEntriesWithId
(Long id)
tests/src/com/vodafone360/people/tests/database/ContactGroupsTableTest.java:62
↓ 3 callersMethodgetInputBlockSize
returns the largest size an input block can be. @return maximum size for an input block.
src/org/bouncycastle/crypto/AsymmetricBlockCipher.java:23
↓ 3 callersMethodgetIsConnectionRunning
()
tests/src/com/vodafone360/people/tests/service/transport/tcp/conn_less/respreader/MockResponseReaderThread.java:51
↓ 3 callersMethodgetLocalContactId
Return the local contact ID tag for the given View. @param view View to extract the list position information. @return List position of the view.
src/com/vodafone360/people/ThumbnailCache.java:462
↓ 3 callersMethodgetMyAvailabilityStatusFromDatabase
()
src/com/vodafone360/people/engine/presence/PresenceEngine.java:234
↓ 3 callersMethodgetNetworkAgentState
Returns the current state of the Network Agent. Used for testing only.
src/com/vodafone360/people/service/interfaces/IPeopleService.java:243
↓ 3 callersMethodgetNewPublicKey
Requests a new Public Key from the server.
src/com/vodafone360/people/engine/login/LoginEngine.java:743
↓ 3 callersMethodgetOutputBlockSize
returns the maximum size of the block produced by this cipher. @return maximum size of the output block produced by the cipher.
src/org/bouncycastle/crypto/AsymmetricBlockCipher.java:30
↓ 3 callersMethodgetOutputBlockSize
Return the maximum size for an output block to this engine. For RSA this is always one byte less than the key size on decryption, and the same length
src/org/bouncycastle/crypto/engines/RSACoreEngine.java:61
↓ 3 callersMethodgetPeopleAccount
Gets the first People Account found on the device or null if none is found. @return The Android People account found or null
src/com/vodafone360/people/engine/contactsync/NativeContactsApi2.java:2231
↓ 3 callersMethodgetPosition
Gets the current position in the list of IDs. This can be used to track the current progress. @see #getCount() @return the last processed id positio
src/com/vodafone360/people/engine/contactsync/NativeExporter.java:149
↓ 3 callersMethodgetPresenceList
Request a refresh of the currently known Presence information (used for testing only) @param contactId Provide a contactId to receive detailed presen
src/com/vodafone360/people/service/interfaces/IPeopleService.java:261
↓ 3 callersMethodgetPresenceList
Initiate the "get presence list" request sending to server. Makes the engine run asap. @return
src/com/vodafone360/people/engine/presence/PresenceEngine.java:588
↓ 3 callersMethodgetQueryData
Fetches the group data from the current record of the given cursor. @param c Cursor returned by one of the {@link #getFullQueryList()} based
src/com/vodafone360/people/database/tables/GroupsTable.java:208
↓ 3 callersMethodgetResponse
()
tests/src/com/vodafone360/people/tests/service/transport/tcp/conn_less/respreader/MockDecoderThread.java:38
↓ 3 callersMethodgetResponseType
The response type for this response. The types are defined in Response.ResponseType. @return The response type of this response (e.g. GET_AVAILABLE_I
src/com/vodafone360/people/service/io/ResponseQueue.java:156
↓ 3 callersMethodgetRoamingDeviceSetting
Gets the current IS_ROAMING_ALLOWED value for the device, which is set by the user in the "Menu > Settings > Wireless Controls > Mobile network settin
src/com/vodafone360/people/service/interfaces/IPeopleService.java:98
↓ 3 callersMethodgetRoamingNotificationType
Gets the type of roaming notification to show to the user @return ROAMING_DIALOG_GLOBAL_ON Data roaming is on, ROAMING_DIALOG_GLOBAL_OFF Data
src/com/vodafone360/people/service/interfaces/IPeopleService.java:87
↓ 3 callersMethodgetSingleTextValue
Fetch a single string value from a VCard string Suitable for Url, Internet Address, IM Address, Role, Title and Note @param val A string in VCard for
src/com/vodafone360/people/datatypes/VCardHelper.java:339
↓ 3 callersMethodgetSysCode
Get current System Notification code. @return current System Notification code.
src/com/vodafone360/people/datatypes/SystemNotification.java:307
↓ 3 callersMethodgetTransferListener
Getter for the TransferListener. @return TransferListener for this handler
src/com/vodafone360/people/engine/content/ContentObject.java:275
↓ 3 callersMethodgetType
Return the type of current option (i.e. String, boolean, integer, long). @return type of current option.
src/com/vodafone360/people/service/PersistSettings.java:138
↓ 3 callersMethodgetValue
Obtain OnlineStatus value for supplied String. @param String identifying online status. @return OnlineStatus value for supplied String, null if Onlin
src/com/vodafone360/people/datatypes/ContactSummary.java:79
↓ 3 callersMethodinitialise
()
tests/src/com/vodafone360/people/tests/database/NowPlusDBHelperLoginTest.java:59
↓ 3 callersMethodisActive
Is request active - i.e has it been issued @return true if request is active
src/com/vodafone360/people/service/io/Request.java:233
↓ 3 callersMethodisConnected
Get Connectivity status from the connection manager. @return true True if the connection is active, false otherwise.
src/com/vodafone360/people/engine/identities/IdentityEngine.java:880
↓ 3 callersMethodisDeactivated
Called by the framework to determine if the engine should run.
src/com/vodafone360/people/engine/BaseEngine.java:537
↓ 3 callersMethodisKeySupported
(int key)
tests/src/com/vodafone360/people/tests/engine/contactsync/NativeImporterTest.java:1093
↓ 3 callersMethodisLoggedIn
This method returns if the LoginEngine is in the LOGGED_ON state. @return - TRUE if the LoginEngine is in the LOGGED_ON state.
src/com/vodafone360/people/engine/presence/PresenceEngine.java:952
↓ 3 callersMethodisLoggedIn
Determines if the user is currently logged in with a valid session. @return true if logged in, false otherwise
src/com/vodafone360/people/engine/login/LoginEngine.java:439
↓ 3 callersMethodisPeopleAccount
Checks if this account is a People Account @return true if this account is a People Account, false if not
src/com/vodafone360/people/engine/contactsync/NativeContactsApi.java:255
↓ 3 callersMethodisRegistrationComplete
Fetch value of registration complete flag from database. @param readableDb Readable SQLite database for fetching the information @return true if regi
src/com/vodafone360/people/database/tables/StateTable.java:563
↓ 3 callersMethodisSubscribed
Returns TRUE if an Activity is currently listening out for unsolicited events (i.e. a "Live" activity is currently on screen). @return TRUE if any su
src/com/vodafone360/people/service/agent/UiAgent.java:256
↓ 3 callersMethodisVendorSpecificAccount
Checks if this account is a vendor specific one. All vendor specific accounts are held in the VENDOR_SPECIFIC_ACCOUNTS array. @param type to checks f
src/com/vodafone360/people/engine/contactsync/NativeContactsApi.java:435
↓ 3 callersMethodloadProperties
Load properties from build configuration files. @param context Android Context. @throws NullPointerException Configuration file not found. @throws Nu
src/com/vodafone360/people/SettingsManager.java:70
↓ 3 callersMethodmakeSingleTextValue
Create a VCard string from a single value Suitable for Url, Internet Address, IM Address, Role, Title and Note @param textValue The string value to u
src/com/vodafone360/people/datatypes/VCardHelper.java:326
↓ 3 callersMethodmapContactChangeFlagToInternalOrder
Maps a ContactChange flag to a ContactDetail order. @see ContactChange#FLAG_XXX @see ContactDetail#ORDER_XXX @param flag the ContactChange flag to c
src/com/vodafone360/people/database/tables/ContactDetailsTable.java:2065
↓ 3 callersMethodmapContactChangeFlagToInternalType
Maps a ContactChange flag to a ContactDetail key type. @see ContactChange#FLAG_XXX @see ContactDetail#DetailKeyTypes @param flag the ContactChange f
src/com/vodafone360/people/database/tables/ContactDetailsTable.java:2024
↓ 3 callersMethodmapContactChangeKeyToInternalKey
Maps a ContactChange key to a ContactDetail key. @see ContactChange#KEY_XXX @see ContactDetail#DetailKeys @param key the ContactChange key to conver
src/com/vodafone360/people/database/tables/ContactDetailsTable.java:2083
↓ 3 callersMethodmapInternalKeyToContactChangeKey
Maps ContactDetail key to ContactChange key. @see ContactChange#KEY_XXX @see ContactDetail#DetailKeys @param key the ContactDetail key to convert @r
src/com/vodafone360/people/database/tables/ContactDetailsTable.java:2097
↓ 3 callersMethodmarkMeProfileAvatarChanged
Stores a flag in the database indicating that the me profile avatar has changed. The avatar will be uploaded to the server shortly.
src/com/vodafone360/people/database/DatabaseHelper.java:2379
↓ 3 callersMethodmodifyContactRevision
Stores a new server contact revision in the database. @param revision New revision number @param writableDb Writable SQLite database for storing the
src/com/vodafone360/people/database/tables/StateTable.java:629
↓ 3 callersMethodmodifyContactServerId
Modifies the server Contact Id and User ID stored in the database for a specific contact. @param localId The local Id of the contact to modify @param
src/com/vodafone360/people/database/DatabaseHelper.java:545
↓ 3 callersMethodmodifyContactServerId
Modifies the contact server ID and user ID stored in the contacts table. @param localContactId The primary key ID of the contact @param serverId The
src/com/vodafone360/people/database/tables/ContactsTable.java:398
↓ 3 callersMethodmodifyDummyDetailsData
(ContactDetail detail)
tests/src/com/vodafone360/people/tests/TestModule.java:202
↓ 3 callersMethodmodifyLatestStatusUpdateTime
Modifies the timestamp for the last status activity that has been synced. @param value The new timestamp value (in milliseconds) @param writableDb Wr
src/com/vodafone360/people/database/tables/StateTable.java:1198
↓ 3 callersMethodmodifyMeProfileChangedFlag
Sets the "me profile changed" flag in the database to the given value. @param myContactChanged The new value for the flag @param writableDb Writable
src/com/vodafone360/people/database/tables/StateTable.java:952
↓ 3 callersMethodnextTaskFullSyncFirstTime
Moves to the next state for the full sync first time mode, and runs the appropriate processor. Completes the UI request when the sync is complete (if
src/com/vodafone360/people/engine/contactsync/ContactSyncEngine.java:1143
↓ 3 callersMethodonEngineException
(Exception e)
tests/src/com/vodafone360/people/tests/engine/EngineTestFramework.java:237
↓ 3 callersMethodonLoginStateChanged
Called when the engine transitions between the logged in and logged out states. Notifies listeners. @param loggedIn true if the user is now logged in
src/com/vodafone360/people/engine/login/LoginEngine.java:1075
↓ 3 callersMethodonProcessorComplete
Called by processor when it has finished running. @param status SUCCESS or an error code from the processor @param failureList A description of any e
src/com/vodafone360/people/engine/contactsync/IContactSyncCallback.java:47
↓ 3 callersMethodparseCompanyFromOrganization
Parses the Company name from a VCard Organization String. @param value the VCard Organization String to parse @return the company name or null if not
src/com/vodafone360/people/datatypes/VCardHelper.java:555
↓ 3 callersMethodpoll
@see LinkedList.poll()
src/com/vodafone360/people/engine/content/FiFoQueue.java:77
↓ 3 callersMethodprintContactChange
(ContactChange cc)
tests/src/com/vodafone360/people/tests/engine/contactsync/ContactChangeHelper.java:100
↓ 3 callersMethodprocessBlock
process the block of len bytes stored in in from offset inOff. @param in the input data @param inOff offset into the in array where the data starts @
src/org/bouncycastle/crypto/AsymmetricBlockCipher.java:43
↓ 3 callersMethodputDetail
Put values for a detail from a {@link ContactChange} into pending values. @param cc {@link ContactChange} to read values from
src/com/vodafone360/people/engine/contactsync/NativeContactsApi2.java:1415
↓ 3 callersMethodputInternetAvail
Set Internet availability value. @param value InternetAvail.
src/com/vodafone360/people/service/PersistSettings.java:306
↓ 3 callersMethodrandomValue
(int key)
tests/src/com/vodafone360/people/tests/engine/contactsync/ContactChangeHelper.java:763
↓ 3 callersMethodreadBytes
Reads a byte array @return byte[] array extracted from Hessian stream, NULL if 'N' specified in data. @throws IOException.
src/com/caucho/hessian/micro/MicroHessianInput.java:243
↓ 3 callersMethodregister
Signs up a new user to the Vodafone 360 back end using the given Registration details. @param RegistrationDetails Registration details
src/com/vodafone360/people/service/interfaces/IPeopleService.java:144
↓ 3 callersMethodregisterObserver
(ContactsObserver observer)
tests/src/com/vodafone360/people/tests/engine/contactsync/NativeImporterTest.java:1000
↓ 3 callersMethodregisterServiceLoadHandler
Register a Handler to receive notification when the People service has loaded. If mServiceInterface == NULL then this means that the UI is starting be
src/com/vodafone360/people/MainApplication.java:140
↓ 3 callersMethodremoveListener
Remove a listener added by the addListener function. @param listener The same callback interface passed in to the add function
src/com/vodafone360/people/engine/login/LoginEngine.java:461
↓ 3 callersMethodrequestStatusesFromServer
Request Activities (Status/Timeline) events from Server. @param refresh boolean - is true when fetching latest statuses, false - when olde
src/com/vodafone360/people/engine/activities/ActivitiesEngine.java:411
↓ 3 callersMethodreset
Performs a reset.
src/com/vodafone360/people/engine/content/ThumbnailHandler.java:244
↓ 3 callersMethodresetMeProfileIds
()
src/com/vodafone360/people/engine/presence/PresenceDbUtils.java:65
↓ 3 callersMethodsendGetAvailableIdentitiesRequest
Send a get available identities request to the backend which will be handled by onProcessCommsResponse once a response comes in.
src/com/vodafone360/people/engine/identities/IdentityEngine.java:374
↓ 3 callersMethodsetDate
Set VCard date field. @param time Time to set. @param inType detailKeyTypes for item (i.e BIRTHDAY).
src/com/vodafone360/people/datatypes/ContactDetail.java:694
↓ 3 callersMethodsetDetailSyncedWithNative
Sets the detail as synchronized with native side. @param localContactId the local id of the detail @param nativeContactId the native contact (only ne
src/com/vodafone360/people/database/tables/ContactDetailsTable.java:2316
↓ 3 callersMethodsetFailedRetrying
Sets a flag which indicates whether the connection has failed retrying to connect to the server for 3 consecutive times or not. @param failedRetrying
src/com/vodafone360/people/service/transport/tcp/TcpConnectionThread.java:625
↓ 3 callersMethodsetInternetAvail
Set Internet availability - always makes Internet available, only available in home network, allow manual connection only. This setting is stored in P
src/com/vodafone360/people/MainApplication.java:202
↓ 3 callersMethodsetInternetConnected
Sets a new Internet connection state. @param internetConnected TRUE if connected to Internet, FALSE otherwise.
src/com/vodafone360/people/service/agent/NetworkAgentState.java:88
↓ 3 callersMethodsetIsRetrying
If the connection was lost this flag indicates that we are trying to regain it. @param isRetrying True if the connection is currently trying to be re
src/com/vodafone360/people/service/transport/tcp/TcpConnectionThread.java:612
↓ 3 callersMethodsetMyAvailability
This method adds the request to setAvailability() on the RequestQueue. @param status Hashtable<String, String> - the Hashtable of (networkName, status
src/com/vodafone360/people/service/io/api/Presence.java:76
↓ 3 callersMethodsetNetworkAgentState
Overrides the current state of the Network Agent. Used for testing only. @param state A new overriding state.
src/com/vodafone360/people/service/interfaces/IPeopleService.java:250
↓ 3 callersMethodsetNewUpdateFrequency
Push the UpdateEngine to check if a new update frequency has been set and to act accordingly.
src/com/vodafone360/people/service/interfaces/IPeopleService.java:233
↓ 3 callersMethodsetOrg
Set VCard organisation field. @param org VCardHelper.Organisation containing representation of organisation fields. @param type detailKeyT
src/com/vodafone360/people/datatypes/ContactDetail.java:673
↓ 3 callersMethodsetOverallOnline
This method sets the overall user presence status, @parameter the online status id - the ordinal, see @OnlineStatus
src/com/vodafone360/people/engine/presence/User.java:309
↓ 3 callersMethodsetPayload
Returns communities presence status @return communities presence status, e.g. {google:online, pc:online, mobile:online}
src/com/vodafone360/people/engine/presence/User.java:188
↓ 3 callersMethodsetPresenceOffline
Set the Global presence status to offline.
src/com/vodafone360/people/engine/presence/PresenceEngine.java:254
↓ 3 callersMethodsetProcessor
(BaseSyncProcessor processor)
tests/src/com/vodafone360/people/tests/engine/contactsync/DummyContactSyncEngine.java:54
↓ 3 callersMethodsetRegistrationComplete
Set registration complete flag. @param complete The flag value (true or false) @param writableDb Writable SQLite database @return true if successful,
src/com/vodafone360/people/database/tables/StateTable.java:530
↓ 3 callersMethodsetReqType
Set RPG request type @param reqType RPG request type
src/com/vodafone360/people/service/io/rpg/RpgHeader.java:164
↓ 3 callersMethodsetSession
Stores the latest session in the database. @param session The session object to store. @param writableDb Writable SQLite database for storing the inf
src/com/vodafone360/people/database/tables/StateTable.java:801
↓ 3 callersMethodsetShowRoamingNotificationAgain
Sets a preference that disables the showing of further roaming notifications. @param TRUE show further roaming notifications, FALSE stop showing
src/com/vodafone360/people/service/interfaces/IPeopleService.java:79
↓ 3 callersMethodsetSyncAutomatically
Used to forcefully set the underlying Sync adapter to be Automatically Syncable or not. This is really only useful for 2.X devices and for System UE.
src/com/vodafone360/people/engine/contactsync/NativeContactsApi.java:418
↓ 3 callersMethodsetSyncBusy
This flag is set by ContactSyncEngine to indicate his state synchronizing the account. @param isSyncBusy must be FALSE if state of ContactSync is Stat
src/com/vodafone360/people/ApplicationCache.java:780
↓ 3 callersMethodsetTestSession
Set 'dummy' auth session for test purposes only. @param session 'dummy' session supplied to LoginEngine
src/com/vodafone360/people/engine/login/LoginEngine.java:1409
↓ 3 callersMethodsetValue
Set a value in the preferences file. @param context Android context. @param key Preferences file parameter key. @param value Preference value.
src/com/vodafone360/people/ApplicationCache.java:488
↓ 3 callersMethodshutdown
()
tests/src/com/vodafone360/people/tests/database/NowPlusDBHelperLoginTest.java:77
↓ 3 callersMethodstartCallLogSync
Start sync of call log from native call log data base
src/com/vodafone360/people/engine/activities/ActivitiesEngine.java:381
↓ 3 callersMethodstartGetSessionManual
Sends a get session by credentials request to the server.
src/com/vodafone360/people/engine/login/LoginEngine.java:854
↓ 3 callersMethodstartServerSync
Starts a full sync. If the native contacts haven't yet been fetched then a first time sync will be started, otherwise will start a normal full sync. F
src/com/vodafone360/people/engine/contactsync/ContactSyncEngine.java:943
↓ 3 callersMethodstartUploadServerContacts
Helper function to start the upload server contacts processor @return if this type of sync is enabled in the settings, false otherwise.
src/com/vodafone360/people/engine/contactsync/ContactSyncEngine.java:1047
↓ 3 callersMethodstopThread
Stops the current connection thread. this should also stop any running sub-connection threads such as heartbeats or polls.
src/com/vodafone360/people/service/transport/IConnection.java:38
↓ 3 callersMethodsubscribe
Allows an Activity to indicate to the Service that it is ready and able to handle incoming unsolicited UI events. This should be called in an Activiti
src/com/vodafone360/people/service/interfaces/IPeopleService.java:289
← previousnext →601–700 of 3,317, ranked by callers