Home
last modified time | relevance | path

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

/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/util/
DDiscoveryListenerMultiplexer.java45 public static void addListener(@NonNull NsdManager nsdManager, @NonNull String serviceType, in addListener()
132 public void onStartDiscoveryFailed(String serviceType, int errorCode) { in onStartDiscoveryFailed()
138 public void onStopDiscoveryFailed(String serviceType, int errorCode) { in onStopDiscoveryFailed()
144 public void onDiscoveryStarted(String serviceType) { in onDiscoveryStarted()
149 public void onDiscoveryStopped(String serviceType) { in onDiscoveryStopped()
/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/mdnsFilter/
DMDNSFilterPlugin.java127 public void onStartDiscoveryFailed(String serviceType, int errorCode) { in onStartDiscoveryFailed()
133 public void onStopDiscoveryFailed(String serviceType, int errorCode) { in onStopDiscoveryFailed()
139 public void onDiscoveryStarted(String serviceType) { in onDiscoveryStarted()
144 public void onDiscoveryStopped(String serviceType) { in onDiscoveryStopped()
/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/opt/net/ims/src/java/com/android/ims/
DImsServiceBase.java55 public boolean isConnected(int serviceId, int serviceType, int callType) { in isConnected()
70 …public void addRegistrationListener(int serviceId, int serviceType, IImsRegistrationListener liste… in addRegistrationListener()
76 public ImsCallProfile createCallProfile(int serviceId, int serviceType, int callType) { in createCallProfile()
148 protected boolean onIsConnected(int serviceId, int serviceType, int callType) { in onIsConnected()
164 …protected void onAddRegistrationListener(int serviceId, int serviceType, IImsRegistrationListener … in onAddRegistrationListener()
168 protected ImsCallProfile onCreateCallProfile(int serviceId, int serviceType, int callType) { in onCreateCallProfile()
DImsManager.java985 public boolean isConnected(int serviceId, int serviceType, int callType) in isConnected()
1036 int serviceType, int callType) throws ImsException { in createCallProfile()
/frameworks/base/core/java/android/bluetooth/
DBluetoothGattService.java99 public BluetoothGattService(UUID uuid, int serviceType) { in BluetoothGattService()
113 int instanceId, int serviceType) { in BluetoothGattService()
126 public BluetoothGattService(UUID uuid, int instanceId, int serviceType) { in BluetoothGattService()
DBluetoothGattIncludedService.java49 public BluetoothGattIncludedService(UUID uuid, int instanceId, int serviceType) { in BluetoothGattIncludedService()
/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.aidl39 boolean isConnected(int serviceId, int serviceType, int callType); in isConnected()
54 ImsCallProfile createCallProfile(int serviceId, int serviceType, int callType); in createCallProfile()
/frameworks/base/core/java/com/android/internal/app/procstats/
DServiceState.java388 int count, int serviceType, int state, long startTime, long now, long totalTime, in dumpStats()
407 int serviceType, int curState, long curStartTime, long now) { in dumpTime()
457 int uid, int vers, String serviceName, int serviceType, int opCount, in dumpTimeCheckin()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DSsData.java105 public ServiceType serviceType; field in SsData
/frameworks/base/telephony/java/com/android/ims/
DImsCallProfile.java233 public ImsCallProfile(int serviceType, int callType) { in ImsCallProfile()
/frameworks/base/services/core/java/com/android/server/
DNsdService.java745 private boolean discoverServices(int discoveryId, String serviceType) { in discoverServices()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java627 int serviceType = PhoneNumberUtils.isEmergencyNumber(conn.getAddress()) ? in dialInternal() local