Home
last modified time | relevance | path

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

12

/aosp12/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/util/
H A DDiscoveryListenerMultiplexer.java46 public static void addListener(@NonNull NsdManager nsdManager, @NonNull String serviceType, in addListener()
133 public void onStartDiscoveryFailed(String serviceType, int errorCode) { in onStartDiscoveryFailed()
139 public void onStopDiscoveryFailed(String serviceType, int errorCode) { in onStopDiscoveryFailed()
145 public void onDiscoveryStarted(String serviceType) { in onDiscoveryStarted()
150 public void onDiscoveryStopped(String serviceType) { in onDiscoveryStopped()
H A DMDNSFilteredDiscovery.java126 DiscoveryListenerMultiplexer.addListener(getNDSManager(), serviceType, this); in start() local
143 public void onStartDiscoveryFailed(String serviceType, int errorCode) { in onStartDiscoveryFailed()
149 public void onStopDiscoveryFailed(String serviceType, int errorCode) { in onStopDiscoveryFailed()
155 public void onDiscoveryStarted(String serviceType) { in onDiscoveryStarted()
160 public void onDiscoveryStopped(String serviceType) { in onDiscoveryStopped()
/aosp12/packages/modules/Wifi/framework/java/android/net/wifi/p2p/nsd/
H A DWifiP2pDnsSdServiceInfo.java95 String serviceType, Map<String, String> txtMap) { in newInstance() argument
125 String serviceType) { in createPtrServiceQuery()
152 String serviceType, in createTxtServiceQuery()
H A DWifiP2pDnsSdServiceRequest.java75 public static WifiP2pDnsSdServiceRequest newInstance(String serviceType) { in newInstance()
97 String serviceType) { in newInstance()
H A DWifiP2pServiceRequest.java98 private WifiP2pServiceRequest(int serviceType, int length, in WifiP2pServiceRequest()
H A DWifiP2pServiceResponse.java118 protected WifiP2pServiceResponse(int serviceType, int status, int transId, in WifiP2pServiceResponse()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DHandleMap.java42 public int serviceType = 0; field in HandleMap.Entry
48 Entry(int serverIf, int handle, UUID uuid, int serviceType, int instance) { in Entry()
57 Entry(int serverIf, int handle, UUID uuid, int serviceType, int instance, in Entry()
100 void addService(int serverIf, int handle, UUID uuid, int serviceType, int instance, in addService()
/aosp12/frameworks/base/core/java/android/bluetooth/
H A DBluetoothGattService.java110 public BluetoothGattService(UUID uuid, int serviceType) { in BluetoothGattService()
125 int instanceId, int serviceType) { in BluetoothGattService()
139 public BluetoothGattService(UUID uuid, int instanceId, int serviceType) { in BluetoothGattService()
H A DBluetoothGattIncludedService.java49 public BluetoothGattIncludedService(UUID uuid, int instanceId, int serviceType) { in BluetoothGattIncludedService()
H A DBluetoothHidDeviceAppQosSettings.java58 int serviceType, in BluetoothHidDeviceAppQosSettings()
/aosp12/frameworks/base/telephony/java/com/android/ims/internal/
H A DIImsService.aidl39 boolean isConnected(int serviceId, int serviceType, int callType); in isConnected()
54 ImsCallProfile createCallProfile(int serviceId, int serviceType, int callType); in createCallProfile()
/aosp12/frameworks/base/core/java/android/net/nsd/
H A DNsdManager.java336 public void onStartDiscoveryFailed(String serviceType, int errorCode); in onStartDiscoveryFailed()
338 public void onStopDiscoveryFailed(String serviceType, int errorCode); in onStopDiscoveryFailed()
340 public void onDiscoveryStarted(String serviceType); in onDiscoveryStarted()
342 public void onDiscoveryStopped(String serviceType); in onDiscoveryStopped()
608 public void discoverServices(String serviceType, int protocolType, DiscoveryListener listener) { in discoverServices()
/aosp12/frameworks/base/telephony/java/android/telephony/ims/
H A DImsSsData.java225 public final @ServiceType int serviceType; field in ImsSsData
299 public Builder(@ServiceType int serviceType, int requestType, int teleserviceType, in Builder()
352 public ImsSsData(@ServiceType int serviceType, int requestType, int teleserviceType, in ImsSsData()
H A DImsCallProfile.java631 public ImsCallProfile(int serviceType, int callType) { in ImsCallProfile()
659 public ImsCallProfile(int serviceType, int callType, Bundle callExtras, in ImsCallProfile()
/aosp12/packages/services/Car/car-lib/src/android/car/evs/
H A DICarEvsService.aidl42 int startVideoStream(int serviceType, in IBinder token, in ICarEvsStreamCallback callback); in startVideoStream()
/aosp12/frameworks/base/core/java/android/os/
H A DPowerManagerInternal.java153 public abstract PowerSaveState getLowPowerState(int serviceType); in getLowPowerState()
160 public void registerLowPowerModeObserver(int serviceType, Consumer<PowerSaveState> listener) { in registerLowPowerModeObserver()
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/callredirection/
H A DCallRedirectionProcessor.java72 private CallRedirectionAttempt(ComponentName componentName, String serviceType) { in CallRedirectionAttempt()
380 private void processTimeoutForCallRedirection(String serviceType) { in processTimeoutForCallRedirection()
H A DCallRedirectionProcessorHelper.java98 protected ComponentName getComponentName(Intent intent, String serviceType) { in getComponentName()
/aosp12/packages/apps/TV/tuner/src/com/android/tv/tuner/data/
H A DTunerChannel.java80 Channel.AtscServiceType serviceType = in TunerChannel() local
183 Channel.AtscServiceType serviceType = in TunerChannel() local
298 int serviceType = getServiceType(); in getServiceTypeName() local
H A DPsipData.java160 int serviceType, in VctItem()
243 int serviceType, in SdtItem()
547 public ServiceDescriptor(int serviceType, String serviceProviderName, String serviceName) { in ServiceDescriptor()
H A DSectionParser.java895 int serviceType = (data[pos + 27] & 0x3f); in parseVCT() local
1096 int serviceType = 0; in parseSDT() local
1922 int serviceType = data[pos] & 0xff; in parseDvbService() local
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
H A DRebootEscrowManagerTests.java122 void reportMetric(boolean success, int errorCode, int serviceType, int attemptCount, in reportMetric()
255 public void reportMetric(boolean success, int errorCode, int serviceType, int attemptCount, in reportMetric()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DSsData.java103 public ServiceType serviceType; field in SsData
/aosp12/system/netd/server/
H A DMDnsSdListener.cpp162 const char *interfaceName, const char *serviceName, const char *serviceType, in serviceRegister()
430 char *serviceType = argv[3]; in runCommand() local
443 char *serviceType = argv[4]; in runCommand() local
/aosp12/frameworks/base/services/core/java/com/android/server/locksettings/
H A DRebootEscrowManager.java321 public void reportMetric(boolean success, int errorCode, int serviceType, int attemptCount, in reportMetric()
501 int serviceType = mInjector.serverBasedResumeOnReboot() in reportMetricOnRestoreComplete() local

12