Searched defs:Method (Results 1 - 6 of 6) sorted by last modified time

/frameworks/volley/src/main/java/com/android/volley/
H A DRequest.java48 public interface Method { interface in class:Request
116 this(Method.DEPRECATED_GET_OR_POST, url, listener);
120 * Creates a new request with the given method (one of the values from {@link Method}),
135 * Return the method for this request. Can be one of the values in {@link Method}.
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
H A DAuthMatch.java15 public static final int Method = 0x02; field in class:AuthMatch
17 public static final int MethodParam = Method | Param;
18 public static final int Exact = Realm | Method | Param;
32 if ((match & Method) != 0) {
33 sb.append("Method");
/frameworks/base/tools/aapt2/compile/
H A DPseudolocalizer.h40 enum class Method { class in class:aapt::Pseudolocalizer
46 Pseudolocalizer(Method method);
47 void setMethod(Method method);
/frameworks/base/tools/apilint/
H A Dapilint.py79 class Method(): class in inherits:
195 clazz.ctors.append(Method(clazz, line, raw, blame))
197 clazz.methods.append(Method(clazz, line, raw, blame))
298 warn(clazz, m, "S1", "Method names with acronyms should be getMtu() instead of getMTU()")
300 error(clazz, m, "S1", "Method name must start with lowercase char")
656 warn(clazz, m, "FW6", "Method return type violates package layering")
660 warn(clazz, m, "FW6", "Method argument type violates package layering")
1104 error(prev_clazz, test, None, "Method removed or incompatible change")
/frameworks/base/packages/Osu/src/com/android/hotspot2/
H A DAuthMatch.java15 public static final int Method = 0x02; field in class:AuthMatch
17 public static final int MethodParam = Method | Param;
18 public static final int Exact = Realm | Method | Param;
31 if ((match & Method) != 0) {
32 sb.append("Method");
/frameworks/base/packages/Osu/src/com/android/hotspot2/utils/
H A DHTTPMessage.java27 public enum Method {GET, PUT, POST} enum in interface:HTTPMessage

Completed in 181 milliseconds