OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:authfailureerror
(Results
1 - 14
of
14
) sorted by null
/external/volley/src/main/java/com/android/volley/
AuthFailureError.java
25
public class
AuthFailureError
extends VolleyError {
29
public
AuthFailureError
() { }
31
public
AuthFailureError
(Intent intent) {
35
public
AuthFailureError
(NetworkResponse response) {
39
public
AuthFailureError
(String message) {
43
public
AuthFailureError
(String message, Exception reason) {
Request.java
320
* throw {@link
AuthFailureError
} as authentication may be required to
322
* @throws
AuthFailureError
In the event of auth failure
324
public Map<String, String> getHeaders() throws
AuthFailureError
{
330
* a simple GET should be used. Can throw {@link
AuthFailureError
} as
335
* @throws
AuthFailureError
In the event of auth failure
340
protected Map<String, String> getPostParams() throws
AuthFailureError
{
374
* @throws
AuthFailureError
In the event of auth failure
379
public byte[] getPostBody() throws
AuthFailureError
{
393
* {@link
AuthFailureError
} as authentication may be required to provide these values.
397
* @throws
AuthFailureError
in the event of auth failur
[
all
...]
/external/volley/src/main/java/com/android/volley/toolbox/
Authenticator.java
19
import com.android.volley.
AuthFailureError
;
28
* @throws
AuthFailureError
If authentication did not succeed
30
public String getAuthToken() throws
AuthFailureError
;
HttpStack.java
19
import com.android.volley.
AuthFailureError
;
43
throws IOException,
AuthFailureError
;
AndroidAuthenticator.java
19
import com.android.volley.
AuthFailureError
;
89
public String getAuthToken() throws
AuthFailureError
{
96
throw new
AuthFailureError
("Error while retrieving auth token", e);
102
throw new
AuthFailureError
(intent);
107
throw new
AuthFailureError
("Got null auth token for type: " + mAuthTokenType);
HttpClientStack.java
19
import com.android.volley.
AuthFailureError
;
76
throws IOException,
AuthFailureError
{
95
Map<String, String> additionalHeaders) throws
AuthFailureError
{
147
Request<?> request) throws
AuthFailureError
{
HurlStack.java
19
import com.android.volley.
AuthFailureError
;
90
throws IOException,
AuthFailureError
{
204
Request<?> request) throws IOException,
AuthFailureError
{
259
throws IOException,
AuthFailureError
{
BasicNetwork.java
21
import com.android.volley.
AuthFailureError
;
161
request, new
AuthFailureError
(networkResponse));
/external/volley/src/test/java/com/android/volley/mock/
MockHttpStack.java
19
import com.android.volley.
AuthFailureError
;
63
throws IOException,
AuthFailureError
{
77
} catch (
AuthFailureError
e) {
/external/volley/src/test/java/com/android/volley/toolbox/
AndroidAuthenticatorTest.java
26
import com.android.volley.
AuthFailureError
;
53
@Test(expected =
AuthFailureError
.class)
60
@Test(expected =
AuthFailureError
.class)
72
@Test(expected =
AuthFailureError
.class)
BasicNetworkTest.java
19
import com.android.volley.
AuthFailureError
;
135
verify(mMockRetryPolicy).retry(any(
AuthFailureError
.class));
153
verify(mMockRetryPolicy).retry(any(
AuthFailureError
.class));
/packages/apps/Dialer/java/com/android/voicemail/impl/protocol/
Vvm3Subscriber.java
44
import com.android.volley.
AuthFailureError
;
294
public byte[] getBody() throws
AuthFailureError
{
/prebuilts/tools/common/m2/repository/com/mcxiaoke/volley/library/1.0.10/
library-1.0.10.jar
/prebuilts/tools/common/m2/repository/com/mcxiaoke/volley/library/1.0.18/
library-1.0.18.jar
Completed in 96 milliseconds