Searched defs:Protocol (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/tests/AccessoryDisplay/common/src/com/android/accessorydisplay/common/
H A DProtocol.java22 public class Protocol { class
/frameworks/base/core/java/com/android/internal/util/
H A DProtocol.java26 * codes with Message.what starting at Protocol.WIFI + 1 and less than or equal to Protocol.WIFI +
27 * Protocol.MAX_MESSAGE
34 public class Protocol { class
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiConfiguration.java93 public static class Protocol { class in class:WifiConfiguration
94 private Protocol() { } method in class:WifiConfiguration.Protocol
132 /** Temporal Key Integrity Protocol [IEEE 802.11i/D7.0] */
146 * TKIP = Temporal Key Integrity Protocol [IEEE 802.11i/D7.0]
158 /** Temporal Key Integrity Protocol [IEEE 802.11i/D7.0] */
302 * See {@link Protocol} for descriptions of the values.
1092 if (p < Protocol.strings.length) {
1093 sbuf.append(Protocol.strings[p]);

Completed in 126 milliseconds