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

1 2

  /development/samples/training/NsdChat/src/com/example/android/nsdchat/
NsdHelper.java 158 public void discoverServices() {
161 mNsdManager.discoverServices(
NsdChatActivity.java 70 mNsdHelper.discoverServices();
124 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/packages/PrintRecommendationService/src/com/android/printservice/recommendation/util/
DiscoveryListenerMultiplexer.java 61 nsdManager.discoverServices(serviceType, NsdManager.PROTOCOL_DNS_SD,
  /frameworks/base/core/java/android/bluetooth/
BluetoothGatt.java     [all...]
  /cts/tests/tests/net/src/android/net/wifi/cts/
NsdManagerTest.java 372 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() {
  /packages/apps/Test/connectivity/PMC/src/com/android/pmc/
GattClientListener.java 166 mBluetoothGatt.discoverServices();
191 mBluetoothGatt.discoverServices();
  /packages/services/BuiltInPrintService/src/com/android/bips/discovery/
MdnsDiscovery.java 153 nsdManager.discoverServices(mServiceName, NsdManager.PROTOCOL_DNS_SD, serviceListener);
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/net/nsd/
NsdManagerFacade.java 194 * Facade for NsdManager.discoverServices().
200 mNsdManager.discoverServices(serviceType, NsdManager.PROTOCOL_DNS_SD, listener);
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/
WifiP2pManagerFacade.java 449 mP2p.discoverServices(mChannel,
450 new WifiP2pActionListener(mEventFacade, "DiscoverServices"));
  /frameworks/base/core/java/android/net/nsd/
NsdManager.java 66 * discoverServices()
107 * with a call to {@link #discoverServices}. A service found is notified with a callback
573 public void discoverServices(String serviceType, int protocolType, DiscoveryListener listener) {
585 * Stop service discovery initiated with {@link #discoverServices}. An active service
593 * @param listener This should be the listener object that was passed to {@link #discoverServices}.
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
BluetoothAccessoryFragment.java 254 gatt.discoverServices();
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleClientService.java 358 mBluetoothGatt.discoverServices();
    [all...]
  /frameworks/base/services/core/java/com/android/server/
NsdService.java 280 if (discoverServices(id, servInfo.getServiceType())) {
738 private boolean discoverServices(int discoveryId, String serviceType) {
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattService.java 555 public void discoverServices(int clientIf, String address) {
560 service.discoverServices(clientIf, address);
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/p2p/
WifiP2pManager.java 110 * can do so with a call to {@link #discoverServices}. Prior to initiating the discovery,
514 * Indicates that the {@link #discoverServices} failed because no service
    [all...]
  /external/robolectric/v1/lib/main/
android.jar 

Completed in 316 milliseconds

1 2