MCPcopy Create free account

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

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

↓ 710 callersMethodput
Maps the specified key to the specified value. If adding a key/value pair to the LRUHashMap would cause its size to overcome the defined size limit th
src/com/vodafone360/people/utils/LRUHashMap.java:163
↓ 477 callersMethodlogE
Write error log string. @param data String containing data to be logged.
src/com/vodafone360/people/utils/LogUtils.java:188
↓ 423 callersMethodadd
Calls LinkedList.add(Object) if content is not null. @param content The ContentObject to put into the list @return true if content was not null and t
src/com/vodafone360/people/engine/content/FiFoQueue.java:97
↓ 331 callersMethodsize
@see LinkedList.size();
src/com/vodafone360/people/engine/content/FiFoQueue.java:195
↓ 233 callersMethodtrace
Logs Database activity when the Settings.ENABLED_DATABASE_TRACE flag is set to true. @param write true if this is debug trace, false otherwise @param
src/com/vodafone360/people/database/DatabaseHelper.java:2286
↓ 214 callersMethodget
Returns the value of the mapping with the specified key. @param key The key. @return Value of the mapping with the specified key, or NULL if no
src/com/vodafone360/people/utils/LRUHashMap.java:147
↓ 211 callersMethodlogD
Write debug log string. @param data String containing data to be logged.
src/com/vodafone360/people/utils/LogUtils.java:164
↓ 171 callersMethodget
Get the value of a specific field in the class via reflection. @param remoteService Instance of the class. @param fieldName Name of the field to set
tests/src/com/vodafone360/people/tests/testutils/FrameworkUtils.java:265
↓ 166 callersMethodisNull
(Cursor cursor, String columnName)
src/com/vodafone360/people/utils/CursorUtils.java:65
↓ 143 callersMethodlogV
Write verbose log string. @param data String containing data to be logged.
src/com/vodafone360/people/utils/LogUtils.java:201
↓ 136 callersMethodclose
Close BufferedReader, ignoring any Exceptions thrown. @param input BufferedReader to close.
src/com/vodafone360/people/utils/CloseUtils.java:47
↓ 126 callersMethodgetInt
(Cursor cursor, String columnName)
src/com/vodafone360/people/utils/CursorUtils.java:42
↓ 126 callersMethodgetString
(Cursor cursor, String columnName)
src/com/vodafone360/people/utils/CursorUtils.java:38
↓ 120 callersMethodtoString
@return the name of the field as it appears in the database.
src/com/vodafone360/people/database/tables/ActivitiesTable.java:185
↓ 108 callersMethodgetLong
(Cursor cursor, String columnName)
src/com/vodafone360/people/utils/CursorUtils.java:46
↓ 99 callersMethodlogI
Write info log string. @param data String containing data to be logged.
src/com/vodafone360/people/utils/LogUtils.java:152
↓ 91 callersMethodgetCount
Gets the total number of IDs to process. @return the number of IDs to process
src/com/vodafone360/people/engine/contactsync/NativeExporter.java:159
↓ 88 callersMethodstartSubTest
(String function, String description)
tests/src/com/vodafone360/people/tests/database/NowPlusChangeLogTest.java:59
↓ 86 callersMethodclear
()
src/com/vodafone360/people/utils/LRUHashMap.java:210
↓ 86 callersMethodgetInstance
Returns a single instance of the RequestResponseManager which holds the request and response queues. Uses IDOH idiom. @return The RequestResponseMana
src/com/vodafone360/people/service/io/QueueManager.java:56
↓ 86 callersMethodwrite
(int byteToWrite)
tests/src/com/vodafone360/people/tests/service/transport/tcp/conn_less/hb_tests/MockByteArrayOutputStream.java:38
↓ 78 callersMethodequals
(Object obj)
src/com/vodafone360/people/engine/presence/User.java:277
↓ 78 callersMethodtoString
@return the name of the field as it appears in the database.
src/com/vodafone360/people/database/tables/StateTable.java:215
↓ 75 callersMethodsize
Current size of the batch @return Size of the batch
src/com/vodafone360/people/engine/contactsync/NativeContactsApi2.java:245
↓ 74 callersMethodstartSubTest
(String function, String description)
tests/src/com/vodafone360/people/tests/engine/contactsync/FetchNativeContactsTest.java:252
↓ 73 callersMethodaddData
Adds element to list of params @param name key name for object to be added to parameter list @param nv object which will be added
src/com/vodafone360/people/service/io/Request.java:280
↓ 68 callersMethodlogW
Write warning log string. @param data String containing data to be logged.
src/com/vodafone360/people/utils/LogUtils.java:176
↓ 66 callersMethodgenerateRandomString
()
tests/src/com/vodafone360/people/tests/TestModule.java:581
↓ 66 callersMethodgetInstance
Get single instance of {@link EngineManager}. @return {@link EngineManager} singleton instance.
src/com/vodafone360/people/engine/EngineManager.java:191
↓ 64 callersMethodcompleteUiRequest
(ServiceStatus status)
src/com/vodafone360/people/engine/meprofile/SyncMeEngine.java:557
↓ 63 callersMethodstartSubTest
(String function, String description)
tests/src/com/vodafone360/people/tests/engine/contactsync/UploadServerContactsTest.java:230
↓ 60 callersMethodtoString
()
src/com/vodafone360/people/engine/presence/User.java:296
↓ 57 callersMethodclose
()
tests/src/com/vodafone360/people/tests/service/transport/tcp/conn_less/respreader/MockOTAInputStream.java:64
↓ 56 callersMethodgenerateRandomLong
()
tests/src/com/vodafone360/people/tests/TestModule.java:577
↓ 54 callersMethodcontains
@see LinkedList.contains(Object)
src/com/vodafone360/people/engine/content/FiFoQueue.java:139
↓ 54 callersMethodsetAgentState
Forces the AgentState to a specific value. @param newState the state to set Note: to be used only for test purposes
src/com/vodafone360/people/service/agent/NetworkAgent.java:745
↓ 54 callersMethodtoString
Returns the enum value as the associated field name.
src/com/vodafone360/people/database/tables/ContactDetailsTable.java:205
↓ 52 callersMethodfetchNoOfContactDetailChanges
Fetches the number of changes listed in the table. @param type The ContactChangeType to count, if NULL then all change types are included.
src/com/vodafone360/people/database/tables/ContactChangeLogTable.java:680
↓ 51 callersMethoddelete
Delete entries in the database. Not yet supported. @param uri Not yet supported. @param selection Not yet supported. @param selectionArgs Not yet sup
src/com/vodafone360/people/service/aidl/DatabaseProvider.java:101
↓ 51 callersMethodgetKey
Get the change Key. @return The change Key
src/com/vodafone360/people/engine/contactsync/ContactChange.java:475
↓ 51 callersMethodstartSubTest
(String function, String description)
tests/src/com/vodafone360/people/tests/database/NowPlusNativeChangeTableTest.java:57
↓ 50 callersMethodadd
Adds a new operation to the batch @param cpo The
src/com/vodafone360/people/engine/contactsync/NativeContactsApi2.java:254
↓ 50 callersMethodgetValue
Fetches single value from a VCard entry using VCardHelper class. @return value as String.
src/com/vodafone360/people/datatypes/ContactDetail.java:639
↓ 49 callersMethodcreateDummyContactData
()
tests/src/com/vodafone360/people/tests/TestModule.java:283
↓ 49 callersMethodgetFlags
Get the change flags. @return The change flags
src/com/vodafone360/people/engine/contactsync/ContactChange.java:526
↓ 49 callersMethodinsert
Insert entries in the database. Not yet supported. @param uri Not yet supported. @param values Not yet supported. @return Not yet supported.
src/com/vodafone360/people/service/aidl/DatabaseProvider.java:119
↓ 48 callersMethodgetType
Get the change type. @return The change value.
src/com/vodafone360/people/engine/contactsync/ContactChange.java:502
↓ 48 callersMethodwriteString
Writes a string value to the stream using UTF-8 encoding. The string will be written with the following syntax: <code><pre> s b16 b8 string-value S b1
src/com/caucho/hessian/micro/MicroHessianOutput.java:226
↓ 47 callersMethodclear
Clears all operations in the batch Effectively resets the batch.
src/com/vodafone360/people/engine/contactsync/NativeContactsApi2.java:261
↓ 47 callersMethodupdate
Updates entries in the database. Not yet supported. @param uri Not yet supported. @param values Not yet supported. @param selection Not yet supported
src/com/vodafone360/people/service/aidl/DatabaseProvider.java:221
↓ 46 callersMethodgenerateRandomInt
()
tests/src/com/vodafone360/people/tests/TestModule.java:573
↓ 46 callersMethodgetNabContactId
Get the change's NAB Contact ID. @return The NAB Contact ID
src/com/vodafone360/people/engine/contactsync/ContactChange.java:606
↓ 45 callersMethodgetNextRunTime
()
tests/src/com/vodafone360/people/tests/engine/contactsync/HelperClasses.java:80
↓ 45 callersMethodread
()
tests/src/com/vodafone360/people/tests/service/transport/tcp/conn_less/respreader/MockOTAInputStream.java:49
↓ 44 callersMethodequals
(Object o)
tests/src/com/vodafone360/people/tests/engine/contactsync/ContactSyncEngineTest.java:1398
↓ 42 callersMethodgetNabDetailId
Get the change's NAB Detail ID. @return The NAB Detail ID
src/com/vodafone360/people/engine/contactsync/ContactChange.java:622
↓ 42 callersMethodlogI
(String tag, String message)
src/com/vodafone360/people/service/transport/http/HttpConnectionThread.java:583
↓ 41 callersMethodgetInternalContactId
Get the change's Internal Contact ID. @return The Internal Contact ID
src/com/vodafone360/people/engine/contactsync/ContactChange.java:542
↓ 41 callersMethodremove
(Object key)
src/com/vodafone360/people/utils/LRUHashMap.java:200
↓ 41 callersMethodsetNabDetailId
Set the change's NAB Detail ID. @param The NAB Detail ID
src/com/vodafone360/people/engine/contactsync/ContactChange.java:630
↓ 40 callersMethodreadString
Reads a string <pre> S b16 b8 string value </pre>
src/com/caucho/hessian/micro/MicroHessianInput.java:421
↓ 40 callersMethodsetNabContactId
Set the change's NAB Contact ID. @param The NAB Contact ID to set
src/com/vodafone360/people/engine/contactsync/ContactChange.java:614
↓ 38 callersMethodgetValue
Get the change value @return The change value
src/com/vodafone360/people/engine/contactsync/ContactChange.java:494
↓ 38 callersMethodwaitForEvent
()
tests/src/com/vodafone360/people/tests/engine/EngineTestFramework.java:147
↓ 37 callersMethodisEmpty
@see LinkedList.isEmpty();
src/com/vodafone360/people/engine/content/FiFoQueue.java:155
↓ 36 callersMethodaddToResponseQueue
Adds a response item to the queue. @param reqId The request ID to add the response for. @param data The response data to add to the queue. @param sou
src/com/vodafone360/people/service/io/ResponseQueue.java:191
↓ 36 callersMethodgetName
Get Name object from supplied String. @param val String containing name information. @return Name item generated from supplied string.
src/com/vodafone360/people/datatypes/VCardHelper.java:371
↓ 36 callersMethodis2XPlatform
Checks if the device platform Version is in the 2.X version range. @return true if running on a 2.X Platform, false if not
src/com/vodafone360/people/utils/VersionUtils.java:81
↓ 35 callersMethodaddRequest
Adds requests to the queue. @param requests The requests to add. @return The request IDs generated in an integer array or null if the request
src/com/vodafone360/people/service/io/QueueManager.java:202
↓ 35 callersMethodfetchContact
Fetches a contact from the database by its localContactId. The method {@link #fetchBaseContact(long, Contact)} should be used if the contact details p
src/com/vodafone360/people/database/DatabaseHelper.java:972
↓ 35 callersMethodgetDatabase
Return handle to DatabaseHelper, currently provides main point of access to People client's database tables. @return Handle to DatabaseHelper.
src/com/vodafone360/people/MainApplication.java:91
↓ 34 callersMethodaddUiRequestToQueue
Helper function for use by the derived engine class to add a UI request to the queue. This will be run from the UI thread @param request - {@link Serv
src/com/vodafone360/people/engine/BaseEngine.java:196
↓ 32 callersMethodengineId
Return id for this engine. @return EngineId identifying concrete engine
src/com/vodafone360/people/engine/BaseEngine.java:230
↓ 32 callersMethodgetContactIds
(Account account)
tests/src/com/vodafone360/people/tests/engine/contactsync/NativeImporterTest.java:845
↓ 32 callersMethodrun
()
src/com/vodafone360/people/engine/activities/ActivitiesEngine.java:173
↓ 31 callersMethodclear
@see LinkedList.clear()
src/com/vodafone360/people/engine/content/FiFoQueue.java:130
↓ 31 callersMethodcomplete
(ServiceStatus status)
src/com/vodafone360/people/engine/contactsync/UploadServerContacts.java:1221
↓ 31 callersMethodgetAgentState
()
src/com/vodafone360/people/service/agent/NetworkAgent.java:560
↓ 31 callersMethodwriteInt
Writes an integer value to the stream. The integer will be written with the following syntax: <code><pre> I b32 b24 b16 b8 </pre></code> @param value
src/com/caucho/hessian/micro/MicroHessianOutput.java:156
↓ 30 callersMethodfireQueueStateChanged
Fire a manual queue state changed event to notify the queue listener that a request is on the request queue.
src/com/vodafone360/people/service/io/QueueManager.java:237
↓ 30 callersMethodgetSession
Retrieves the active comms session. @return The session or NULL if the user is logged out.
src/com/vodafone360/people/engine/login/LoginEngine.java:1103
↓ 30 callersMethodtoString
@return the name of the field as it appears in the database.
src/com/vodafone360/people/database/tables/ContactSummaryTable.java:125
↓ 29 callersMethodgetInstance
()
src/com/vodafone360/people/service/transport/ConnectionManager.java:76
↓ 29 callersMethodisEmpty
Whether postal address item is empty. @return false if address has any content, null otherwise
src/com/vodafone360/people/datatypes/VCardHelper.java:200
↓ 29 callersMethodonCommsInMessage
Called by the EngineManager when a comms response is received. Will set the response outstanding flag and kick the worker thread.
src/com/vodafone360/people/engine/BaseEngine.java:315
↓ 29 callersMethodquery
Allows direct access to the 360 Service database. A properly formulated query will allow you to get any data you want from the service. Simply use the
src/com/vodafone360/people/service/aidl/DatabaseProvider.java:156
↓ 29 callersMethodrandomTrue
()
tests/src/com/vodafone360/people/tests/engine/contactsync/ContactChangeHelper.java:968
↓ 27 callersMethodaddContactDetail
Adds a new contact detail to the table. @param detail The new detail @param syncToServer Mark the new detail so it will be synced to the s
src/com/vodafone360/people/database/tables/ContactDetailsTable.java:608
↓ 27 callersMethodcompareNativeAndPeopleContactsList
Compares the contacts stored on native and people side. @param ncam the handle to the NativeContactsApiMockup instance @param pcam the handle to the
tests/src/com/vodafone360/people/tests/engine/contactsync/NativeImporterTest.java:532
↓ 27 callersMethodformat
(final LogRecord logRecord)
src/com/vodafone360/people/utils/LogUtils.java:99
↓ 27 callersMethodlogE
(String tag, String message, Throwable error)
src/com/vodafone360/people/service/transport/http/HttpConnectionThread.java:553
↓ 27 callersMethodsetTimeout
Used by processors to set a timeout. The {@link BaseSyncProcessor#onTimeoutEvent()} function will be called by the contact sync engine when the timeou
src/com/vodafone360/people/engine/contactsync/IContactSyncCallback.java:69
↓ 26 callersMethodgetInternalDetailId
Get the change's Internal Detail ID. @return The Internal Detail ID
src/com/vodafone360/people/engine/contactsync/ContactChange.java:558
↓ 26 callersMethodgetResponseStatus
A helper function for the derived engine implementation to use. It checks the returned comms response data against the expected type and handles all c
src/com/vodafone360/people/engine/BaseEngine.java:378
↓ 26 callersMethodsetReqId
Processors can call this method when they issue a comms requests. The framework will then only notify the processor when a response is received which
src/com/vodafone360/people/engine/contactsync/BaseSyncProcessor.java:173
↓ 26 callersMethodsetType
Set the type of change. @param type The type to set
src/com/vodafone360/people/engine/contactsync/ContactChange.java:510
↓ 25 callersMethodtoString
Returns a description of the contents of this object @return The description
src/com/vodafone360/people/service/io/Request.java:258
↓ 24 callersMethodgetRequestId
Gets the request ID of this request. @return The unique request ID for this request.
src/com/vodafone360/people/service/io/Request.java:386
↓ 24 callersMethodreadInt
Reads an integer <pre> I b32 b24 b16 b8 </pre>
src/com/caucho/hessian/micro/MicroHessianInput.java:189
↓ 24 callersMethodremoveUserData
()
tests/src/com/vodafone360/people/tests/service/AuthenticatorTest.java:125
next →1–100 of 3,317, ranked by callers