MCPcopy Create free account

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

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

↓ 4 callersMethodkickWorkerThread
Restarts the WorkerThread if it is in a sleeping or suspended state, ignored otherwise. This method is called by various events including: new UI or n
src/com/vodafone360/people/service/interfaces/IWorkerThreadControl.java:39
↓ 4 callersMethodlogV
(String tag, String message)
src/com/vodafone360/people/service/transport/http/HttpConnectionThread.java:597
↓ 4 callersMethodlogWithName
Write info log string with specific component name. This method should be only used from the code, that is run after being enabled with a special Twel
src/com/vodafone360/people/utils/LogUtils.java:216
↓ 4 callersMethodmakeOrg
Create VCard Organisation item. @param org Organisation item. @return VCard organisation representation.
src/com/vodafone360/people/datatypes/VCardHelper.java:520
↓ 4 callersMethodmodifyContact
Updates contact information. See {@link #fillUpdateData(Contact)} for which fields from the Contact object are read. @param contact The source contac
src/com/vodafone360/people/database/tables/ContactsTable.java:536
↓ 4 callersMethodmodifyLatestPhoneCallTime
Modifies the timestamp for the last phone call activity that has been synced. @param value The new timestamp value (in milliseconds) @param writableD
src/com/vodafone360/people/database/tables/StateTable.java:1293
↓ 4 callersMethodmodifyMeProfileID
Sets the me profile ID. This should only be called once when the me profile is first synced from the server. @param myContactID The local contact ID
src/com/vodafone360/people/database/tables/StateTable.java:881
↓ 4 callersMethodmodifyMeProfileRevision
Stores a new server me profile revision in the database. @param revision New revision number @param writableDb Writable SQLite database for storing t
src/com/vodafone360/people/database/tables/StateTable.java:1418
↓ 4 callersMethodnotifyDataSettingChanged
Sets the current Data connectivity preference (i.e. connect, connect when not roaming, or never connect), although this value is ignored during initia
src/com/vodafone360/people/service/interfaces/IPeopleService.java:108
↓ 4 callersMethodnotifyOfNetworkProblems
Called back by the response reader, which should notice network problems first
src/com/vodafone360/people/service/transport/tcp/TcpConnectionThread.java:580
↓ 4 callersMethodonReset
Engines can override this function to do any special handling when a reset is needed. Note: if overriden, the engine shall call the super implementati
src/com/vodafone360/people/engine/BaseEngine.java:571
↓ 4 callersMethodonSyncHelperComplete
Function called when helper classes ends their work. Currently supported helpers are FetchCallLogEvents and FetchSmsLogEvents @param status - Service
src/com/vodafone360/people/engine/activities/ActivitiesEngine.java:677
↓ 4 callersMethodonTerminate
Called when the Application is exited.
src/com/vodafone360/people/MainApplication.java:76
↓ 4 callersMethodprintLenString
Prints a string to the stream, encoded as UTF-8 with preceeding length @param v the string to print.
src/com/caucho/hessian/micro/MicroHessianOutput.java:460
↓ 4 callersMethodprintString
Prints a string to the stream, encoded as UTF-8 @param v the string to print.
src/com/caucho/hessian/micro/MicroHessianOutput.java:478
↓ 4 callersMethodprocessRoaming
Displaying notification to the user about roaming @param InternetAvail value.
src/com/vodafone360/people/service/agent/NetworkAgent.java:401
↓ 4 callersMethodpushIdentitiesToUi
Pushes the identities retrieved by get my identities or by get available identities to the ui. @param request The request type: either get my identit
src/com/vodafone360/people/engine/identities/IdentityEngine.java:847
↓ 4 callersMethodputContactMethodValues
Put Contact Methods detail into the values @param cc {@link ContactChange} to read values from @param kind The kind of contact method (email or addre
src/com/vodafone360/people/engine/contactsync/NativeContactsApi1.java:865
↓ 4 callersMethodputDefaultOptionData
Set the default value stored in PersistDettings for specified Option. @param option Option the default value held by PersistSettings is the
src/com/vodafone360/people/service/PersistSettings.java:214
↓ 4 callersMethodremoveEventCallback
Allows the Activity to unregister a Handler, so it will no longer receive call back events from the Service layer. Usually called on an Activity's onD
src/com/vodafone360/people/service/interfaces/IPeopleService.java:60
↓ 4 callersMethodrunUpdateNativeContactsProcessor
Runs the UpdateNativeContacts processor until it completes its task. @param processor the UpdateNativeContacts to run
tests/src/com/vodafone360/people/tests/engine/contactsync/UpdateNativeContactsTest.java:347
↓ 4 callersMethodsaveExternalResponseObjectToFile
Saves an image in an ExternalResponseObject to the file system. @param localContactId Local contact ID if the new Thumbnail files. @param ext Given E
src/com/vodafone360/people/utils/ThumbnailUtils.java:216
↓ 4 callersMethodsendGetMyIdentitiesRequest
Sends a get my identities request to the server which will be handled by onProcessCommsResponse once a response comes in.
src/com/vodafone360/people/engine/identities/IdentityEngine.java:366
↓ 4 callersMethodsetActive
<p> Sets whether this request is active or not. An active request is a request that is currently being sent to the server and awaiting a response. </p
src/com/vodafone360/people/service/io/Request.java:249
↓ 4 callersMethodsetContact
@param nativeId @param newContactChange
tests/src/com/vodafone360/people/tests/engine/contactsync/NativeImporterTest.java:905
↓ 4 callersMethodsetNetworkId
(int networkId)
src/com/vodafone360/people/datatypes/ChatMessage.java:186
↓ 4 callersMethodsetPayloadLength
Add message data length to RPG header information @param payloadLength length of message data
src/com/vodafone360/people/service/io/rpg/RpgHeader.java:182
↓ 4 callersMethodsetTimeoutIfRequired
Sets the current timeout to the next pending timer and kicks the engine if necessary.
src/com/vodafone360/people/engine/contactsync/ContactSyncEngine.java:1343
↓ 4 callersMethodstartProcessor
Helper function to start a processor running. @param processor Processor which was created by processor factory.
src/com/vodafone360/people/engine/contactsync/ContactSyncEngine.java:598
↓ 4 callersMethodstartSynchronousRequest
Start a synchronous ui request method @param requestId @return SUCCESS or one of the ServiceStatus error codes. Comment: Must be run inside t
tests/src/com/vodafone360/people/tests/service/NowPlusServiceTestHelper.java:128
↓ 4 callersMethodstopConnection
Stops the connection and its underlying socket implementation. Keeps the thread running to allow further logins from the user.
src/com/vodafone360/people/service/transport/tcp/TcpConnectionThread.java:516
↓ 4 callersMethodsyncModifyContactDetailList
Function used by the contact sync engine to modify a list of contact details in the database. @param contactDetailList The list of details received f
src/com/vodafone360/people/database/DatabaseHelper.java:1880
↓ 4 callersMethodsyncSetServerIds
Set contact detail server ID for all those details which require a server ID. In any case, the server sync contact ID flag is set to -1 to indicate th
src/com/vodafone360/people/database/tables/ContactDetailsTable.java:948
↓ 4 callersMethodtoString
{@inheritDoc}
src/com/vodafone360/people/datatypes/Contact.java:208
↓ 4 callersMethodtoString
{@inheritDoc}
src/com/vodafone360/people/datatypes/GroupItem.java:191
↓ 4 callersMethodtoString
{@inheritDoc}
src/com/vodafone360/people/datatypes/Identity.java:432
↓ 4 callersMethodupdateCache
Updates the cache using a lone NetworkPresence value. The value is inserted if not already present in the table. @param presence The Network Presence
src/com/vodafone360/people/database/tables/MePresenceCacheTable.java:168
↓ 4 callersMethodupdateMyPresenceInDatabase
Here we update the PresenceTable, and the ContactSummaryTable afterwards the HandlerAgent receives the notification of presence states changes. @para
src/com/vodafone360/people/engine/presence/PresenceEngine.java:413
↓ 4 callersMethodupdateOnlineStatus
TODO: be careful @param user @param writableDb @return
src/com/vodafone360/people/database/tables/ContactSummaryTable.java:864
↓ 4 callersMethodupdateTimeLineStatusEntryForContact
This method updates the latest contact status entry for a timeline entry identified by localContactId and timestamp value. @param localContactId Give
src/com/vodafone360/people/database/tables/ActivitiesTable.java:2144
↓ 4 callersMethodupdateTimelineContactNameAndId
Updates timeline when a new contact is added to the People database. Updates all timeline events that are not associated with a contact and have a pho
src/com/vodafone360/people/database/tables/ActivitiesTable.java:1593
↓ 4 callersMethodwaitForProcessorComplete
(Long timeout)
tests/src/com/vodafone360/people/tests/engine/contactsync/DummyContactSyncEngine.java:154
↓ 3 callersMethodactOnAutoSyncSettings
Sets the application data connection setting depending on whether or not the Sync Adapter is allowed to Sync Automatically. If Automatic Sync is enabl
src/com/vodafone360/people/service/SyncAdapter.java:263
↓ 3 callersMethodaddActivities
Add a list of new activities to the Activities table. @param activityList contains the list of activity item @return SUCCESS or a suitable error code
src/com/vodafone360/people/database/DatabaseHelper.java:1216
↓ 3 callersMethodaddContactSource
Add contact source to contact @param localContactId The local Contact ID from Contacts table @param source The source string from the server @param w
src/com/vodafone360/people/database/tables/ContactSourceTable.java:138
↓ 3 callersMethodaddGroupList
Adds list of groups to the table @param groupList The list to add @param writableDb Writable SQLite database @return SUCCESS or a suitable error code
src/com/vodafone360/people/database/tables/GroupsTable.java:336
↓ 3 callersMethodaddQueueListener
Adds a listener listening for RequestQueue changes. Events are sent when items are added to the queue (or in the case of batching when the last item i
src/com/vodafone360/people/service/io/QueueManager.java:248
↓ 3 callersMethodaddRandomGroup
(List<Long> groupList)
tests/src/com/vodafone360/people/tests/TestModule.java:264
↓ 3 callersMethodaddTimelineEvents
Add timeline events to the database. @param syncItemList The list of items to be added @param isCallLog true if the list has come from the call-log,
src/com/vodafone360/people/database/DatabaseHelper.java:2225
↓ 3 callersMethodaddUiFetchPrivacyStatementRequest
Called by the INowPlusService implementation to privacy statement for the UI. Adds a fetch privacy statement UI request to the queue and kicks the wor
src/com/vodafone360/people/engine/login/LoginEngine.java:294
↓ 3 callersMethodaddUiFetchTermsOfServiceRequest
Called by the INowPlusService implementation to fetch terms of service text for the UI. Adds a fetch terms of service UI request to the queue and kick
src/com/vodafone360/people/engine/login/LoginEngine.java:284
↓ 3 callersMethodaddUiGetUsernameStateRequest
Called by the INowPlusService implementation to check if a username is available for registration. Adds a get username state UI request to the queue a
src/com/vodafone360/people/engine/login/LoginEngine.java:307
↓ 3 callersMethodaddUiRemoveUserDataRequest
Called by the INowPlusService implementation to remove user data Issues a UI request to effectively log out.
src/com/vodafone360/people/engine/login/LoginEngine.java:262
↓ 3 callersMethodaddUiValidateIdentityCredentials
TODO: re-factor the method in the way that the UI doesn't pass the Bundle with capabilities list to the Engine, but the Engine makes the list itself (
src/com/vodafone360/people/engine/identities/IdentityEngine.java:409
↓ 3 callersMethodareChangesEqual
(ContactChange a, ContactChange b, boolean compareAll)
tests/src/com/vodafone360/people/tests/engine/contactsync/ContactChangeHelper.java:127
↓ 3 callersMethodcalculateAuth
Calculates the AUTH parameter using a list of NameValues. TODO: Why is this called differently for every API? @param functionName - String representa
src/com/vodafone360/people/service/utils/AuthUtils.java:92
↓ 3 callersMethodcheckCacheEquals
(ArrayList<NetworkPresence> presenceList)
tests/src/com/vodafone360/people/tests/database/MePresenceCacheTableTest.java:25
↓ 3 callersMethodcheckForUpdates
Push the UpdateEngine to immediately check for an updated version of the client.
src/com/vodafone360/people/service/interfaces/IPeopleService.java:227
↓ 3 callersMethodclearActiveRequests
Clear active requests (i.e add dummy response to response queue). @param rpgOnly If true only RPG requests will be cleared.
src/com/vodafone360/people/service/io/QueueManager.java:130
↓ 3 callersMethodclearPendingIdentities
Clears the currently pending identities e.g. can be used in case of a validate identity request to the backend times out.
src/com/vodafone360/people/engine/identities/IdentityEngine.java:1088
↓ 3 callersMethodclearPreferencesFile
Clears all details stored in the preferences.
src/com/vodafone360/people/utils/LoginPreferences.java:361
↓ 3 callersMethodclose
()
tests/src/com/vodafone360/people/tests/service/transport/tcp/conn_less/hb_tests/MockByteArrayOutputStream.java:45
↓ 3 callersMethodcompareRequestArraysIdentical
Checks if two arrays are exactly the same. @param array1 the first array to compare @param array2 the second array to compare @return true if identica
tests/src/com/vodafone360/people/tests/service/utils/TimeOutWatcherTest.java:253
↓ 3 callersMethodcomplete
Sets the internal state to DONE with the provided result status. @param result the result status to set
src/com/vodafone360/people/engine/contactsync/NativeImporter.java:270
↓ 3 callersMethodconvertContactChange
Converts a ContactChange object into an equivalent ContactDetail object. @see ContactChange @see ContactDetail @param change the ContactChange to con
src/com/vodafone360/people/database/DatabaseHelper.java:2566
↓ 3 callersMethodcopyDefaultPublicKey
Copies the default key into the given parameter. @param key Where the key should be copied.
src/com/vodafone360/people/engine/login/RSAEncryptionUtils.java:82
↓ 3 callersMethodcreate
Create Contacts Table. @param writeableDb A writable SQLite database @throws SQLException If an SQL compilation error occurs
src/com/vodafone360/people/database/tables/ContactsTable.java:155
↓ 3 callersMethodcreateBundle
This method creates a Bundle for sending in the notification about setAvailability() calls to UiAgent with the following data. @param network - Strin
src/com/vodafone360/people/engine/presence/PresenceEngine.java:703
↓ 3 callersMethodcreateDummyName
()
tests/src/com/vodafone360/people/tests/TestModule.java:103
↓ 3 callersMethodcreateFromHashtable
Populate Identity from supplied Hashtable. @param hash Hashtable containing identity details @return Identity instance
src/com/vodafone360/people/datatypes/StatusMsg.java:105
↓ 3 callersMethodcreateFromHashtable
Populate GroupItem from supplied Hashtable. @param hash Hashtable containing identity capability details @return GroupItem instance
src/com/vodafone360/people/datatypes/GroupItem.java:127
↓ 3 callersMethodcreateHashtable
Create Hashtable representing Contact parameters. This is used to create Hessian encoded payload for Contacts upload. @return Hashtable containing co
src/com/vodafone360/people/datatypes/Contact.java:265
↓ 3 callersMethodcreateTable
()
tests/src/com/vodafone360/people/tests/database/NowPlusNativeChangeTableTest.java:62
↓ 3 callersMethodcreateTable
creates table that will be tested in this suite
tests/src/com/vodafone360/people/tests/database/ContactGroupsTableTest.java:85
↓ 3 callersMethodcreateTable
creates table that will be tested in this suite
tests/src/com/vodafone360/people/tests/database/GroupsTableTest.java:138
↓ 3 callersMethoddeleteActivities
Deletes all activities from the table. @param flag Can be a bitmap of: <ul> <li>{@link ActivityItem#TIMELINE_ITEM} - Timeline i
src/com/vodafone360/people/database/tables/ActivitiesTable.java:749
↓ 3 callersMethoddeleteContactFromGroup
Remove the association between contact and group. @param localContactId The local contact Id from the Contacts table @param zybGroupId The server gro
src/com/vodafone360/people/database/tables/ContactGroupsTable.java:170
↓ 3 callersMethoddeleteDetailByContactId
Deletes all the contact details associated with a contact @param localContactId The local contact ID identifying the contact @param writeableDb A wri
src/com/vodafone360/people/database/tables/ContactDetailsTable.java:576
↓ 3 callersMethoddeleteDetailByDetailId
Removes a contact detail from the table @param localDetailId The local ID identifying the detail @param writeableDb A writable SQLite database object
src/com/vodafone360/people/database/tables/ContactDetailsTable.java:549
↓ 3 callersMethoddeleteTimeLineActivitiesByType
Deletes one or more timeline items for a contact for the given types. @param context The app context to open the transaction in. @param latestTimelin
src/com/vodafone360/people/database/tables/ActivitiesTable.java:932
↓ 3 callersMethoddeleteTimelineActivity
Deletes specified timeline activity from the table. @param Context @param timelineItem TimelineSummaryItem to be deleted @param writableDb Writable S
src/com/vodafone360/people/database/tables/ActivitiesTable.java:801
↓ 3 callersMethoddownloadSyncSuccessful
Called when the processor has finished downloading the contact changes. Notifies the contact sync engine.
src/com/vodafone360/people/engine/contactsync/DownloadServerContacts.java:961
↓ 3 callersMethoddownloadThumbnails
Download the next bunch of contacts from the queue. The method uses the ContentEngine to download the thumbnails and sets this class as a handler @pa
src/com/vodafone360/people/engine/content/ThumbnailHandler.java:170
↓ 3 callersMethodfetchContactDetail
Fetches a contact detail from the database. @param localDetailId The local ID of the detail to fetch @param detail A empty {@link ContactDetail} obje
src/com/vodafone360/people/database/DatabaseHelper.java:993
↓ 3 callersMethodfetchContactDetails
Fetch details for a given contact @param localContactId The local ID of the contact @param detailList A list which will be populated with the details
src/com/vodafone360/people/database/tables/ContactDetailsTable.java:910
↓ 3 callersMethodfetchContactSources
Fetches all the sources for the specified contact @param localContactId The local Contact ID from Contacts table @param sourceList A list that will b
src/com/vodafone360/people/database/tables/ContactSourceTable.java:192
↓ 3 callersMethodfetchGroupList
Fetches a list of all the available groups. @param groupList A list that will be populated with the result. @param readableDb Readable SQLite databas
src/com/vodafone360/people/database/tables/GroupsTable.java:308
↓ 3 callersMethodfetchLocalFromServerIdStatement
Provides a statement that can be used to find a contact server ID in the table @param readableDb Readable SQLite database @return The SQLite statemen
src/com/vodafone360/people/database/tables/ContactsTable.java:637
↓ 3 callersMethodfetchMeProfileChangedFlag
Fetches the "me profile changed" flag from the database. This flag is used to trigger a contact sync with the server. @param readableDb Readable SQLi
src/com/vodafone360/people/database/tables/StateTable.java:913
↓ 3 callersMethodfetchPrivacyStatement
Fetched the current Privacy Statement information from the Vodafone 360 back end system. The result is sent to the registered Handler some time later
src/com/vodafone360/people/service/interfaces/IPeopleService.java:122
↓ 3 callersMethodfetchServerId
Fetches the server Id of a contact. @param localContactId The local ID of the contact @return The server Id of the contact, or null the contact has n
src/com/vodafone360/people/database/DatabaseHelper.java:2085
↓ 3 callersMethodfetchServerId
Finds the server ID associated with a contact @param localContactId The primary key ID of the contact to find @param readableDb Readable SQLite datab
src/com/vodafone360/people/database/tables/ContactsTable.java:500
↓ 3 callersMethodfetchTermsOfService
Fetched the current Terms of Service information from the Vodafone 360 back end system. The result is sent to the registered Handler some time later a
src/com/vodafone360/people/service/interfaces/IPeopleService.java:115
↓ 3 callersMethodfetchUsernameState
Asks the back end server to check the validity of the given user name. @param String User name to check.
src/com/vodafone360/people/service/interfaces/IPeopleService.java:136
↓ 3 callersMethodfindDetailByKey
Returns a cursor of all the contact details that match a specific key and value. Used by the {@link #findNativeContact(Contact, SQLiteDatabase)} metho
src/com/vodafone360/people/database/tables/ContactDetailsTable.java:1186
↓ 3 callersMethodfindLocalContactIdByKey
This method finds the localContactId corresponding to the wanted Key and StringVal fields. @param value - StringVal @param key - Key @param readableD
src/com/vodafone360/people/database/tables/ContactDetailsTable.java:1385
↓ 3 callersMethodfromInteger
Generate ServiceStatus from Integer value @param val Integer requiring conversion to Servicestatus @return ServiceStatus corresponding supplied Integ
src/com/vodafone360/people/service/ServiceStatus.java:88
↓ 3 callersMethodgenerateTestUserID
(Long contactID)
tests/src/com/vodafone360/people/tests/engine/contactsync/DownloadServerContactsTest.java:502
↓ 3 callersMethodgetBody
()
src/com/vodafone360/people/datatypes/ChatMessage.java:150
↓ 3 callersMethodgetContactChanges
Gets an array of ContactChange from the contact's local id. @see ContactChange @param localId the local id of the contact to get @return an array of
src/com/vodafone360/people/database/tables/ContactDetailsTable.java:2225
← previousnext →501–600 of 3,317, ranked by callers