HomeSort by relevance Sort by last modified time
    Searched defs:CAType (Results 1 - 2 of 2) sorted by null

  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/anqp/
CivicLocationElement.java 22 private final Map<CAType, String> mValues;
53 mValues = new HashMap<CAType, String>();
56 CAType caType = s_caTypes.get(caTypeNumber);
65 if (caType != null) {
66 mValues.put(caType, new String(caValOctets, StandardCharsets.UTF_8));
79 public Map<CAType, String> getValues() {
92 private static final Map<Integer, CAType> s_caTypes = new HashMap<Integer, CAType>();
128 public enum CAType {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
certsrv.h 92 #define wszREGCATYPE TEXT("CAType")
175 ENUM_CATYPES CAType;
589 #define wszPROPCATYPE TEXT("CAType")
    [all...]

Completed in 2455 milliseconds