Searched defs:serviceType (Results 1 – 13 of 13) sorted by relevance
/frameworks/base/wifi/java/android/net/wifi/p2p/nsd/ |
D | WifiP2pDnsSdServiceInfo.java | 92 String serviceType, Map<String, String> txtMap) { in newInstance() argument 122 String serviceType) { in createPtrServiceQuery() 149 String serviceType, in createTxtServiceQuery()
|
D | WifiP2pDnsSdServiceRequest.java | 75 public static WifiP2pDnsSdServiceRequest newInstance(String serviceType) { in newInstance() 97 String serviceType) { in newInstance()
|
D | WifiP2pServiceRequest.java | 95 private WifiP2pServiceRequest(int serviceType, int length, in WifiP2pServiceRequest()
|
D | WifiP2pServiceResponse.java | 118 protected WifiP2pServiceResponse(int serviceType, int status, int transId, in WifiP2pServiceResponse()
|
/frameworks/base/core/java/android/net/nsd/ |
D | NsdManager.java | 262 public void onStartDiscoveryFailed(String serviceType, int errorCode); in onStartDiscoveryFailed() 264 public void onStopDiscoveryFailed(String serviceType, int errorCode); in onStopDiscoveryFailed() 266 public void onDiscoveryStarted(String serviceType); in onDiscoveryStarted() 268 public void onDiscoveryStopped(String serviceType); in onDiscoveryStopped() 542 public void discoverServices(String serviceType, int protocolType, DiscoveryListener listener) { in discoverServices()
|
/frameworks/base/telephony/java/com/android/ims/internal/ |
D | IImsService.aidl | 38 boolean isConnected(int serviceId, int serviceType, int callType); in isConnected() 42 ImsCallProfile createCallProfile(int serviceId, int serviceType, int callType); in createCallProfile()
|
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothGattService.java | 96 public BluetoothGattService(UUID uuid, int serviceType) { in BluetoothGattService() 110 int instanceId, int serviceType) { in BluetoothGattService()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
D | SsData.java | 104 public ServiceType serviceType; field in SsData
|
/frameworks/opt/net/ims/src/java/com/android/ims/ |
D | ImsManager.java | 577 public boolean isConnected(int serviceId, int serviceType, int callType) in isConnected() 628 int serviceType, int callType) throws ImsException { in createCallProfile()
|
/frameworks/base/telephony/java/com/android/ims/ |
D | ImsCallProfile.java | 200 public ImsCallProfile(int serviceType, int callType) { in ImsCallProfile()
|
/frameworks/base/services/core/java/com/android/server/ |
D | NsdService.java | 757 private boolean discoverServices(int discoveryId, String serviceType) { in discoverServices()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneCallTracker.java | 404 int serviceType = PhoneNumberUtils.isEmergencyNumber(conn.getAddress()) ? in dialInternal() local
|
/frameworks/base/core/java/com/android/internal/app/ |
D | ProcessStats.java | 551 int uid, int vers, String serviceName, ServiceState svc, int serviceType, int opCount, in dumpServiceTimeCheckin() 2332 int serviceType, int curState, long curStartTime, long now) { in dumpSingleServiceTime() 2371 int count, int serviceType, int state, long startTime, long now, long totalTime, in dumpServiceStats()
|