Home
last modified time | relevance | path

Searched defs:serviceType (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/wifi/java/android/net/wifi/p2p/nsd/
DWifiP2pDnsSdServiceInfo.java92 String serviceType, Map<String, String> txtMap) { in newInstance() argument
122 String serviceType) { in createPtrServiceQuery()
149 String serviceType, in createTxtServiceQuery()
DWifiP2pDnsSdServiceRequest.java75 public static WifiP2pDnsSdServiceRequest newInstance(String serviceType) { in newInstance()
97 String serviceType) { in newInstance()
DWifiP2pServiceRequest.java95 private WifiP2pServiceRequest(int serviceType, int length, in WifiP2pServiceRequest()
DWifiP2pServiceResponse.java118 protected WifiP2pServiceResponse(int serviceType, int status, int transId, in WifiP2pServiceResponse()
/frameworks/base/core/java/android/net/nsd/
DNsdManager.java262 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/
DIImsService.aidl38 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/
DBluetoothGattService.java96 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/
DSsData.java104 public ServiceType serviceType; field in SsData
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsManager.java577 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/
DImsCallProfile.java200 public ImsCallProfile(int serviceType, int callType) { in ImsCallProfile()
/frameworks/base/services/core/java/com/android/server/
DNsdService.java757 private boolean discoverServices(int discoveryId, String serviceType) { in discoverServices()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java404 int serviceType = PhoneNumberUtils.isEmergencyNumber(conn.getAddress()) ? in dialInternal() local
/frameworks/base/core/java/com/android/internal/app/
DProcessStats.java551 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()