OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RequestorType
(Results
1 - 11
of
11
) sorted by null
/libcore/luni/src/main/java/java/net/
Authenticator.java
57
private
RequestorType
rt;
150
thisAuthenticator.rt =
RequestorType
.SERVER;
201
thisAuthenticator.rt =
RequestorType
.SERVER;
244
Authenticator.
RequestorType
reqType) {
277
* @return
RequestorType
of the authentication request.
279
protected Authenticator.
RequestorType
getRequestorType() {
286
public enum
RequestorType
{
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
AuthenticatorTest.java
30
import java.net.Authenticator.
RequestorType
;
38
* @tests java.net.Authenticator.
RequestorType
#valueOf(String)
41
assertEquals(
RequestorType
.PROXY, Authenticator.
RequestorType
43
assertEquals(
RequestorType
.SERVER, Authenticator.
RequestorType
46
RequestorType
rt = Authenticator.
RequestorType
.valueOf("BADNAME");
54
Authenticator.
RequestorType
.valueOf(null);
64
* @tests java.net.Authenticator.
RequestorType
#values(
[
all
...]
/prebuilt/sdk/10/
android.jar
/prebuilt/sdk/11/
android.jar
/prebuilt/sdk/13/
android.jar
/prebuilt/sdk/4/
android.jar
/prebuilt/sdk/5/
android.jar
/prebuilt/sdk/6/
android.jar
/prebuilt/sdk/7/
android.jar
/prebuilt/sdk/8/
android.jar
/prebuilt/sdk/9/
android.jar
Completed in 118 milliseconds