HomeSort by relevance Sort by last modified time
    Searched defs:aware (Results 1 - 25 of 166) sorted by null

1 2 3 4 5 6 7

  /frameworks/base/wifi/java/android/net/wifi/aware/
AttachCallback.java 17 package android.net.wifi.aware;
20 * Base class for Aware attach callbacks. Should be extended by applications and set when calling
22 * applying to the Aware connection as a whole - not to specific publish or subscribe sessions -
27 * Called when Aware attach operation
31 * @param session The Aware object on which we can execute further Aware operations - e.g.
39 * Called when Aware attach operation
IdentityChangedListener.java 17 package android.net.wifi.aware;
20 * Base class for a listener which is called with the MAC address of the Aware interface whenever
25 * interface may also be useful if the application uses alternative (non-Aware) discovery but needs
26 * to set up a Aware connection. The provided Aware discovery interface MAC address can then be used
32 * @param mac The MAC address of the Aware discovery interface. The application must have the
PeerHandle.java 17 package android.net.wifi.aware;
20 * Opaque object used to represent a Wi-Fi Aware peer. Obtained from discovery sessions in
Characteristics.java 17 package android.net.wifi.aware;
24 * The characteristics of the Wi-Fi Aware implementation.
43 * Returns the maximum string length that can be used to specify a Aware service name. Restricts
47 * @return A positive integer, maximum string length of Aware service name.
54 * Returns the maximum length of byte array that can be used to specify a Aware service specific
55 * information field: the arbitrary load used in discovery or the message length of Aware
62 * @return A positive integer, maximum length of byte array for Aware messaging.
69 * Returns the maximum length of byte array that can be used to specify a Aware match filter.
74 * @return A positive integer, maximum legngth of byte array for Aware discovery match filter.
DiscoverySessionCallback.java 17 package android.net.wifi.aware;
24 * Base class for Aware session events callbacks. Should be extended by
PublishDiscoverySession.java 17 package android.net.wifi.aware;
23 * A class representing a Aware publish session. Created when
SubscribeDiscoverySession.java 17 package android.net.wifi.aware;
23 * A class representing a Aware subscribe session. Created when
WifiAwareUtils.java 17 package android.net.wifi.aware;
24 * Provides utilities for the Wifi Aware manager/service.
ConfigRequest.java 17 package android.net.wifi.aware;
25 * Defines a request object to configure a Wi-Fi Aware network. Built using
259 * The Cluster ID is generated randomly for new Aware networks. Specify
284 * The Cluster ID is generated randomly for new Aware networks. Specify
PublishConfig.java 17 package android.net.wifi.aware;
35 * Defines the configuration of a Aware publish session. Built using
SubscribeConfig.java 17 package android.net.wifi.aware;
35 * Defines the configuration of a Aware subscribe session. Built using
WifiAwareAgentNetworkSpecifier.java 17 package android.net.wifi.aware;
WifiAwareNetworkSpecifier.java 17 package android.net.wifi.aware;
28 * Network specifier object used to request a Wi-Fi Aware network. Apps do not create these objects
166 * data-path created without a corresponding Aware discovery session.
DiscoverySession.java 17 package android.net.wifi.aware;
32 * A class representing a single publish or subscribe Aware session. This object
38 * <li>Creating a network-specifier when requesting a Aware connection:
147 * Access the client ID of the Aware session.
161 * Access the discovery session ID of the Aware session.
175 * Sends a message to the specified destination. Aware messages are transmitted in the context
180 * Aware messages are not guaranteed delivery. Callbacks on
197 * failure. The {@code messageId} is not used internally by the Aware service - it
224 * Sends a message to the specified destination. Aware messages are transmitted in the context
229 * Aware messages are not guaranteed delivery. Callbacks o
    [all...]
TlvBufferUtils.java 17 package android.net.wifi.aware;
WifiAwareSession.java 17 package android.net.wifi.aware;
35 * This class represents a Wi-Fi Aware session - an attachment to the Wi-Fi Aware service through
63 * Destroy the Wi-Fi Aware service session and, if no other applications are attached to Aware,
64 * also disable Aware. This method destroys all outstanding operations - i.e. all publish and
102 * Access the client ID of the Aware session.
116 * Issue a request to the Aware service to create a new Aware publish discovery session, using
162 * Issue a request to the Aware service to create a new Aware subscribe discovery session, usin
    [all...]
  /cts/tests/tests/net/src/android/net/wifi/aware/cts/
TestUtils.java 17 package android.net.wifi.aware.cts;
25 * Test utilities for Wi-Fi Aware CTS test suite.
31 * Returns a flag indicating whether or not Wi-Fi Aware should be tested. Wi-Fi Aware
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/
Capabilities.java 17 package com.android.server.wifi.aware;
19 import android.net.wifi.aware.Characteristics;
23 * A container class for Aware (vendor) implementation capabilities (or
WifiAwareShellCommand.java 17 package com.android.server.wifi.aware;
90 pw.println("Wi-Fi Aware (wifiaware) commands:");
WifiAwareService.java 17 package com.android.server.wifi.aware;
28 * Service implementing Wi-Fi Aware functionality. Delegates actual interface
WifiAwareClientState.java 17 package com.android.server.wifi.aware;
23 import android.net.wifi.aware.ConfigRequest;
24 import android.net.wifi.aware.IWifiAwareEventCallback;
36 * Manages the service-side Aware state of an individual "client". A client
40 * singleton per client) through which Aware-wide events are called, and (2) a set
131 * @return Aware session corresponding to the requested ID.
205 * Called to dispatch the Aware interface address change to the client - as an
234 * Called to dispatch the Aware cluster change (due to joining of a new
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/aware/
TestUtils.java 17 package com.android.server.wifi.aware;
19 import android.net.wifi.aware.ConfigRequest;
20 import android.net.wifi.aware.PublishConfig;
21 import android.net.wifi.aware.SubscribeConfig;
25 * Utility methods for Wi-Fi Aware unit tests.
WifiAwareNativeManagerTest.java 17 package com.android.server.wifi.aware;
106 * Test the control flow of the manager when Aware isn't being actively used:
162 * Test the control flow (and reference counting) of the manager when Aware is actively used and
  /frameworks/base/wifi/tests/src/android/net/wifi/aware/
TlvBufferUtilsTest.java 17 package android.net.wifi.aware;
WifiAwareAgentNetworkSpecifierTest.java 17 package android.net.wifi.aware;

Completed in 165 milliseconds

1 2 3 4 5 6 7