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

/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/tests/AccessoryDisplay/common/src/com/android/accessorydisplay/common/
H A DProtocol.java22 public class Protocol { class
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiConfiguration.java110 public static class Protocol { class in class:WifiConfiguration
111 private Protocol() { } method in class:WifiConfiguration.Protocol
153 /** Temporal Key Integrity Protocol [IEEE 802.11i/D7.0] */
167 * TKIP = Temporal Key Integrity Protocol [IEEE 802.11i/D7.0]
179 /** Temporal Key Integrity Protocol [IEEE 802.11i/D7.0] */
324 * See {@link Protocol} for descriptions of the values.
1468 if (p < Protocol.strings.length) {
1469 sbuf.append(Protocol.strings[p]);

Completed in 118 milliseconds