/development/samples/training/NsdChat/src/com/example/android/nsdchat/ |
NsdHelper.java | 156 public void discoverServices() { 157 mNsdManager.discoverServices(
|
NsdChatActivity.java | 74 mNsdHelper.discoverServices(); 115 mNsdHelper.discoverServices();
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/ |
ServReqClearRequestTestCase.java | 88 mP2pMgr.discoverServices(mChannel, actionListener);
|
ServReqMultiClientTestCase01.java | 93 mP2pMgr.discoverServices(mChannel, actionListener);
|
ServReqMultiClientTestCase02.java | 93 mP2pMgr.discoverServices(mChannel, actionListener);
|
ServReqRemoveRequestTestCase.java | 111 mP2pMgr.discoverServices(mChannel, actionListener);
|
ServReqTestCase.java | 84 mP2pMgr.discoverServices(mChannel, actionListener);
|
P2pClientPbcTestCase.java | 86 mP2pMgr.discoverServices(mChannel, actionListener);
|
P2pClientPinTestCase.java | 83 mP2pMgr.discoverServices(mChannel, actionListener);
|
ServReqMultiClientTestCase03.java | 99 mP2pMgr.discoverServices(mChannel, actionListener);
|
/frameworks/base/core/java/android/bluetooth/ |
BluetoothGatt.java | [all...] |
/cts/tests/tests/net/src/android/net/wifi/cts/ |
NsdManagerTest.java | 296 mNsdManager.discoverServices(SERVICE_TYPE, NsdManager.PROTOCOL_DNS_SD,
|
/development/samples/WiFiDirectServiceDiscovery/src/com/example/android/wifidirect/discovery/ |
WiFiServiceDiscoveryActivity.java | 230 manager.discoverServices(channel, new ActionListener() {
|
/frameworks/base/core/java/android/net/nsd/ |
NsdManager.java | 63 * discoverServices() 104 * with a call to {@link #discoverServices}. A service found is notified with a callback 517 public void discoverServices(String serviceType, int protocolType, DiscoveryListener listener) { 535 * Stop service discovery initiated with {@link #discoverServices}. An active service 543 * @param listener This should be the listener object that was passed to {@link #discoverServices}.
|
/frameworks/base/services/java/com/android/server/ |
NsdService.java | 299 if (discoverServices(id, servInfo.getServiceType())) { 698 private boolean discoverServices(int discoveryId, String serviceType) { 699 if (DBG) Slog.d(TAG, "discoverServices: " + discoveryId + " " + serviceType); 703 Slog.e(TAG, "Failed to discoverServices " + e); [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
GattService.java | 302 public void discoverServices(int clientIf, String address) { 305 service.discoverServices(clientIf, address); [all...] |
/frameworks/base/wifi/java/android/net/wifi/p2p/ |
WifiP2pManager.java | 112 * can do so with a call to {@link #discoverServices}. Prior to initiating the discovery, 489 * Indicates that the {@link #discoverServices} failed because no service [all...] |
/prebuilts/sdk/18/ |
android.jar | |
/prebuilts/sdk/19/ |
android.jar | |
/prebuilts/sdk/current/ |
android.jar | |
/prebuilts/sdk/17/ |
android.jar | |