Searched refs:discoverServices (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/util/ |
D | DiscoveryListenerMultiplexer.java | 60 nsdManager.discoverServices(serviceType, NsdManager.PROTOCOL_DNS_SD, in addListener()
|
/frameworks/base/core/java/android/bluetooth/ |
D | IBluetoothGatt.aidl | 82 void discoverServices(in int clientIf, in String address); in discoverServices() method
|
D | BluetoothGatt.java | 912 public boolean discoverServices() { in discoverServices() method in BluetoothGatt 919 mService.discoverServices(mClientIf, mDevice.getAddress()); in discoverServices()
|
/frameworks/base/media/packages/BluetoothMidiService/src/com/android/bluetoothmidiservice/ |
D | BluetoothMidiDevice.java | 105 mBluetoothGatt.discoverServices());
|
/frameworks/base/core/java/android/net/nsd/ |
D | NsdManager.java | 574 public void discoverServices(String serviceType, int protocolType, DiscoveryListener listener) { in discoverServices() method in NsdManager
|
/frameworks/base/services/core/java/com/android/server/ |
D | NsdService.java | 283 if (discoverServices(id, servInfo.getServiceType())) { in processMessage() 737 private boolean discoverServices(int discoveryId, String serviceType) { in discoverServices() method in NsdService
|
/frameworks/base/wifi/java/android/net/wifi/p2p/ |
D | WifiP2pManager.java | 1203 public void discoverServices(Channel c, ActionListener listener) { in discoverServices() method in WifiP2pManager
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 6245 method public boolean discoverServices(); 17574 …method public void discoverServices(java.lang.String, int, android.net.nsd.NsdManager.DiscoveryLis… 18217 …method public void discoverServices(android.net.wifi.p2p.WifiP2pManager.Channel, android.net.wifi.…
|
/frameworks/base/api/ |
D | current.txt | 7643 method public boolean discoverServices(); 26000 …method public void discoverServices(java.lang.String, int, android.net.nsd.NsdManager.DiscoveryLis… 26918 …method public void discoverServices(android.net.wifi.p2p.WifiP2pManager.Channel, android.net.wifi.…
|
D | system-current.txt | 8122 method public boolean discoverServices(); 28278 …method public void discoverServices(java.lang.String, int, android.net.nsd.NsdManager.DiscoveryLis… 29614 …method public void discoverServices(android.net.wifi.p2p.WifiP2pManager.Channel, android.net.wifi.…
|