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

  /development/samples/training/NsdChat/src/com/example/android/nsdchat/
NsdChatActivity.java 74 mNsdHelper.discoverServices();
115 mNsdHelper.discoverServices();
NsdHelper.java 156 public void discoverServices() {
157 mNsdManager.discoverServices(
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/
P2pClientPbcTestCase.java 86 mP2pMgr.discoverServices(mChannel, actionListener);
P2pClientPinTestCase.java 83 mP2pMgr.discoverServices(mChannel, actionListener);
ServReqClearRequestTestCase.java 88 mP2pMgr.discoverServices(mChannel, actionListener);
ServReqTestCase.java 84 mP2pMgr.discoverServices(mChannel, actionListener);
ServReqMultiClientTestCase01.java 93 mP2pMgr.discoverServices(mChannel, actionListener);
ServReqMultiClientTestCase02.java 93 mP2pMgr.discoverServices(mChannel, actionListener);
ServReqMultiClientTestCase03.java 99 mP2pMgr.discoverServices(mChannel, actionListener);
ServReqRemoveRequestTestCase.java 111 mP2pMgr.discoverServices(mChannel, actionListener);
  /frameworks/base/core/java/android/bluetooth/
IBluetoothGatt.aidl 45 void discoverServices(in int clientIf, in String address);
BluetoothGatt.java     [all...]
  /developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/BluetoothLeGatt/src/main/java/com/example/bluetooth/le/
BluetoothLeService.java 82 mBluetoothGatt.discoverServices());
310 * invoked only after {@code BluetoothGatt#discoverServices()} completes successfully.
  /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}.
  /cts/tests/tests/net/src/android/net/wifi/cts/
NsdManagerTest.java 296 mNsdManager.discoverServices(SERVICE_TYPE, NsdManager.PROTOCOL_DNS_SD,
  /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...]
  /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...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattService.java 302 public void discoverServices(int clientIf, String address) {
305 service.discoverServices(clientIf, address);
    [all...]
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 419 milliseconds