Home
last modified time | relevance | path

Searched refs:Channel (Results 1 – 22 of 22) sorted by relevance

/frameworks/base/wifi/java/android/net/wifi/p2p/
DWifiP2pManager.java664 public static class Channel { class in WifiP2pManager
665 Channel(Context context, Looper looper, ChannelListener l) { in Channel() method in WifiP2pManager.Channel
857 private static void checkChannel(Channel c) { in checkChannel()
885 public Channel initialize(Context srcContext, Looper srcLooper, ChannelListener listener) { in initialize()
893 public Channel initializeInternal(Context srcContext, Looper srcLooper, in initializeInternal()
898 private Channel initalizeChannel(Context srcContext, Looper srcLooper, ChannelListener listener, in initalizeChannel()
902 Channel c = new Channel(srcContext, srcLooper, listener); in initalizeChannel()
930 public void discoverPeers(Channel c, ActionListener listener) { in discoverPeers()
946 public void stopPeerDiscovery(Channel c, ActionListener listener) { in stopPeerDiscovery()
973 public void connect(Channel c, WifiP2pConfig config, ActionListener listener) { in connect()
[all …]
/frameworks/base/wifi/java/android/net/wifi/passpoint/
DWifiPasspointManager.java182 public static class Channel { class in WifiPasspointManager
199 Channel(Context context, Looper looper, ChannelListener l) { in Channel() method in WifiPasspointManager.Channel
420 public Channel initialize(Context srcContext, Looper srcLooper, ChannelListener listener) { in initialize()
425 Channel c = new Channel(srcContext, srcLooper, listener); in initialize()
454 public void requestAnqpInfo(Channel c, List<ScanResult> requested, int mask, in requestAnqpInfo()
480 public void requestOsuIcons(Channel c, List<WifiPasspointOsuProvider> requested, in requestOsuIcons()
550 public void startOsu(Channel c, WifiPasspointOsuProvider osu, OsuRemListener listener) { in startOsu()
558 public void startRemediation(Channel c, OsuRemListener listener) { in startRemediation()
564 private static void checkChannel(Channel c) { in checkChannel()
/frameworks/base/docs/html/training/tv/tif/
Dchannel.jd1 page.title=Working with Channel Data
15 <li><a href="#update">Update Channel Data</a></li>
95 <h3 id="art">Present Channel and Program Information</h2>
102 <li><strong>Channel number</strong> ({@link android.media.tv.TvContract.Channels#COLUMN_DISPLAY_NUM…
108 <li><strong>Channel logo</strong> ({@link android.media.tv.TvContract.Channels.Logo})
132 <h2 id="update">Update Channel Data</h2>
148 <h3 id="batch">Batch Loading Channel Data</h3>
182 <h3 id="async">Processing Channel Data Asynchronously</h3>
Dindex.jd67 <dt><b><a href="channel.html">Working with Channel Data</a></b></dt>
Dtvinput.jd172 and Updating Channel Data</a>.</p>
/frameworks/base/docs/html-intl/intl/zh-tw/preview/
Dsetup-sdk.jd54 <strong></strong><strong>Canary Channel] (測試版管道)。</strong>
82 <strong></strong><strong></strong>Canary Channel] (測試版管道) 以及 [Automatically check updates for Andro…
83 Preview Channel] (預覽版管道)。</strong>
/frameworks/base/docs/html-intl/intl/ru/preview/
Dsetup-sdk.jd54 <strong>Automatically check updates for: Canary Channel</strong>.
82 <strong>Automatically check updates for: Canary Channel</strong> и
83 <strong>Automatically check updates for Android SDK: Preview Channel</strong>.
/frameworks/base/docs/html-intl/intl/ja/preview/
Dsetup-sdk.jd54 [Canary Channel]</strong> を選択します。
82 [Canary Channel]</strong> を、<strong>[Automatically check updates for Android SDK:] に
83 [Preview Channel]</strong> を選択します。
/frameworks/base/docs/html/training/connect-devices-wirelessly/
Dwifi-direct.jd104 android.net.wifi.p2p.WifiP2pManager.Channel} object, which you'll use later to
110 Channel mChannel;
182 android.net.wifi.p2p.WifiP2pManager#discoverPeers(WifiP2pManager.Channel,
186 <li>The {@link android.net.wifi.p2p.WifiP2pManager.Channel} you
212 {@link android.net.wifi.p2p.WifiP2pManager#discoverPeers(WifiP2pManager.Channel,
283 android.net.wifi.p2p.WifiP2pManager#connect(WifiP2pManager.Channel,
349 android.net.wifi.p2p.WifiP2pManager#requestConnectionInfo(WifiP2pManager.Channel,
Dnsd-wifi-direct.jd75 android.net.wifi.p2p.WifiP2pManager#addLocalService(WifiP2pManager.Channel,
152 android.net.wifi.p2p.WifiP2pManager#setDnsSdResponseListeners(WifiP2pManager.Channel,
190 android.net.wifi.p2p.WifiP2pManager#addServiceRequest(WifiP2pManager.Channel,
212 android.net.wifi.p2p.WifiP2pManager#discoverServices(WifiP2pManager.Channel,
/frameworks/base/docs/html/training/wearables/data-layer/
Dindex.jd62 <dt><b>Channel</b></dt>
67 device. The Channel API for data transfer has the following benefits:
74 objects. The Channel API saves disk space unlike the
/frameworks/base/docs/html-intl/intl/es/preview/
Dsetup-sdk.jd54 Canary Channel</strong>.
82 Canary Channel</strong> y <strong>Automatically check updates for Android SDK:
83 Preview Channel</strong>.
/frameworks/base/docs/html/guide/topics/connectivity/
Dwifip2p.jd219 android.net.wifi.p2p.WifiP2pManager}, {@link android.net.wifi.p2p.WifiP2pManager.Channel}, and
245 private Channel mChannel;
248 public WiFiDirectBroadcastReceiver(WifiP2pManager manager, Channel channel,
323 method returns a {@link android.net.wifi.p2p.WifiP2pManager.Channel}, which is used to connect
326 android.net.wifi.p2p.WifiP2pManager} and {@link android.net.wifi.p2p.WifiP2pManager.Channel}
332 Channel mChannel;
381 <p>When you have obtained a {@link android.net.wifi.p2p.WifiP2pManager.Channel} and
/frameworks/base/docs/html-intl/intl/pt-br/preview/
Dsetup-sdk.jd54 …<strong>Automatically check updates for: Canary Channel (Verificar atualizações automaticamente pa…
82 …<strong>Automatically check updates for: Canary Channel (Verificar atualizações automaticamente pa…
83 …<strong>Automatically check atualização for Android SDK: Preview Channel (Verificar atualizações a…
/frameworks/base/services/core/java/com/android/server/display/
DWifiDisplayController.java41 import android.net.wifi.p2p.WifiP2pManager.Channel;
99 private final Channel mWifiP2pChannel;
/frameworks/base/docs/html/preview/
Dsetup-sdk.jd55 <strong>Automatically check updates for Android SDK: Preview Channel</strong>.
/frameworks/base/docs/html/guide/topics/media/jet/
Djetcreator_manual.jd54 <p><i>Channel</i>: MIDI data associated with a specific MIDI
546 <li>Channel -
628 <p>Channel -
/frameworks/base/docs/html/ndk/reference/
Dgroup___input.jd1745 <p>Channel up key. On TV remotes, increments the television channel. </p>
1748 <p>Channel down key. On TV remotes, decrements the television channel. </p>
1934 <p>Last Channel key. Goes to the last viewed channel. </p>
/frameworks/base/api/
Dcurrent.txt19440 …method public void addLocalService(android.net.wifi.p2p.WifiP2pManager.Channel, android.net.wifi.p…
19441 …method public void addServiceRequest(android.net.wifi.p2p.WifiP2pManager.Channel, android.net.wifi…
19442 …method public void cancelConnect(android.net.wifi.p2p.WifiP2pManager.Channel, android.net.wifi.p2p…
19443 …method public void clearLocalServices(android.net.wifi.p2p.WifiP2pManager.Channel, android.net.wif…
19444 …method public void clearServiceRequests(android.net.wifi.p2p.WifiP2pManager.Channel, android.net.w…
19445 …method public void connect(android.net.wifi.p2p.WifiP2pManager.Channel, android.net.wifi.p2p.WifiP…
19446 …method public void createGroup(android.net.wifi.p2p.WifiP2pManager.Channel, android.net.wifi.p2p.W…
19447 …method public void discoverPeers(android.net.wifi.p2p.WifiP2pManager.Channel, android.net.wifi.p2p…
19448 …method public void discoverServices(android.net.wifi.p2p.WifiP2pManager.Channel, android.net.wifi.…
19449 …method public android.net.wifi.p2p.WifiP2pManager.Channel initialize(android.content.Context, andr…
[all …]
Dsystem-current.txt21371 …method public void addLocalService(android.net.wifi.p2p.WifiP2pManager.Channel, android.net.wifi.p…
21372 …method public void addServiceRequest(android.net.wifi.p2p.WifiP2pManager.Channel, android.net.wifi…
21373 …method public void cancelConnect(android.net.wifi.p2p.WifiP2pManager.Channel, android.net.wifi.p2p…
21374 …method public void clearLocalServices(android.net.wifi.p2p.WifiP2pManager.Channel, android.net.wif…
21375 …method public void clearServiceRequests(android.net.wifi.p2p.WifiP2pManager.Channel, android.net.w…
21376 …method public void connect(android.net.wifi.p2p.WifiP2pManager.Channel, android.net.wifi.p2p.WifiP…
21377 …method public void createGroup(android.net.wifi.p2p.WifiP2pManager.Channel, android.net.wifi.p2p.W…
21378 …method public void discoverPeers(android.net.wifi.p2p.WifiP2pManager.Channel, android.net.wifi.p2p…
21379 …method public void discoverServices(android.net.wifi.p2p.WifiP2pManager.Channel, android.net.wifi.…
21380 …method public android.net.wifi.p2p.WifiP2pManager.Channel initialize(android.content.Context, andr…
[all …]
/frameworks/base/
Dpreloaded-classes2968 java.nio.channels.Channel
/frameworks/base/docs/html/
Dsitemap.txt2874 http://developer.android.com/reference/java/nio/channels/Channel.html
2928 http://developer.android.com/reference/android/net/wifi/p2p/WifiP2pManager.Channel.html