Home
last modified time | relevance | path

Searched defs:Method (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/tools/aapt2/compile/
DPseudolocalizer.h40 enum class Method { enum
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DAuthMatch.java15 public static final int Method = 0x02; field in AuthMatch
/frameworks/base/packages/Osu/src/com/android/hotspot2/
DAuthMatch.java15 public static final int Method = 0x02; field in AuthMatch
/frameworks/base/packages/Osu/src/com/android/hotspot2/utils/
DHTTPMessage.java27 public enum Method {GET, PUT, POST} enum
/frameworks/volley/src/main/java/com/android/volley/
DRequest.java48 public interface Method { interface in Request
/frameworks/base/tools/apilint/
Dapilint.py79 class Method(): class