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

  /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 746 public boolean discoverServices() {
747 if (DBG) Log.d(TAG, "discoverServices() - device: " + mDevice.getAddress());
753 mService.discoverServices(mClientIf, mDevice.getAddress());
    [all...]
  /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())) {
690 private boolean discoverServices(int discoveryId, String serviceType) {
691 if (DBG) Slog.d(TAG, "discoverServices: " + discoveryId + " " + serviceType);
695 Slog.e(TAG, "Failed to discoverServices " + e);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattService.java 295 public void discoverServices(int clientIf, String address) {
298 service.discoverServices(clientIf, address);
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/p2p/
WifiP2pManager.java 111 * can do so with a call to {@link #discoverServices}. Prior to initiating the discovery,
466 * Indicates that the {@link #discoverServices} failed because no service
    [all...]
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/17/
android.jar 

Completed in 114 milliseconds