MCPcopy Create free account

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

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

↓ 24 callersMethodset
Set a specific field in the class via reflection. @param remoteService Instance of the class. @param fieldName Name of the field to set via reflectio
tests/src/com/vodafone360/people/tests/testutils/FrameworkUtils.java:250
↓ 24 callersMethodsetString
Return the value of the given field, or NULL if the value is not present. @param cursor SQLite cursor. @param field Column identifier. @return Value
src/com/vodafone360/people/database/utils/SqlUtils.java:81
↓ 24 callersMethodupdateNativeContact
(ContactChange[] contact)
tests/src/com/vodafone360/people/tests/engine/contactsync/NativeExporterTest.java:576
↓ 23 callersMethodfireDatabaseChangedEvent
Fetches fires a database change event to the listeners. @param type The type of database change (contacts, activity, etc) @param isExternal true if t
src/com/vodafone360/people/database/DatabaseHelper.java:1250
↓ 23 callersMethodgetInstance
Gets an instance of the ResponseQueue as part of the singleton pattern. @return The instance of ResponseQueue.
src/com/vodafone360/people/service/io/ResponseQueue.java:172
↓ 23 callersMethodremove
@see LinkedList.remove()
src/com/vodafone360/people/engine/content/FiFoQueue.java:85
↓ 22 callersMethodaddContact
(Account account, ContactChange[] ccList)
tests/src/com/vodafone360/people/tests/engine/contactsync/NativeImporterTest.java:910
↓ 22 callersMethodcomplete
Helper method to complete the processor. @param status The result of the sync
src/com/vodafone360/people/engine/contactsync/BaseSyncProcessor.java:121
↓ 22 callersMethodrandomString
(int lo, int hi, char loChar, char hiChar)
tests/src/com/vodafone360/people/tests/engine/contactsync/ContactChangeHelper.java:920
↓ 21 callersMethodgetMeProfileLocalContactId
This method returns the Me Profile localContactId... @param dbHelper DatabaseHelper - the database @return Long - Me Profile localContactId.
src/com/vodafone360/people/engine/meprofile/SyncMeDbUtils.java:124
↓ 21 callersMethodgetProperty
Get property value for a specific key. @param key Key for required property. @return property value.
src/com/vodafone360/people/SettingsManager.java:139
↓ 21 callersMethodnewState
Changes the state of the engine. Also displays the login notification if necessary. @param newState The new state
src/com/vodafone360/people/engine/login/LoginEngine.java:1005
↓ 21 callersMethodonCreate
()
tests/src/com/vodafone360/people/tests/engine/contactsync/HelperClasses.java:85
↓ 21 callersMethodwaitForEvent
(long timeout, int bitmask)
tests/src/com/vodafone360/people/tests/database/DbTestUtility.java:150
↓ 21 callersMethodwriteLong
Writes a long value to the stream. The long will be written with the following syntax: <code><pre> L b64 b56 b48 b40 b32 b24 b16 b8 </pre></code> @pa
src/com/caucho/hessian/micro/MicroHessianOutput.java:172
↓ 20 callersMethodgetInstance
Retrieves singleton instance providing access to the native contacts api. @return {@link NativeContactsApi} appropriate subclass instantiation
src/com/vodafone360/people/engine/contactsync/NativeContactsApi.java:195
↓ 20 callersMethodisCommsResponseOutstanding
Should be called by the getNextRunTime() and run() functions to check if there are any comms responses waiting to be processed. @return true if there
src/com/vodafone360/people/engine/BaseEngine.java:326
↓ 20 callersMethodstartSubTest
(String function, String description)
tests/src/com/vodafone360/people/tests/engine/contactsync/DownloadServerContactsTest.java:209
↓ 20 callersMethodsyncNativeFetchNoOfChanges
Retrieves the total number of details that have changed and need to be synced with the native database. Does not include new contacts. @param readabl
src/com/vodafone360/people/database/tables/ContactDetailsTable.java:1972
↓ 19 callersMethodstartSubTest
(String function, String description)
tests/src/com/vodafone360/people/tests/database/NowPlusContactsTableTest.java:67
↓ 18 callersMethoddata
()
tests/src/com/vodafone360/people/tests/engine/EngineTestFramework.java:193
↓ 18 callersMethodequals
(Object o)
src/com/vodafone360/people/database/DatabaseHelper.java:164
↓ 18 callersMethodgetLoginEngine
Obtains a reference to the login engine @return a reference to the LoginEngine
src/com/vodafone360/people/engine/EngineManager.java:278
↓ 18 callersMethodgetNativeSyncableContactIds
()
tests/src/com/vodafone360/people/tests/engine/contactsync/NativeExporterTest.java:552
↓ 18 callersMethodrunProcessor
(int count, State state)
tests/src/com/vodafone360/people/tests/engine/contactsync/UploadServerContactsTest.java:235
↓ 18 callersMethodsetInternalContactId
Set the change's Internal Contact ID. @param The Internal Contact ID to set
src/com/vodafone360/people/engine/contactsync/ContactChange.java:550
↓ 18 callersMethodsetLocalContactId
This method sets localContactId for this User. The id comes from DB. @param mLocalContactId long id.
src/com/vodafone360/people/engine/presence/User.java:146
↓ 17 callersMethodaddAll
Iterates over a collection and tries putting all objects into the list. If one of the object is null the method will exit with false. @param contentC
src/com/vodafone360/people/engine/content/FiFoQueue.java:113
↓ 17 callersMethodreadLong
Reads a long <pre> L b64 b56 b48 b40 b32 b24 b16 b8 </pre>
src/com/caucho/hessian/micro/MicroHessianInput.java:208
↓ 17 callersMethodrunProcessor
()
tests/src/com/vodafone360/people/tests/engine/contactsync/FetchNativeContactsTest.java:245
↓ 16 callersMethodcreateTable
()
tests/src/com/vodafone360/people/tests/database/NowPlusContactDetailsTableTest.java:73
↓ 16 callersMethodgetBackendDetailId
Get the change's Backend Detail ID. @return The Backend Detail ID
src/com/vodafone360/people/engine/contactsync/ContactChange.java:590
↓ 16 callersMethodgetNativeContactsIds
Gets the list of native contacts ids stored in the people database. Contacts being deleted but still in the database will also be returned. @return a
src/com/vodafone360/people/engine/contactsync/PeopleContactsApi.java:114
↓ 16 callersMethodgetNativeContactsIds
()
tests/src/com/vodafone360/people/tests/engine/contactsync/NativeImporterTest.java:676
↓ 16 callersMethodgetStringBuffer
This method returns a StringBuffer object from the pool... @param str String - the string to initialize the StringBuffer with. @return StringBuffer ob
src/com/vodafone360/people/utils/StringBufferPool.java:76
↓ 16 callersMethodopenContactSummaryCursor
Fetches a cursor which can be used to iterate through the main contact list. <p> The ContactSummaryTable.getQueryData static method can be used on the
src/com/vodafone360/people/database/DatabaseHelper.java:953
↓ 16 callersMethodsize
Gets the size of the array (i.e. the count of added values) @return the array size
src/com/vodafone360/people/utils/DynamicArrayLong.java:132
↓ 16 callersMethodstartSubTest
(String function, String description)
tests/src/com/vodafone360/people/tests/database/NowPlusContactDetailsTableTest.java:68
↓ 16 callersMethodtoString
@return the name of the field as it appears in the database.
src/com/vodafone360/people/database/tables/ContactsTable.java:144
↓ 16 callersMethodtoStringThenRelease
This method calls toString() method on the provided StringBuffer object and releases it to the pool... @param sb StringBuffer - the StringBuffer to be
src/com/vodafone360/people/utils/StringBufferPool.java:120
↓ 15 callersMethodaddContact
Adds contact summary information to the table for a new contact. If the contact has no name or no status, an alternative detail will be used such as t
src/com/vodafone360/people/database/tables/ContactSummaryTable.java:351
↓ 15 callersMethodcreateIdsChange
Creates a shallow copy of a change. The copy contains the Contact IDs of the original and the supplied type @param cc The original Contact Change @par
src/com/vodafone360/people/engine/contactsync/ContactChange.java:439
↓ 15 callersMethodexecute
()
src/com/vodafone360/people/engine/contactsync/NativeContactsApi2.java:265
↓ 15 callersMethodfeedNativeContactsApi
Feeds contacts to the native side. @param ncam the handle to the NativeContactsApiMockup instance @param contactsCount the number of contacts to add
tests/src/com/vodafone360/people/tests/engine/contactsync/NativeImporterTest.java:617
↓ 15 callersMethodfetchNoOfChanges
Fetches the number of changes listed in the table. @param type The type of change to count, if null all change types are included @param r
src/com/vodafone360/people/database/tables/NativeChangeLogTable.java:551
↓ 15 callersMethodgetBackendContactId
Get the change's Backend Contact ID. @return The Backend Contact ID
src/com/vodafone360/people/engine/contactsync/ContactChange.java:574
↓ 15 callersMethodgetTimelineData
Returns the timeline summary data from the current location of the given cursor. The cursor can be obtained using {@link #fetchTimelineEventList(Long,
src/com/vodafone360/people/database/tables/ActivitiesTable.java:1389
↓ 15 callersMethodisUiRequestOutstanding
Helper function to determine if there is any work outstanding in the UI request queue. Returns false if the queue is empty.
src/com/vodafone360/people/engine/BaseEngine.java:253
↓ 15 callersMethoditerator
@see LinkedList.iterator()
src/com/vodafone360/people/engine/content/FiFoQueue.java:163
↓ 15 callersMethodnextFullItem
Return next complete Item from item ListIterator as String. Sub-items are appended to the String. @param it ListIterator to iterate through Items. @r
src/com/vodafone360/people/datatypes/VCardHelper.java:288
↓ 15 callersMethodsetInternalDetailId
Set the change's Internal Detail ID. @param The Internal Detail ID to set
src/com/vodafone360/people/engine/contactsync/ContactChange.java:566
↓ 15 callersMethodsetSyncableDeletedContact
Deletes a contact and adds it to the syncable hashtable @param nativeContactId
tests/src/com/vodafone360/people/tests/engine/contactsync/NativeExporterTest.java:522
↓ 15 callersMethodshutdown
()
tests/src/com/vodafone360/people/tests/database/NowPlusContactsTest.java:85
↓ 14 callersMethodaddDeletedContactDetailChange
Inserts "Delete Contact Detail" operation into the change log. @param detail Must have a valid local contact ID, local detail ID and key.
src/com/vodafone360/people/database/tables/ContactChangeLogTable.java:408
↓ 14 callersMethodcreate
Creates ContactSummary Table. @param writeableDb A writable SQLite database @throws SQLException If an SQL compilation error occurs
src/com/vodafone360/people/database/tables/ContactSummaryTable.java:137
↓ 14 callersMethoddoDetailsMatch
Utility function which compares two contact details to determine if they refer to the same detail (the values may be different). TODO: Move to utility
src/com/vodafone360/people/database/DatabaseHelper.java:2163
↓ 14 callersMethodfetchContactChangeLog
Fetches a list of changes from the table for a specific type. The list is ordered by local contact ID. @param contactChangeList The list to be popula
src/com/vodafone360/people/database/tables/ContactChangeLogTable.java:770
↓ 14 callersMethodfetchSummaryItem
Fetches the contact summary for a particular contact @param localContactID The primary key ID of the contact to find @param summary A new ContactSumm
src/com/vodafone360/people/database/tables/ContactSummaryTable.java:283
↓ 14 callersMethodgetLocalContactId
This method returns the localContactId for this contact in DB across the application . @return the localContactId for this contact in DB
src/com/vodafone360/people/engine/presence/User.java:138
↓ 14 callersMethodgetQueryData
Fetches the contact summary data from the current record of the given cursor. @param c Cursor returned by one of the {@link #getFullQueryList()} base
src/com/vodafone360/people/database/tables/ContactSummaryTable.java:231
↓ 14 callersMethodgetServiceStatusfromDisconnectReason
()
src/com/vodafone360/people/service/agent/NetworkAgent.java:565
↓ 14 callersMethodsetLong
Return the value of the given field, or NULL if the value is not present. @param cursor SQLite cursor. @param field Column identifier. @param default
src/com/vodafone360/people/database/utils/SqlUtils.java:64
↓ 14 callersMethodupdateUser
This method updates the user with the information from the User wrapper. @param user2Update - User info to update @param ignoredNetworkIds - ArrayLis
src/com/vodafone360/people/database/tables/PresenceTable.java:189
↓ 13 callersMethodaddDeletedContactChange
Inserts "Delete Contact" operation into the change log. @param localContactId Local contact ID from the Contacts table @param serverContactId Server
src/com/vodafone360/people/database/tables/ContactChangeLogTable.java:365
↓ 13 callersMethodfetchDetail
Fetches a contact detail from the table @param localDetailId The local ID of the required detail @param readableDb The readable SQLite database objec
src/com/vodafone360/people/database/tables/ContactDetailsTable.java:513
↓ 13 callersMethodgetIdentityEngine
Fetch identity engine @return IdentityEngine object
src/com/vodafone360/people/engine/EngineManager.java:364
↓ 13 callersMethodgetNetworkId
@return the ordinal of the network name on the overall hardcoded network list.
src/com/vodafone360/people/engine/presence/NetworkPresence.java:64
↓ 13 callersMethodgetNewDetails
Gets an array of ContatChange new details for the provided Contact @param pcam the PeopleContactsApiMockup instance @param nativeContactId the contac
tests/src/com/vodafone360/people/tests/engine/contactsync/NativeExporterTest.java:446
↓ 13 callersMethodinitialise
()
tests/src/com/vodafone360/people/tests/database/NowPlusContactsTest.java:67
↓ 13 callersMethodrunNativeImporter
Runs the NativeImporter until it finishes synchronizing. @param ncam the NativeContactsApiMockup instance @param pcam the PeopleContactsApiMockup ins
tests/src/com/vodafone360/people/tests/engine/contactsync/NativeImporterTest.java:497
↓ 13 callersMethodsetTel
Set telephone number. @param tel String containing telephone number. @param inType detailKeyTypes identifying number type.
src/com/vodafone360/people/datatypes/ContactDetail.java:757
↓ 13 callersMethodstart
Called when the Application is first started.
src/com/vodafone360/people/database/DatabaseHelper.java:350
↓ 12 callersMethodaddContact
Adds a contact to the table. 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:474
↓ 12 callersMethodaddUiStartFullSync
Triggers a full contact sync from the UI (via the service interface). Will start a first time sync if necessary, otherwise a normal full sync will be
src/com/vodafone360/people/engine/contactsync/ContactSyncEngine.java:458
↓ 12 callersMethodcloseCursor
(Cursor cursor)
src/com/vodafone360/people/utils/CursorUtils.java:32
↓ 12 callersMethodcreateDummyDetailsData
(ContactDetail detail)
tests/src/com/vodafone360/people/tests/TestModule.java:147
↓ 12 callersMethodcreateTable
()
tests/src/com/vodafone360/people/tests/database/NowPlusStateTableTest.java:71
↓ 12 callersMethoddecodeHessianByteArray
Parse Hessian encoded byte array placing parsed contents into List. @param requestId The request ID that the response was received for. @param data b
src/com/vodafone360/people/service/utils/hessian/HessianDecoder.java:114
↓ 12 callersMethoddeleteContactDetail
Deletes a contact detail from the database. Also fires an internal database change event. @param localContactDetailID The local ID of the detail to d
src/com/vodafone360/people/database/DatabaseHelper.java:507
↓ 12 callersMethodgenerateModifiedString
(String template, int index)
tests/src/com/vodafone360/people/tests/engine/contactsync/DownloadServerContactsTest.java:498
↓ 12 callersMethodgetName
Gets the name of the account. @return the account name
src/com/vodafone360/people/engine/contactsync/NativeContactsApi.java:237
↓ 12 callersMethodgetNativeSyncableContactsLocalIds
Gets the local IDs of the Contacts that are syncable to native. @return an array of local contact IDs
src/com/vodafone360/people/database/DatabaseHelper.java:2598
↓ 12 callersMethodlogD
(String tag, String message)
src/com/vodafone360/people/service/transport/http/HttpConnectionThread.java:590
↓ 12 callersMethodminimalEngineSetup
Sets up the ContactSyncEngine without the test framework. @param eventCallback the engine event callback @param factory the factory used by the Conta
tests/src/com/vodafone360/people/tests/engine/contactsync/ContactSyncEngineTest.java:145
↓ 12 callersMethodsetValue
Sets the value of the member data item associated with the specified tag. @param tag Current tag @param val Value associated with the tag
src/com/vodafone360/people/datatypes/Contact.java:335
↓ 12 callersMethodstartConnection
Starts the connection.
src/com/vodafone360/people/service/transport/http/PollThread.java:119
↓ 12 callersMethodstopConnection
Attempts to stop the connection. This method might only take effect after a maximum of 30 seconds when the poll returns.
src/com/vodafone360/people/service/transport/http/PollThread.java:150
↓ 12 callersMethodsyncAddContactList
Function used by the contact sync engine to add a list of contacts to the database. @param contactList The list of contacts received from the server
src/com/vodafone360/people/database/DatabaseHelper.java:1337
↓ 12 callersMethodtestConvertUserId
Test ChatDbUtils.convertUserIds() method with a given parameter combination. @param userId User ID. @param networkId Network ID. @param localContactI
tests/src/com/vodafone360/people/tests/engine/presence/ChatDbUtilsTest.java:145
↓ 12 callersMethodtoString
@return the name of the field as it appears in the database.
src/com/vodafone360/people/database/tables/GroupsTable.java:115
↓ 11 callersMethodaddContactDetail
Adds a contact detail to the database and fires an internal database change event. @param detail A {@link ContactDetail} object which contains the de
src/com/vodafone360/people/database/DatabaseHelper.java:439
↓ 11 callersMethodcompleteSync
Called when the current mode has finished all the sync tasks. Completes the UI request if one is pending, sends an event to the observer and a databas
src/com/vodafone360/people/engine/contactsync/ContactSyncEngine.java:1303
↓ 11 callersMethodcreate
Create Activities Table. @param writeableDb A writable SQLite database.
src/com/vodafone360/people/database/tables/ActivitiesTable.java:348
↓ 11 callersMethoddeleteContactChanges
Removes a list of changes from the change log table. This method is used once the server has been successfully synced with the client. @param changeI
src/com/vodafone360/people/database/tables/ContactChangeLogTable.java:718
↓ 11 callersMethodequals
(final Object object)
src/com/vodafone360/people/database/tables/ActivitiesTable.java:306
↓ 11 callersMethodfetchOption
Fetches an option from the settings table. @param option Specifies which option is required @param readableDb Readable SQLite database for fetching t
src/com/vodafone360/people/database/tables/StateTable.java:661
↓ 11 callersMethodgetContactIds
Retrieves a list of contact IDs for a specific account. In 1.X devices only the null account is supported, i.e., a non null account always uses null a
src/com/vodafone360/people/engine/contactsync/NativeContactsApi.java:353
↓ 11 callersMethodgetRequestsCount
Gets the current number of requests being watched for timeouts.
src/com/vodafone360/people/service/utils/TimeOutWatcher.java:341
↓ 11 callersMethodgetType
{@inheritDoc}
src/com/vodafone360/people/datatypes/Contact.java:202
↓ 11 callersMethodgetUiAgent
Returns the UiAgent, for sending unsolicited messages to the UI. @return UiAgent object.
src/com/vodafone360/people/engine/IEngineEventCallback.java:35
← previousnext →101–200 of 3,317, ranked by callers