MCPcopy Create free account

hub / github.com/bacy/volley / functions

Functions850 in github.com/bacy/volley

↓ 1 callersMethodget
(String data)
src/com/android/volley/toolbox/DiskLruBasedCache.java:246
↓ 1 callersMethodget
(Class<T> entityType, Object idValue)
src/com/android/volley/db/sqlite/CursorUtils.java:140
↓ 1 callersMethodgetAuthToken
Synchronously retrieves an auth token. @throws AuthFailureError If authentication did not succeed
src/com/android/volley/toolbox/Authenticator.java:30
↓ 1 callersMethodgetBindArgs
()
src/com/android/volley/db/sqlite/SqlInfo.java:47
↓ 1 callersMethodgetBindArgsAsArray
()
src/com/android/volley/db/sqlite/SqlInfo.java:51
↓ 1 callersMethodgetBindArgsAsStrArray
()
src/com/android/volley/db/sqlite/SqlInfo.java:58
↓ 1 callersMethodgetBitmapFromAsset
decode bitmap from asset bitmap getBitmapFromAsset @param filePath @return @since 3.6
src/com/android/volley/toolbox/BitmapDecoder.java:66
↓ 1 callersMethodgetBitmapFromContent
decode bitmap from content getStreamFromContent @param imageUri @return @since 3.6
src/com/android/volley/toolbox/BitmapDecoder.java:88
↓ 1 callersMethodgetBitmapFromFile
decode bitmap from sdcard getBitmapFromFile @param cache @param path @param maxWidth @param maxHeight @return @since 3.5
src/com/android/volley/toolbox/BitmapDecoder.java:112
↓ 1 callersMethodgetBitmapFromRes
decode bitmap from resource @param resId @return
src/com/android/volley/toolbox/BitmapDecoder.java:44
↓ 1 callersMethodgetBodyContentType
()
src/com/android/volley/Request.java:452
↓ 1 callersMethodgetBooleanColumnGetMethod
(Class<?> entityType, final String fieldName)
src/com/android/volley/db/table/ColumnUtils.java:226
↓ 1 callersMethodgetBooleanColumnSetMethod
(Class<?> entityType, Field field)
src/com/android/volley/db/table/ColumnUtils.java:239
↓ 1 callersMethodgetBoundary
()
src/com/android/volley/toolbox/multipart/Boundary.java:35
↓ 1 callersMethodgetBytesRead
()
src/com/android/volley/toolbox/DiskBasedCache.java:487
↓ 1 callersMethodgetCache
Gets the {@link Cache} instance being used.
src/com/android/volley/RequestQueue.java:194
↓ 1 callersMethodgetCacheSize
(Context context)
src/com/android/volley/toolbox/BitmapCache.java:63
↓ 1 callersMethodgetCheck
@param field @return check.value or null
src/com/android/volley/db/table/ColumnUtils.java:178
↓ 1 callersMethodgetColumnConverter
()
src/com/android/volley/db/table/Column.java:137
↓ 1 callersMethodgetColumnDefaultValue
(Field field)
src/com/android/volley/db/table/ColumnUtils.java:146
↓ 1 callersMethodgetColumnGetMethod
(Class<?> entityType, Field field)
src/com/android/volley/db/table/ColumnUtils.java:69
↓ 1 callersMethodgetColumnNameByField
(Field field)
src/com/android/volley/db/table/ColumnUtils.java:112
↓ 1 callersMethodgetColumnSetMethod
(Class<?> entityType, Field field)
src/com/android/volley/db/table/ColumnUtils.java:90
↓ 1 callersMethodgetColumnValue
(Object entity)
src/com/android/volley/db/table/Finder.java:77
↓ 1 callersMethodgetColumnValue
()
src/com/android/volley/db/sqlite/ForeignLazyLoader.java:62
↓ 1 callersMethodgetContentDisposition
()
src/com/android/volley/toolbox/multipart/BasePart.java:16
↓ 1 callersMethodgetContentTransferEncoding
()
src/com/android/volley/toolbox/multipart/BasePart.java:18
↓ 1 callersMethodgetCurrentRetryCount
Returns the current retry count (used for logging).
src/com/android/volley/RetryPolicy.java:32
↓ 1 callersMethodgetCurrentTimeout
Returns the current timeout (used for logging).
src/com/android/volley/RetryPolicy.java:27
↓ 1 callersMethodgetDataMap
@return key: columnName
src/com/android/volley/db/table/DbModel.java:76
↓ 1 callersMethodgetDbDir
()
src/com/android/volley/ext/tools/DbTools.java:622
↓ 1 callersMethodgetDbUpgradeListener
()
src/com/android/volley/ext/tools/DbTools.java:614
↓ 1 callersMethodgetDbVersion
()
src/com/android/volley/ext/tools/DbTools.java:606
↓ 1 callersMethodgetDefaultValue
()
src/com/android/volley/db/table/Column.java:129
↓ 1 callersMethodgetDirectory
Returns the directory where this cache stores its data.
src/com/android/volley/toolbox/disklrucache/DiskLruCache.java:478
↓ 1 callersMethodgetDouble
(String columnName)
src/com/android/volley/db/table/DbModel.java:47
↓ 1 callersMethodgetExecAfterTableCreated
(Class<?> entityType)
src/com/android/volley/db/table/TableUtils.java:44
↓ 1 callersMethodgetFieldValue
(Object entity)
src/com/android/volley/db/table/Column.java:87
↓ 1 callersMethodgetFileForKey
Returns a file object for the given cache key.
src/com/android/volley/toolbox/DiskLruBasedCache.java:242
↓ 1 callersMethodgetFileParams
()
src/com/android/volley/ext/RequestInfo.java:70
↓ 1 callersMethodgetFinderTargetEntityType
(com.android.volley.db.table.Finder finderColumn)
src/com/android/volley/db/table/ColumnUtils.java:196
↓ 1 callersMethodgetFloat
(String columnName)
src/com/android/volley/db/table/DbModel.java:51
↓ 1 callersMethodgetForeignColumnNameByField
(Field field)
src/com/android/volley/db/table/ColumnUtils.java:136
↓ 1 callersMethodgetIndex
The value set in setValue2Entity(...) @return -1 or the index of this column.
src/com/android/volley/db/table/Column.java:121
↓ 1 callersMethodgetInputStream
Returns the unbuffered stream with the value for {@code index}.
src/com/android/volley/toolbox/disklrucache/DiskLruCache.java:692
↓ 1 callersMethodgetLastAutoIncrementId
(String tableName)
src/com/android/volley/ext/tools/DbTools.java:691
↓ 1 callersMethodgetOriginUrl
Returns the URL of the request before any redirects have occurred.
src/com/android/volley/Request.java:301
↓ 1 callersMethodgetParams
()
src/com/android/volley/ext/RequestInfo.java:66
↓ 1 callersMethodgetParams
()
src/com/android/volley/ext/tools/HttpTools.java:399
↓ 1 callersMethodgetPostBodyContentType
@deprecated Use {@link #getBodyContentType()}.
src/com/android/volley/toolbox/JsonRequest.java:74
↓ 1 callersMethodgetPostParams
Returns a Map of POST parameters to be used for this request, or null if a simple GET should be used. Can throw {@link AuthFailureError} as authentic
src/com/android/volley/Request.java:372
↓ 1 callersMethodgetPostParamsEncoding
Returns which encoding should be used when converting POST parameters returned by {@link #getPostParams()} into a raw POST body. <p>This controls bot
src/com/android/volley/Request.java:391
↓ 1 callersMethodgetPrimaryKeyColumnName
(Class<?> entityType)
src/com/android/volley/db/table/TableUtils.java:166
↓ 1 callersMethodgetPrimaryKeyFieldName
(Class<?> entityType)
src/com/android/volley/db/table/TableUtils.java:161
↓ 1 callersMethodgetSequenceNumber
Gets a sequence number.
src/com/android/volley/RequestQueue.java:187
↓ 1 callersMethodgetSigleton
(Context context)
src/com/android/volley/toolbox/BitmapCache.java:17
↓ 1 callersMethodgetStartingBoundary
()
src/com/android/volley/toolbox/multipart/Boundary.java:39
↓ 1 callersMethodgetString
Returns the last committed value as a string, or null if no value has been committed.
src/com/android/volley/toolbox/disklrucache/DiskLruCache.java:756
↓ 1 callersMethodgetTotalDuration
Returns the time difference between the first and last events in this log.
src/com/android/volley/VolleyLog.java:166
↓ 1 callersMethodhandleEntity
(ResponseDelivery delivery, DownloadRequest request, HttpEntity entity)
src/com/android/volley/toolbox/BasicNetwork.java:315
↓ 1 callersMethodhasAttemptRemaining
Returns true if this policy has attempts remaining, false otherwise.
src/com/android/volley/DefaultRetryPolicy.java:95
↓ 1 callersMethodhasHadResponseDelivered
Returns true if this request has had a response delivered for it.
src/com/android/volley/Request.java:551
↓ 1 callersMethodhasHoneycomb
()
src/com/android/volley/Utils.java:62
↓ 1 callersMethodhasHoneycombMR1
()
src/com/android/volley/Utils.java:66
↓ 1 callersMethodhasKitKat
()
src/com/android/volley/Utils.java:78
↓ 1 callersMethodinit
(Context context)
src/com/android/volley/ext/tools/BitmapTools.java:51
↓ 1 callersMethodinitialize
Performs any potentially long-running actions needed to initialize the cache; will be called from a worker thread.
src/com/android/volley/Cache.java:44
↓ 1 callersMethodinvalidate
Invalidates an entry in the cache. @param key Cache key @param fullExpire True to fully expire the entry, false to soft expire
src/com/android/volley/Cache.java:51
↓ 1 callersMethodinvalidateAuthToken
Invalidates the provided auth token.
src/com/android/volley/toolbox/Authenticator.java:35
↓ 1 callersMethodisCheckedDatabase
()
src/com/android/volley/db/table/Table.java:98
↓ 1 callersMethodisDbPrimitiveType
(Class<?> fieldType)
src/com/android/volley/db/table/ColumnUtils.java:65
↓ 1 callersMethodisExpired
True if the entry is expired.
src/com/android/volley/Cache.java:87
↓ 1 callersMethodisExternalMounted
()
src/com/android/volley/Utils.java:170
↓ 1 callersMethodisFinder
(Field field)
src/com/android/volley/db/table/ColumnUtils.java:162
↓ 1 callersMethodisForeign
(Field field)
src/com/android/volley/db/table/ColumnUtils.java:158
↓ 1 callersMethodisNotNull
(Field field)
src/com/android/volley/db/table/ColumnUtils.java:170
↓ 1 callersMethodisSuccess
Returns whether this response is considered successful.
src/com/android/volley/Response.java:73
↓ 1 callersMethodisSupportColumnConverter
(Class columnType)
src/com/android/volley/db/converter/ColumnConverterFactory.java:46
↓ 1 callersMethodisSupportRange
(HttpResponse response)
src/com/android/volley/toolbox/BasicNetwork.java:406
↓ 1 callersMethodisTransient
(Field field)
src/com/android/volley/db/table/ColumnUtils.java:154
↓ 1 callersMethodisUnique
(Field field)
src/com/android/volley/db/table/ColumnUtils.java:166
↓ 1 callersMethodisVideoUri
(Context context, Uri uri)
src/com/android/volley/toolbox/BitmapDecoder.java:126
↓ 1 callersMethodlogSlowRequests
Logs requests that took over SLOW_REQUEST_THRESHOLD_MS to complete.
src/com/android/volley/toolbox/BasicNetwork.java:219
↓ 1 callersMethodnewInputStream
Returns an unbuffered input stream to read the last committed value, or null if no value has been committed.
src/com/android/volley/toolbox/disklrucache/DiskLruCache.java:736
↓ 1 callersMethodnewRequestQueue
Creates a default instance of the worker pool and calls {@link RequestQueue#start()} on it. @param context A {@link Context} to use for creating the
src/com/android/volley/toolbox/Volley.java:45
↓ 1 callersMethodonGetImageError
Handler for when an image failed to load. @param cacheKey The cache key that is associated with the image request.
src/com/android/volley/toolbox/ImageLoader.java:296
↓ 1 callersMethodonGetImageSuccess
Handler for when an image was successfully loaded. @param cacheKey The cache key that is associated with the image request. @param response The bitmap
src/com/android/volley/toolbox/ImageLoader.java:275
↓ 1 callersMethodonLoadImage
(final String cacheKey, final long count, final long current)
src/com/android/volley/toolbox/ImageLoader.java:310
↓ 1 callersMethodonLoading
(long count,long current)
src/com/android/volley/Response.java:42
↓ 1 callersMethodonPrepareRequest
Called before the request is executed using the underlying HttpClient. <p>Overwrite in subclasses to augment the request.</p>
src/com/android/volley/toolbox/HttpClientStack.java:185
↓ 1 callersMethodonResponse
(final ImageContainer response, boolean isImmediate)
src/com/android/volley/toolbox/NetworkImageView.java:158
↓ 1 callersMethodonUpgrade
(DbTools db, int oldVersion, int newVersion)
src/com/android/volley/ext/tools/DbTools.java:637
↓ 1 callersMethodparseAndDeliverNetworkError
(Request<?> request, VolleyError error)
src/com/android/volley/NetworkDispatcher.java:164
↓ 1 callersMethodparseNetworkError
Subclasses can override this method to parse 'networkError' and return a more specific error. <p>The default implementation just returns the passed '
src/com/android/volley/Request.java:573
↓ 1 callersMethodperformRequest
Performs the specified request. @param request Request to process @return A {@link NetworkResponse} with data and caching metadata; will never be null
src/com/android/volley/Network.java:29
↓ 1 callersMethodperformRequest
Performs an HTTP request with the given parameters. <p>A GET request is sent if request.getPostBody() == null. A POST request is sent otherwise, and
src/com/android/volley/toolbox/HttpStack.java:49
↓ 1 callersMethodprocessJournal
Computes the initial size and collects garbage as a part of opening the cache. Dirty entries are assumed to be inconsistent and will be deleted.
src/com/android/volley/toolbox/disklrucache/DiskLruCache.java:322
↓ 1 callersMethodpruneIfNeeded
Prunes the cache to fit the amount of bytes specified. @param neededSpace The amount of bytes we are trying to fit into the cache.
src/com/android/volley/toolbox/DiskBasedCache.java:278
↓ 1 callersMethodput
Puts the entry with the specified key into the cache.
src/com/android/volley/toolbox/DiskBasedCache.java:215
↓ 1 callersMethodput
(String data, Entry value)
src/com/android/volley/toolbox/DiskLruBasedCache.java:300
← previousnext →301–400 of 850, ranked by callers